Type Definition aes_gcm::Tag

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

AES-GCM tags.