chacha20

0.10.1

The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers.

Package

Registry
crates.io
Repository
RustCrypto/stream-ciphers
Documentation
https://docs.rs/chacha20

Terms and attribution

License

MIT OR Apache-2.0

MITApache-2.0

Authors
RustCrypto Developers
License files
LICENSE-APACHELICENSE-MIT

Dependency paths

  1. cms workspace root
  2. rand 0.10.2
  3. chacha20 0.10.1

Depended on by

Directly

Through other packages

  • cms workspace root