[][src]Function tweetnacl::stream_salsa20_xor

pub fn stream_salsa20_xor(
    c: &mut [u8],
    m: Option<&[u8]>,
    n: &[u8],
    k: &[u8; 32]
)