61 #ifndef BEAST_HASH_XXHASH_H_INCLUDED
62 #define BEAST_HASH_XXHASH_H_INCLUDED
82 XXH32(
const void* input,
size_t length,
unsigned seed);
84 XXH64(
const void* input,
size_t length,
unsigned long long seed);
XXH_errorcode XXH32_freeState(XXH32_state_t *statePtr)
XXH_errorcode XXH64_update(XXH64_state_t *state_in, const void *input, size_t len)
U32 XXH32_digest(const XXH32_state_t *state_in)
XXH_errorcode XXH64_reset(XXH64_state_t *state_in, unsigned long long seed)
unsigned long long XXH64_digest(const XXH64_state_t *state_in)
XXH_errorcode XXH64_freeState(XXH64_state_t *statePtr)
XXH_errorcode XXH32_update(XXH32_state_t *state_in, const void *input, size_t len)
XXH_errorcode XXH32_reset(XXH32_state_t *state_in, U32 seed)
unsigned int XXH32(const void *input, size_t len, unsigned seed)
XXH64_state_t * XXH64_createState(void)
XXH32_state_t * XXH32_createState(void)
unsigned long long XXH64(const void *input, size_t len, unsigned long long seed)