Module rand_chacha::guts
source ยท Expand description
The ChaCha random number generator.
Structsยง
Constantsยง
- BLOCK ๐
- BLOCK64 ๐
- BUFBLOCKS ๐
- BUFSZ ๐
- BUFSZ64 ๐
- LOG2_BUFBLOCKS ๐
- STREAM_PARAM_BLOCK ๐
- STREAM_PARAM_NONCE ๐
Traitsยง
Functionsยง
- diagonalize ๐
- get_seed ๐
- get_stream_param ๐
- init_chacha ๐
- init_chacha_x ๐
- read_u32le ๐
- refill_narrow_rounds ๐
- refill_wide ๐
- refill_wide_impl ๐
- round ๐
- set_stream_param ๐
- undiagonalize ๐