Struct ChaCha12Core

struct ChaCha12Core { ... }

ChaCha with 12 rounds

Implementations

impl BlockRngCore for ChaCha12Core

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

impl Clone for ChaCha12Core

fn clone(self: &Self) -> ChaCha12Core

impl CryptoBlockRng for ChaCha12Core

impl Debug for ChaCha12Core

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

impl Eq for ChaCha12Core

impl Freeze for ChaCha12Core

impl PartialEq for ChaCha12Core

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

impl RefUnwindSafe for ChaCha12Core

impl SeedableRng for ChaCha12Core

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

impl Send for ChaCha12Core

impl StructuralPartialEq for ChaCha12Core

impl Sync for ChaCha12Core

impl Unpin for ChaCha12Core

impl UnsafeUnpin for ChaCha12Core

impl UnwindSafe for ChaCha12Core

impl<T> Any for ChaCha12Core

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ChaCha12Core

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

impl<T> BorrowMut for ChaCha12Core

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

impl<T> CloneToUninit for ChaCha12Core

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

impl<T> From for ChaCha12Core

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ChaCha12Core

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

impl<T, U> Into for ChaCha12Core

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 ChaCha12Core

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

impl<T, U> TryInto for ChaCha12Core

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

impl<V, T> VZip for ChaCha12Core

fn vzip(self: Self) -> V