Home
last modified time | relevance | path

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

/external/rust/crates/rand_chacha/src/
Dguts.rs28 pub struct ChaCha { struct
29 pub(crate) b: vec128_storage,
30 pub(crate) c: vec128_storage,
31 pub(crate) d: vec128_storage,
70 impl ChaCha { impl
117 m: Mach, state: &mut ChaCha, drounds: u32, out: &mut [u8; BUFSZ], in refill_wide_impl()
/external/python/cpython3/Doc/library/
Dhashlib.rst735 .. _ChaCha: https://cr.yp.to/chacha.html target