1 unstable release
| 0.1.0 | Sep 12, 2025 |
|---|
#1560 in Cryptography
197 downloads per month
Used in 2 crates
(via routex-settlement)
58KB
199 lines
chacha_box_ietf
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.
Dependencies
~2.8–4MB
~83K SLoC