pub type Tag = Array<u8, U16>;
Poly1305 tag.
Implemented as an alias for Array.
Array
#[repr(transparent)]pub struct Tag(pub [u8; 16]);
0: [u8; 16]