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