Type Alias Blake2b512

Source
pub type Blake2b512 = Blake2b<U64>;
Expand description

BLAKE2b-512 hasher state.

Aliased Typeยง

pub struct Blake2b512 { /* private fields */ }