Skip to main content

Tag

Type Alias Tag 

Source
pub type Tag<TagSize = U16> = Array<u8, TagSize>;
Expand description

AES-GCM tags.

Aliased Type§

#[repr(transparent)]
pub struct Tag<TagSize = U16>(pub <TagSize as ArraySize>::ArrayType<u8>);

Tuple Fields§

§0: <TagSize as ArraySize>::ArrayType<u8>