--- cvsroot/libecb/ecb.pod 2011/06/17 15:55:41 1.32 +++ cvsroot/libecb/ecb.pod 2011/06/17 18:46:19 1.33 @@ -439,6 +439,10 @@ =item uint32_t ecb_rotl32 (uint32_t x, unsigned int count) +=item uint64_t ecb_rotr64 (uint64_t x, unsigned int count) + +=item uint64_t ecb_rotl64 (uint64_t x, unsigned int count) + These two functions return the value of C after rotating all the bits by C positions to the right or left respectively.