chacha20poly1305 0.10.1

Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration. Also contains implementations of the XChaCha20Poly1305 extended nonce variant of ChaCha20Poly1305, and the reduced-round ChaCha8Poly1305 and ChaCha12Poly1305 lightweight variants.
Documentation
1
2
3
4
5
6
{
  "git": {
    "sha1": "746f70a5f6c7371e723dc64e04f2115b56f24d27"
  },
  "path_in_vcs": "chacha20poly1305"
}