From 796202b5c3d00ed099e4932701d7b3219386ebf5 Mon Sep 17 00:00:00 2001 From: dkostic <25055813+dkostic@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:48:42 -0800 Subject: [PATCH] Update PQREADME to add link to the KEM readme file (#1973) --- crypto/fipsmodule/PQREADME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/fipsmodule/PQREADME.md b/crypto/fipsmodule/PQREADME.md index 55f9868631..8ffa6e89d5 100644 --- a/crypto/fipsmodule/PQREADME.md +++ b/crypto/fipsmodule/PQREADME.md @@ -13,7 +13,7 @@ To support these initiatives, the U.S. Department of Commerce’s National Insti ## AWS-LC Post-Quantum Algorithms -AWS-LC provides the following post-quantum algorithms: +AWS-LC provides two post-quantum Key Encapsulation Mechanisms (KEMs), FIPS 203 ML-KEM and KyberR3, and a post-quantum digital signature scheme FIPS 204 ML-DSA. For details on the KEM API and how it can be used please see [README](https://github.com/aws/aws-lc/blob/main/crypto/fipsmodule/kem/README.md). ### FIPS 203: Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM)