[][src]Module secretbox::salsa20

This module contains primitives for generating CSPRNG data using the salsa20 algorithm

Re-exports

pub use trivial as implementation;
pub use implementation::salsa20;

Modules

trivial

Structs

XSalsa20

XSalsa20 structure. 32-byte key, 16-byte sigma, 12-byte nonce, 4-byte counter

Constants

SIGMA

SIGMA constant used to expand a 32-byte key Reads "expand 32-byte k"