Searched defs:ChaCha (Results 1 – 2 of 2) sorted by relevance
28 pub struct ChaCha { struct29 pub(crate) b: vec128_storage,30 pub(crate) c: vec128_storage,31 pub(crate) d: vec128_storage,70 impl ChaCha { impl117 m: Mach, state: &mut ChaCha, drounds: u32, out: &mut [u8; BUFSZ], in refill_wide_impl()
735 .. _ChaCha: https://cr.yp.to/chacha.html target