Struct rand_chacha::ChaCha8Core
source · pub struct ChaCha8Core { /* private fields */ }
Expand description
ChaCha with 8 rounds
Trait Implementations§
source§impl BlockRngCore for ChaCha8Core
impl BlockRngCore for ChaCha8Core
source§impl Clone for ChaCha8Core
impl Clone for ChaCha8Core
source§fn clone(&self) -> ChaCha8Core
fn clone(&self) -> ChaCha8Core
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ChaCha8Core
impl Debug for ChaCha8Core
source§impl From<ChaCha8Core> for ChaCha8Rng
impl From<ChaCha8Core> for ChaCha8Rng
source§fn from(core: ChaCha8Core) -> Self
fn from(core: ChaCha8Core) -> Self
Converts to this type from the input type.
source§impl PartialEq for ChaCha8Core
impl PartialEq for ChaCha8Core
source§impl SeedableRng for ChaCha8Core
impl SeedableRng for ChaCha8Core
impl CryptoRng for ChaCha8Core
impl Eq for ChaCha8Core
impl StructuralPartialEq for ChaCha8Core
Auto Trait Implementations§
impl Freeze for ChaCha8Core
impl RefUnwindSafe for ChaCha8Core
impl Send for ChaCha8Core
impl Sync for ChaCha8Core
impl Unpin for ChaCha8Core
impl UnwindSafe for ChaCha8Core
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)