Function prp::chacha20

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