Type Definition crypto::ciphers::traits::Tag[][src]

type Tag<T> = GenericArray<u8, <T as Aead>::TagLength>;

A tag produced by an Aead implementation.