| Crates.io | chacha20-poly1305 |
| lib.rs | chacha20-poly1305 |
| version | 0.1.2 |
| created_at | 2024-10-30 23:00:28.452579+00 |
| updated_at | 2025-05-19 20:48:13.942254+00 |
| description | The ChaCha20 stream cipher and Poly1305 MAC based AEAD. |
| homepage | |
| repository | https://github.com/rust-bitcoin/rust-bitcoin/ |
| max_upload_size | |
| id | 1429341 |
| size | 40,156 |
An authenticated encryption with associated data (AEAD) algorithm implemented with the ChaCha20 stream cipher and the Poly1305 message authentication code (MAC).
This implementation is maintained by the rust-bitcoin community and has a focus on a bare-bones API suitable for the bitcoin ecosystem.
This library should always compile with any combination of features on Rust 1.63.0.