pub struct AeadTag<A: Aead>(_);
Expand description
An authenticated encryption tag
Trait Implementations§
Auto Trait Implementations§
impl<A> RefUnwindSafe for AeadTag<A>where <<<A as Aead>::AeadImpl as AeadCore>::TagSize as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
impl<A> Send for AeadTag<A>
impl<A> Sync for AeadTag<A>
impl<A> Unpin for AeadTag<A>where <<<A as Aead>::AeadImpl as AeadCore>::TagSize as ArrayLength<u8>>::ArrayType: Unpin,
impl<A> UnwindSafe for AeadTag<A>where <<<A as Aead>::AeadImpl as AeadCore>::TagSize as ArrayLength<u8>>::ArrayType: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more