chacha20 0.9.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.
Documentation
1
2
3
4
5
6
{
  "git": {
    "sha1": "b5d39c45c45df97335f4b6effb853cde97810de1"
  },
  "path_in_vcs": "chacha20"
}