The crypto_stream() function produces a stream 'c' as a function of a secret key 'key' and a nonce 'nonce'.
output slice
nonce
secret key
stream in 'c'
See Implementation
The crypto_stream() function produces a stream 'c' as a function of a secret key 'key' and a nonce 'nonce'.