[][src]Function sodiumoxide::crypto::stream::salsa20::stream

pub fn stream(len: usize, n: &Nonce, k: &Key) -> Vec<u8>

stream() produces a len-byte stream c as a function of a secret key k and a nonce n.