pub type Sha256Builder<B> = DigestBuilder<B, Sha256>;Available on crate feature
sha2 only.Expand description
The type returned by the sha256 function in the RwBuilder trait
Aliased Typeยง
pub struct Sha256Builder<B> { /* private fields */ }