Crates.io | chacha20-poly1305 |
lib.rs | chacha20-poly1305 |
version | 0.1.0 |
source | src |
created_at | 2024-10-30 23:00:28.452579 |
updated_at | 2024-10-30 23:00:28.452579 |
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 | 34,542 |
An authenticated encryption with associated data (AEAD) algorithm implemented with the ChaCha20 stream cipher and the Poly1305 message authentication code (MAC).
This library should always compile with any combination of features on Rust 1.63.0.