Type Alias memsecurity::Poly1305Tag

source ·
pub type Poly1305Tag = ZeroizeArray<16>;
Expand description

The 16 bytes of a Poly1305 AEAD tag

Aliased Type§

struct Poly1305Tag(/* private fields */);