Function subcoin_crypto::chacha20_block

source ยท
pub fn chacha20_block(key: &[u8; 32], nonce: &[u8; 12], counter: u32) -> Vec<u8>