Skip to content

Commit bf279b1

Browse files
authored
Add link to PQ documentation (#593)
1 parent 6dabff7 commit bf279b1

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

aws-lc-rs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ behavior is observably different.
120120
public key component, if present, will be verified to match the one derived from the encoded
121121
private key.
122122

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+
123128
## Motivation
124129

125130
Rust developers increasingly need to deploy applications that meet US and Canadian government

aws-lc-rs/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
//! public key component, if present, will be verified to match the one derived from the encoded
123123
//! private key.
124124
//!
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+
//!
125130
//! # Motivation
126131
//!
127132
//! Rust developers increasingly need to deploy applications that meet US and Canadian government

aws-lc-sys/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ at [AWS-LC](https://github.com/aws/aws-lc/issues/new?assignees=&labels=&template
8181
This crate does not offer the AWS-LC FIPS build. To use AWS-LC FIPS, please use the FIPS version of this crate,
8282
available at [aws-lc-fips-sys](https://crates.io/crates/aws-lc-fips-sys).
8383

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+
8489
## Security Notification Process
8590

8691
If you discover a potential security issue in *AWS-LC* or *aws-lc-sys*, we ask that you notify AWS

0 commit comments

Comments
 (0)