Module Sha_256.State

Hashing state.

type t

The type for hashing state.

val make : unit -> t

make () is an initial hashing state

val update : t -> Bytesrw.Bytes.Slice.t -> unit

update state slice updates state with slice.