silc_ror64

NAME

    static inline SilcUInt64 silc_ror64(SilcUInt64 val, 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.