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