silc_rol

NAME

    static inline SilcUInt32 silc_rol(SilcUInt32 val, int num);

DESCRIPTION

Rotate 32-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.