Type Alias poly1305::Tag

source ·
pub type Tag = Block<Poly1305>;
Expand description

Poly1305 tags (16-bytes)

Aliased Type§

struct Tag(pub [u8; 16]);

Fields§

§0: [u8; 16]