pub struct ChaCha12Core { /* private fields */ }
Expand description
ChaCha with 12 rounds
Trait Implementations§
Source§impl BlockRngCore for ChaCha12Core
impl BlockRngCore for ChaCha12Core
Source§impl Clone for ChaCha12Core
impl Clone for ChaCha12Core
Source§fn clone(&self) -> ChaCha12Core
fn clone(&self) -> ChaCha12Core
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ChaCha12Core
impl Debug for ChaCha12Core
Source§impl From<ChaCha12Core> for ChaCha12Rng
impl From<ChaCha12Core> for ChaCha12Rng
Source§fn from(core: ChaCha12Core) -> Self
fn from(core: ChaCha12Core) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChaCha12Core
impl PartialEq for ChaCha12Core
Source§impl SeedableRng for ChaCha12Core
impl SeedableRng for ChaCha12Core
impl CryptoRng for ChaCha12Core
impl Eq for ChaCha12Core
impl StructuralPartialEq for ChaCha12Core
Auto Trait Implementations§
impl Freeze for ChaCha12Core
impl RefUnwindSafe for ChaCha12Core
impl Send for ChaCha12Core
impl Sync for ChaCha12Core
impl Unpin for ChaCha12Core
impl UnwindSafe for ChaCha12Core
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