Skip to content

Commit

Permalink
Add link to PQ documentation (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Nov 15, 2024
1 parent 6dabff7 commit bf279b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws-lc-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ behavior is observably different.
public key component, if present, will be verified to match the one derived from the encoded
private key.

## Post-Quantum Cryptography

Details on the post-quantum algorithms supported by aws-lc-rs can be found at
[PQREADME](https://github.com/aws/aws-lc/tree/main/crypto/fipsmodule/PQREADME.md).

## Motivation

Rust developers increasingly need to deploy applications that meet US and Canadian government
Expand Down
5 changes: 5 additions & 0 deletions aws-lc-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
//! public key component, if present, will be verified to match the one derived from the encoded
//! private key.
//!
//! # Post-Quantum Cryptography
//!
//! Details on the post-quantum algorithms supported by aws-lc-rs can be found at
//! [PQREADME](https://github.com/aws/aws-lc/tree/main/crypto/fipsmodule/PQREADME.md).
//!
//! # Motivation
//!
//! Rust developers increasingly need to deploy applications that meet US and Canadian government
Expand Down
5 changes: 5 additions & 0 deletions aws-lc-sys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ at [AWS-LC](https://github.com/aws/aws-lc/issues/new?assignees=&labels=&template
This crate does not offer the AWS-LC FIPS build. To use AWS-LC FIPS, please use the FIPS version of this crate,
available at [aws-lc-fips-sys](https://crates.io/crates/aws-lc-fips-sys).

## Post-Quantum Cryptography

Details on the post-quantum algorithms supported by aws-lc-sys can be found at
[PQREADME](https://github.com/aws/aws-lc/tree/main/crypto/fipsmodule/PQREADME.md).

## Security Notification Process

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

0 comments on commit bf279b1

Please sign in to comment.