#tls #rustls

rustls-post-quantum

Experimental support for post-quantum key exchange in rustls

4 releases

0.2.2 Jan 30, 2025
0.2.1 Dec 11, 2024
0.2.0 Dec 11, 2024
0.1.0 Mar 13, 2024

#2242 in Cryptography

Download history 16/week @ 2024-12-04 427/week @ 2024-12-11 33/week @ 2024-12-18 21/week @ 2024-12-25 105/week @ 2025-01-01 101/week @ 2025-01-08 95/week @ 2025-01-15 147/week @ 2025-01-22 450/week @ 2025-01-29 133/week @ 2025-02-05 137/week @ 2025-02-12 186/week @ 2025-02-19 204/week @ 2025-02-26 168/week @ 2025-03-05 271/week @ 2025-03-12 61/week @ 2025-03-19

757 downloads per month
Used in rustls-openssl-post-quant…

Apache-2.0 OR ISC OR MIT

1.5MB
32K SLoC

Rustls is a modern TLS library written in Rust.

rustls-post-quantum

The functionality of this crate became part of the core rustls crate from the 0.23.22 release. When using that version of the crate, use the prefer-post-quantum Cargo feature to control whether to prefer using post-quantum algorithms instead of using this crate.

This crate is release under the same licenses as the main rustls crate.


lib.rs:

The functionality of this crate became part of the core rustls crate from the 0.23.22 release. When using that version of the crate, use the prefer-post-quantum Cargo feature to control whether to prefer using post-quantum algorithms instead of using this crate.

Dependencies

~6–14MB
~243K SLoC