Tag

Type Alias Tag 

Source
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 */ }