Struct ChaCha20Core
struct ChaCha20Core { ... }
ChaCha with 20 rounds
Implementations
impl BlockRngCore for ChaCha20Core
fn generate(self: &mut Self, r: &mut <Self as >::Results)
impl Clone for ChaCha20Core
fn clone(self: &Self) -> ChaCha20Core
impl CryptoBlockRng for ChaCha20Core
impl Debug for ChaCha20Core
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for ChaCha20Core
impl Freeze for ChaCha20Core
impl PartialEq for ChaCha20Core
fn eq(self: &Self, other: &ChaCha20Core) -> bool
impl RefUnwindSafe for ChaCha20Core
impl SeedableRng for ChaCha20Core
fn from_seed(seed: <Self as >::Seed) -> Self
impl Send for ChaCha20Core
impl StructuralPartialEq for ChaCha20Core
impl Sync for ChaCha20Core
impl Unpin for ChaCha20Core
impl UnsafeUnpin for ChaCha20Core
impl UnwindSafe for ChaCha20Core
impl<T> Any for ChaCha20Core
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ChaCha20Core
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ChaCha20Core
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ChaCha20Core
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ChaCha20Core
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ChaCha20Core
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ChaCha20Core
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ChaCha20Core
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ChaCha20Core
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip for ChaCha20Core
fn vzip(self: Self) -> V