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