rustls/rustls-post-quantum
Joseph Birr-Pixton 667482a17f Add path dependency for rustls-post-quantum
This avoids our Cargo.lock containing a previous version of this
crate, and means a local `cargo build` is sufficient to check
rustls-post-quantum/ builds against the current rustls/.
2024-03-21 17:58:37 +00:00
..
examples Add example client 2024-03-13 15:45:16 +00:00
src rustls-post-quantum: correct formatting 2024-03-14 16:06:02 +00:00
Cargo.toml Add path dependency for rustls-post-quantum 2024-03-21 17:58:37 +00:00
README.md Add bare-bones README.md 2024-03-13 17:18:59 +00:00

README.md

Rustls is a modern TLS library written in Rust.

rustls-post-quantum

This crate provides experimental support for X25519Kyber768Draft00 post-quantum key exchange. See the documentation for more details.

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