rustls_post_quantum/lib.rs
1//! The functionality of this crate became part of the core rustls
2//! crate from the 0.23.22 release. When using that version of the crate,
3//! use the `prefer-post-quantum` Cargo feature to control whether to prefer
4//! using post-quantum algorithms instead of using this crate.
5
6pub use rustls::crypto::aws_lc_rs::default_provider as provider;
7pub use rustls::crypto::aws_lc_rs::kx_group::{MLKEM768, X25519MLKEM768};