pub fn keystream_block(
    secret_key: &SecretKey,
    nonce: &Nonce,
    counter: u32
) -> Result<[u8; 64], UnknownCryptoError>
Expand description

IETF ChaCha20 block function returning a serialized keystream block.