pub type Tag<A> = Array<u8, <A as AeadCore>::TagSize>;Expand description
Tag: authentication code which ensures ciphertexts are authentic
Aliased Type§
#[repr(transparent)]pub struct Tag<A>(pub <<A as AeadCore>::TagSize as ArraySize>::ArrayType<u8>);Tuple Fields§
§0: <<A as AeadCore>::TagSize as ArraySize>::ArrayType<u8>