Home
last modified time | relevance | path

Searched defs:ChaCha (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rand_chacha/src/
Dguts.rs25 pub struct ChaCha { struct
26 pub(crate) b: vec128_storage,
27 pub(crate) c: vec128_storage,
28 pub(crate) d: vec128_storage,
67 impl ChaCha { impl
107 m: Mach, state: &mut ChaCha, drounds: u32, out: &mut [u8; BUFSZ], in refill_wide_impl()
/external/python/cpython3/Doc/library/
Dhashlib.rst726 .. _ChaCha: https://cr.yp.to/chacha.html target