Type Alias poly1305::Key

source ·
pub type Key = Key<Poly1305>;
Expand description

Poly1305 keys (32-bytes)

Aliased Type§

struct Key(pub [u8; 32]);

Fields§

§0: [u8; 32]