pub struct ChaCha12ImplContext { /* private fields */ }Expand description
Opaque storage for the key, nonce, block counter and partial keystream.
Trait Implementations§
Source§impl Clone for ChaCha12ImplContext
impl Clone for ChaCha12ImplContext
Source§impl Drop for ChaCha12ImplContext
impl Drop for ChaCha12ImplContext
impl Send for ChaCha12ImplContext
impl Sync for ChaCha12ImplContext
Auto Trait Implementations§
impl !RefUnwindSafe for ChaCha12ImplContext
impl !Unpin for ChaCha12ImplContext
impl !UnwindSafe for ChaCha12ImplContext
impl Freeze for ChaCha12ImplContext
impl UnsafeUnpin for ChaCha12ImplContext
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