chacha20
0.10.1The 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
- Authors
- RustCrypto Developers
- License files
- LICENSE-APACHELICENSE-MIT
Dependency paths
- cms workspace root
- rand 0.10.2
- chacha20 0.10.1
Depended on by
Directly
- rand 0.10.2
Through other packages
- cms workspace root