bytesrw.md
Sha_512.State
Hash state.
Bytesrw
bytesrw
bytesrw.blake3
bytesrw.crypto
bytesrw.sysrandom
bytesrw.tls
bytesrw.unix
bytesrw.xxhash
bytesrw.zlib
bytesrw.zstd
ppxlib
yojson
type t
The type for hash state.
val make : unit -> t
make () is an initial hash state.
make ()
val update : t -> Bytesrw.Bytes.Slice.t -> unit
update state slice updates state with the bytes in the range of slice.
update state slice
state
slice