Tag

Type Alias Tag 

Source
pub type Tag = Block<Poly1305>;
Expand description

Poly1305 tags (16-bytes)

Aliased Typeยง

#[repr(transparent)]
pub struct Tag { /* private fields */ }