#include <stdint.h>
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| static uint32_t | rol32 (uint32_t data, unsigned int rotation) |
| static uint32_t | ror32 (uint32_t data, unsigned int rotation) |
| static uint64_t | rol64 (uint64_t data, unsigned int rotation) |
| static uint64_t | ror64 (uint64_t data, unsigned int rotation) |
Definition in file rotate.h.
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
1.5.7.1