silc_rol64

NAME

    static inline SilcUInt64 silc_rol64(SilcUInt64 val, int num);

DESCRIPTION

Rotate 64-bit integer's bits to left `num' times. Bits pushed to the left will appear from the right side of the integer, thus rotating. Returns the rotated value.