Tag

Type Alias Tag 

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

OCB3 tag

Aliased Typeยง

#[repr(transparent)]
pub struct Tag<TagSize> { /* private fields */ }