Struct ring::aead::Aad [−][src]
The additionally authenticated data (AAD) for an opening or sealing operation. This data is authenticated but is not encrypted.
The type A could be a byte slice &[u8], a byte array [u8; N]
for some constant N, Vec<u8>, etc.
Implementations
impl<A: AsRef<[u8]>> Aad<A>[src]
impl<A: AsRef<[u8]>> Aad<A>[src]Trait Implementations
Auto Trait Implementations
impl<A> RefUnwindSafe for Aad<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for Aad<A> where
A: Send,
A: Send,
impl<A> Sync for Aad<A> where
A: Sync,
A: Sync,
impl<A> Unpin for Aad<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for Aad<A> where
A: UnwindSafe,
A: UnwindSafe,