Sha_256.State
Hashing state.
type t
The type for hashing state.
val make : unit -> t
make () is an initial hashing state
make ()
val update : t -> Bytesrw.Bytes.Slice.t -> unit
update state slice updates state with slice.
update state slice
state
slice