silc_rorc64

NAME

    static inline SilcUInt64 silc_rorc64(SilcUInt64 val, const int num);

DESCRIPTION

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