Blake3.State
Hash state.
make ?key ()
is an initial hash state with given parameters. If key
is unspecified the hash is unkeyed.
val update : t -> Bytesrw.Bytes.Slice.t -> unit
update state slice
updates state
with the bytes in the range of slice
.