pub fn cha_cha_20_encrypt( key: &[u8; 32], counter: u32, nonce: &[u8; 12], plain_text: &[u8], ) -> Box<[u8]>