Module Bytesrw_blake3

BLAKE3 stream hashes.

This module provides support for the BLAKE3 hash with the libblake3 C library.

module type Blake3 = sig ... end

The type for BLAKE3 hashes.

module Blake3 : Blake3

Library parameters

val version : unit -> string

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