Bytesrw_xxhash
XXH3-64 and XXH3-128 hashes.
XXH3-64
XXH3-128
This module provides support for the XXH3 hash family with the libxxhash C library.
libxxhash
module type Xxh3 = sig ... end
The type for XXH3 hash functions.
XXH3
module Xxh3_64 : sig ... end
XXH3-64 hash.
module Xxh3_128 : Xxh3
XXH3-128 hash.
val version : unit -> string
version () is the version of the xxhash C library.
version ()
xxhash
val xxh3_secret_size_min : unit -> int
xxh3_secret_size_min () is the bare minimum size for a custom secret.
xxh3_secret_size_min ()