@}
Streaming
@brief Calculates the 32-bit hash of @p input using xxHash32.
@brief Calculates the 64-bit hash of @p input using xxHash64.
@brief Converts an @ref XXH32_hash_t to a big endian @ref XXH32_canonical_t.
@brief Copies one @ref XXH32_state_t to another.
@brief Allocates an @ref XXH32_state_t.
@brief Returns the calculated hash value from an @ref XXH32_state_t.
@brief Frees an @ref XXH32_state_t.
@brief Converts an @ref XXH32_canonical_t to a native @ref XXH32_hash_t.
@brief Resets an @ref XXH32_state_t to begin a new hash.
@brief Consumes a block of @p input to an @ref XXH32_state_t.
XXH128_cmp():
XXH128_isEqual():
Return: 1 if h1
and h2
are equal, 0 if they are not.
@brief Obtains the xxHash version.