squall/storm/string/bjhash.hpp

9 lines
159 B
C++
Raw Normal View History

2020-11-14 17:18:49 -06:00
#ifndef STORM_STRING_BJ_HASH_HPP
#define STORM_STRING_BJ_HASH_HPP
#include <cstdint>
uint32_t bjhash(uint8_t* k, uint32_t length, uint32_t initval);
#endif