Module sodiumoxide::crypto::stream::salsa20
[−]
[src]
crypto_stream_salsa20 (Salsa20/20), 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 |
|