rustls-post-quantum 0.2.0

Experimental support for post-quantum key exchange in rustls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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