Struct ChaCha8Core

struct ChaCha8Core { ... }

ChaCha with 8 rounds

Implementations

impl BlockRngCore for ChaCha8Core

fn generate(self: &mut Self, r: &mut <Self as >::Results)

impl Clone for ChaCha8Core

fn clone(self: &Self) -> ChaCha8Core

impl CryptoBlockRng for ChaCha8Core

impl Debug for ChaCha8Core

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for ChaCha8Core

impl Freeze for ChaCha8Core

impl PartialEq for ChaCha8Core

fn eq(self: &Self, other: &ChaCha8Core) -> bool

impl RefUnwindSafe for ChaCha8Core

impl SeedableRng for ChaCha8Core

fn from_seed(seed: <Self as >::Seed) -> Self

impl Send for ChaCha8Core

impl StructuralPartialEq for ChaCha8Core

impl Sync for ChaCha8Core

impl Unpin for ChaCha8Core

impl UnsafeUnpin for ChaCha8Core

impl UnwindSafe for ChaCha8Core

impl<T> Any for ChaCha8Core

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ChaCha8Core

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ChaCha8Core

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for ChaCha8Core

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for ChaCha8Core

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ChaCha8Core

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for ChaCha8Core

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ChaCha8Core

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ChaCha8Core

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<V, T> VZip for ChaCha8Core

fn vzip(self: Self) -> V