Type Alias poly1305::Key

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

Poly1305 keys (32-bytes)

Aliased Type§

struct Key { /* private fields */ }