6 releases

0.0.6 Feb 12, 2026
0.0.6-pre.1 Feb 11, 2026
0.0.5 Jan 26, 2026
0.0.4 Nov 5, 2025

#2134 in Cryptography

Download history 163/week @ 2025-11-13 157/week @ 2025-11-20 205/week @ 2025-11-27 3169/week @ 2025-12-04 4014/week @ 2025-12-11 1905/week @ 2025-12-18 1435/week @ 2025-12-25 1858/week @ 2026-01-01 3532/week @ 2026-01-08 5611/week @ 2026-01-15 4875/week @ 2026-01-22 6166/week @ 2026-01-29 9064/week @ 2026-02-05 5934/week @ 2026-02-12 5960/week @ 2026-02-19 6016/week @ 2026-02-26

28,259 downloads per month
Used in 5 crates (2 directly)

Apache-2.0

150KB
3K SLoC

AEAD

This crate provides a usable interface to libcrux-chacha20poly1305 and libcrux-aesgcm.

Verification

libcrux-chacha20poly1305

verified-hacl

libcrux-chacha20poly1305 contains safe Rust that was compiled from verified C originating in the HACL* project.

The code for [these] algorithms is formally verified using the F* verification framework for memory safety, functional correctness, and secret independence (resistance to some types of timing side-channels). -- The HACL* repository

For more details on the compilation from C to Rust, please refer to "Compiling C to Safe Rust, Formalized" by Aymeric Fromherz and Jonathan Protzenko.

NOTE: The XChacha20Poly1305 wrapper has not been formally verified yet.

libcrux-aesgcm

pre-verification

The implementations of AES-GCM 128 and AES-GCM 256 have not been formally verified yet.

Dependencies

~1.5MB
~32K SLoC