Type Alias aes_gcm::Tag

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

AES-GCM tags.

Aliased Type§

struct Tag<TagSize = U16> { /* private fields */ }