Bytesrw_blake3
BLAKE3 hashes.
BLAKE3
This module provides support for the BLAKE3 hash with the libblake3 C library.
libblake3
module type Blake3 = sig ... end
The type for BLAKE3 hashes.
module Blake3 : Blake3
BLAKE3 hash.
val version : unit -> string
version () is the version of the blake3 C library.
version ()
blake3