#ifndef STORM_STRING_BJ_HASH_HPP #define STORM_STRING_BJ_HASH_HPP #include uint32_t bjhash(uint8_t* k, uint32_t length, uint32_t initval); #endif