Function hacspec_chacha20::chacha20

source ·
pub fn chacha20(key: ChaChaKey, iv: ChaChaIV, ctr: u32, m: &[u8]) -> Vec<u8>