Type Definition ascon_aead::Tag

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

Tag: authentication code which ensures ciphertexts are authentic