pub type Tag = GenericArray<u8, U16>;Expand description
Poly1305 tag.
Implemented as an alias for GenericArray.
Aliased Typeยง
#[repr(transparent)]pub struct Tag { /* private fields */ }pub type Tag = GenericArray<u8, U16>;Poly1305 tag.
Implemented as an alias for GenericArray.
#[repr(transparent)]pub struct Tag { /* private fields */ }