File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ behavior is observably different.
120
120
public key component, if present, will be verified to match the one derived from the encoded
121
121
private key.
122
122
123
+ ## Post-Quantum Cryptography
124
+
125
+ Details on the post-quantum algorithms supported by aws-lc-rs can be found at
126
+ [ PQREADME] ( https://github.com/aws/aws-lc/tree/main/crypto/fipsmodule/PQREADME.md ) .
127
+
123
128
## Motivation
124
129
125
130
Rust developers increasingly need to deploy applications that meet US and Canadian government
Original file line number Diff line number Diff line change 122
122
//! public key component, if present, will be verified to match the one derived from the encoded
123
123
//! private key.
124
124
//!
125
+ //! # Post-Quantum Cryptography
126
+ //!
127
+ //! Details on the post-quantum algorithms supported by aws-lc-rs can be found at
128
+ //! [PQREADME](https://github.com/aws/aws-lc/tree/main/crypto/fipsmodule/PQREADME.md).
129
+ //!
125
130
//! # Motivation
126
131
//!
127
132
//! Rust developers increasingly need to deploy applications that meet US and Canadian government
Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ at [AWS-LC](https://github.com/aws/aws-lc/issues/new?assignees=&labels=&template
81
81
This crate does not offer the AWS-LC FIPS build. To use AWS-LC FIPS, please use the FIPS version of this crate,
82
82
available at [ aws-lc-fips-sys] ( https://crates.io/crates/aws-lc-fips-sys ) .
83
83
84
+ ## Post-Quantum Cryptography
85
+
86
+ Details on the post-quantum algorithms supported by aws-lc-sys can be found at
87
+ [ PQREADME] ( https://github.com/aws/aws-lc/tree/main/crypto/fipsmodule/PQREADME.md ) .
88
+
84
89
## Security Notification Process
85
90
86
91
If you discover a potential security issue in * AWS-LC* or * aws-lc-sys* , we ask that you notify AWS
You can’t perform that action at this time.
0 commit comments