Skip to main content

Tag

Type Alias Tag 

Source
pub type Tag = Array<u8, U16>;
Expand description

Poly1305 tag.

Implemented as an alias for Array.

Aliased Type§

#[repr(transparent)]
pub struct Tag(pub [u8; 16]);

Tuple Fields§

§0: [u8; 16]