Type Alias Blake2b256

Source
pub type Blake2b256 = Blake2bHasher<32>;
Available on crate feature blake2b only.
Expand description

256 bit blake2b hasher.

Aliased Typeยง

pub struct Blake2b256 { /* private fields */ }