Function sodiumoxide::crypto::stream::aes128ctr::stream
[−]
[src]
pub fn stream(len: usize, Nonce: &Nonce, Key: &Key) -> Vec<u8>
stream() produces a len-byte stream c as a function of a
secret key k and a nonce n.