// vi: set ft=c #ifndef UTIL_H #define UTIL_H #include unsigned long log2lu(unsigned long); uint32_t rotl (uint32_t n, unsigned int c); #endif