Module chacha

Source
Expand description

The ChaCha random number generator.

Modulesยง

abstract8 ๐Ÿ”’
abstract12 ๐Ÿ”’
abstract20 ๐Ÿ”’

Macrosยง

chacha_impl ๐Ÿ”’

Structsยง

Array64
ChaCha8Core
ChaCha with 8 rounds
ChaCha8Rng
A cryptographically secure random number generator that uses the ChaCha algorithm.
ChaCha12Core
ChaCha with 12 rounds
ChaCha12Rng
A cryptographically secure random number generator that uses the ChaCha algorithm.
ChaCha20Core
ChaCha with 20 rounds
ChaCha20Rng
A cryptographically secure random number generator that uses the ChaCha algorithm.

Constantsยง

BLOCK_WORDS ๐Ÿ”’
BUF_BLOCKS ๐Ÿ”’