11 releases

new 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
0.0.2-beta.3 Feb 24, 2025

#2811 in Cryptography

Apache-2.0

725KB
13K SLoC

RSA-PSS

This crate contains an implementation of RSA-PSS.

no_std support

This crate supports no_std targets, but requires the presence of a global allocator.

Verification

verified-hacl

This crate 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.

Dependencies

~2MB
~46K SLoC