[][src]Module cryptoxide::chacha20

ChaCha20 Stream Cipher

Implementation of ChaCha spec, which is a fast and lean stream cipher.

Along with the standard ChaCha20, there is support for the XChaCha20 variant with extended nonce.

Structs

ChaCha20

ChaCha Context