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