pub type Blake2b512 = Blake2bHasher<64>;
Available on crate feature
blake2b
only.Expand description
512 bit blake2b hasher.
Aliased Typeยง
pub struct Blake2b512 { /* private fields */ }
pub type Blake2b512 = Blake2bHasher<64>;
blake2b
only.512 bit blake2b hasher.
pub struct Blake2b512 { /* private fields */ }