Type Alias blake2::Blake2b512

source ·
pub type Blake2b512 = Blake2b<U64>;
Expand description

BLAKE2b-512 hasher state.

Aliased Type§

struct Blake2b512 { /* private fields */ }