pub struct NeedsIv;Available on crate feature
allow-non-fips only.Expand description
The ChaCha instance requires a new initialization vector (IV).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeedsIv
impl RefUnwindSafe for NeedsIv
impl Send for NeedsIv
impl Sync for NeedsIv
impl Unpin for NeedsIv
impl UnwindSafe for NeedsIv
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