chacha_box_ietf

Crates.iochacha_box_ietf
lib.rschacha_box_ietf
version0.1.0
created_at2025-09-12 12:54:51.10035+00
updated_at2025-09-12 12:54:51.10035+00
descriptionSealed boxes using X25519 and ChaCha20-Poly1305 (RFC 8439): anonymously send unforgeable messages to a recipient given their public key
homepagehttps://yaxi.tech/
repository
max_upload_size
id1835725
size198,632
YAXI (wurzelpfropf)

documentation

README

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.

Commit count: 0

cargo fmt