Type Alias aes_gcm_siv::Tag

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

AES-GCM-SIV tags.

Aliased Type§

struct Tag { /* private fields */ }