Crates.io | chacha20-poly1305 |
lib.rs | chacha20-poly1305 |
version | 0.1.1 |
source | src |
created_at | 2024-10-30 23:00:28.452579 |
updated_at | 2024-11-11 16:44:41.566463 |
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 | 35,333 |
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.