Add bare-bones README.md

This commit is contained in:
Joseph Birr-Pixton 2024-03-13 16:51:34 +00:00 committed by Joe Birr-Pixton
parent bbef4b3ea7
commit 92cb23e6e5
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<p align="center">
<img width="460" height="300" src="https://raw.githubusercontent.com/rustls/rustls/main/admin/rustls-logo-web.png">
</p>
<p align="center">
Rustls is a modern TLS library written in Rust.
</p>
# rustls-post-quantum
This crate provides experimental support for [X25519Kyber768Draft00] post-quantum
key exchange. See [the documentation][docs] for more details.
This crate is release under the same licenses as the [main rustls crate][rustls].
[X25519Kyber768Draft00]: https://datatracker.ietf.org/doc/draft-tls-westerbaan-xyber768d00/03/
[docs]: https://docs.rs/rustls-post-quantum/latest/
[rustls]: https://crates.io/crates/rustls