- XXH32
uint XXH32(void* input, int len, uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XXH32_digest
uint XXH32_digest(void* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XXH32_init
void* XXH32_init(uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XXH32_intermediateDigest
uint XXH32_intermediateDigest(void* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XXH32_resetState
XXH_errorcode XXH32_resetState(void* state, uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XXH32_sizeofState
int XXH32_sizeofState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XXH32_update
XXH_errorcode XXH32_update(void* state, void* input, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.