pub struct Decrypt;Available on crate feature
allow-non-fips only.Expand description
State where decryption of data can occur.
In this state, the cipher can decrypt data and update the authentication tag accordingly.
Trait Implementations§
Source§impl Updating for Decrypt
impl Updating for Decrypt
Source§type InitState = DecryptMaybeAad
type InitState = DecryptMaybeAad
The initial state type when starting the AEAD operation.
impl State for Decrypt
Auto Trait Implementations§
impl Freeze for Decrypt
impl RefUnwindSafe for Decrypt
impl Send for Decrypt
impl Sync for Decrypt
impl Unpin for Decrypt
impl UnwindSafe for Decrypt
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