Type Definition aead::Tag[][src]

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

Tag: authentication code which ensures ciphertexts are authentic