Module sodiumoxide::crypto::stream::xsalsa20
[−]
[src]
crypto_stream_xsalsa20, a particular cipher specified in
Cryptography in NaCl, Section 7.
This cipher is conjectured to meet the standard notion of
unpredictability.
Structs
| Key |
|
| Nonce |
|
Constants
| KEYBYTES |
Number of bytes in a |
| NONCEBYTES |
Number of bytes in a |
Functions
| gen_key |
|
| gen_nonce |
|
| stream |
|
| stream_xor |
|
| stream_xor_inplace |
|