HASH_BITS
#define HASH_BYTES (HASH_BITS / 8)
#define HASH_OCTETS (HASH_BITS / 64)
return (~crc & ((1 << HASH_BITS) - 1));