mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
8 lines
159 B
C++
8 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
|