Expand description
ChaCha20 stream cipher implementation
This module implements the ChaCha20 stream cipher as defined in RFC 8439.
Structs§
- ChaCha20
- ChaCha20 stream cipher
Constants§
- CHACH
A20_ BLOCK_ SIZE - Size of ChaCha20 block in bytes
- CHACH
A20_ KEY_ SIZE - Size of ChaCha20 key in bytes
- CHACH
A20_ NONCE_ SIZE - Size of ChaCha20 nonce in bytes