Function sodiumoxide::crypto::stream::salsa20::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
.