| Crates.io | chacha_box_ietf | 
| lib.rs | chacha_box_ietf | 
| version | 0.1.0 | 
| created_at | 2025-09-12 12:54:51.10035+00 | 
| updated_at | 2025-09-12 12:54:51.10035+00 | 
| description | Sealed boxes using X25519 and ChaCha20-Poly1305 (RFC 8439): anonymously send unforgeable messages to a recipient given their public key | 
| homepage | https://yaxi.tech/ | 
| repository | |
| max_upload_size | |
| id | 1835725 | 
| size | 198,632 | 
Sealed boxes are designed to anonymously send messages to a recipient given their public key. A message is encrypted using an ephemeral key pair, with the secret key being erased right after the encryption process.
This crate provides sealed boxes using ChaCha20-Poly1305 as AEAD cipher, as
described in RFC-8439.