Module Bytesrw_xxhash

XXH3-64 and XXH3-128 stream hashes.

This module provides support for the XXH3 hash family with the libxxhash C library.

module type Xxh3 = sig ... end

The type for XXH3 hash functions.

module Xxh3_64 : sig ... end

XXH3-64 hash.

module Xxh3_128 : Xxh3

XXH3-128 hash.

Library parameters

val version : unit -> string

version () is the version of the xxhash C library.

val xxh3_secret_size_min : unit -> int

xxh3_secret_size_min () is the bare minimum size for a custom secret.