Type Alias Tag

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

AES-GCM tags.

Aliased Typeยง

struct Tag<TagSize = U16> { /* private fields */ }