Type Alias Tag

Source
pub type Tag<A> = GenericArray<u8, <A as AeadCore>::TagSize>;
Expand description

Tag: authentication code which ensures ciphertexts are authentic

Aliased Typeยง

struct Tag<A> { /* private fields */ }