Module chacha20

Module chacha20 

Source
Expand description

ChaCha20 stream cipher implementation

This module implements the ChaCha20 stream cipher as defined in RFC 8439.

Structs§

ChaCha20
ChaCha20 stream cipher

Constants§

CHACHA20_BLOCK_SIZE
Size of ChaCha20 block in bytes
CHACHA20_KEY_SIZE
Size of ChaCha20 key in bytes
CHACHA20_NONCE_SIZE
Size of ChaCha20 nonce in bytes