Type Alias Blake2bMac512

Source
pub type Blake2bMac512 = Blake2bMac<U64>;
Expand description

BLAKE2b-512 MAC state.

Aliased Typeยง

pub struct Blake2bMac512 { /* private fields */ }