Module guts

Source
Expand description

The ChaCha random number generator.

Structsยง

ChaCha
State

Constantsยง

BLOCK ๐Ÿ”’
BLOCK64 ๐Ÿ”’
BUFBLOCKS ๐Ÿ”’
BUFSZ ๐Ÿ”’
BUFSZ64 ๐Ÿ”’
LOG2_BUFBLOCKS ๐Ÿ”’
STREAM_PARAM_BLOCK ๐Ÿ”’
STREAM_PARAM_NONCE ๐Ÿ”’

Traitsยง

Machine

Functionsยง

add_pos ๐Ÿ”’
d0123 ๐Ÿ”’
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 ๐Ÿ”’