crypto_mac

Type Alias Key

Source
pub type Key<M> = GenericArray<u8, <M as NewMac>::KeySize>;
Expand description

Key for an algorithm that implements NewMac.

Aliased Typeยง

struct Key<M> { /* private fields */ }