mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
9 lines
159 B
C++
9 lines
159 B
C++
|
|
#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
|