From b4d3a92355b1265b7faef7a2780c563c10d633f7 Mon Sep 17 00:00:00 2001 From: Mark Langston Date: Mon, 3 Aug 2026 10:50:33 -0400 Subject: [PATCH 1/2] awesomelist: fix SLH-DSA standard number (FIPS 205, not 204) --- awesomelist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesomelist/README.md b/awesomelist/README.md index 738cfb1..25ac9b3 100644 --- a/awesomelist/README.md +++ b/awesomelist/README.md @@ -35,7 +35,7 @@ Tools and resources that assist with the creation of cryptographic inventories, - [NIST PQC Standardisation Homepage](https://csrc.nist.gov/projects/post-quantum-cryptography) - Home page for NIST's PQC standardisation project. - [NIST Standard: ML-KEM](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf) - FIPS 203, Module-Lattice-Based Key-Encapsulation Mechanism Standard (ML-KEM). - [NIST Standard: ML-DSA](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf) - FIPS 204, Module-Lattice-Based Digital Signature Standard (ML-DSA). -- [NIST Standard: SLH-DSA](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.205.pdf) - FIPS 204, Stateless Hash-Based Digital Signature Standard (SLH-DSA). +- [NIST Standard: SLH-DSA](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.205.pdf) - FIPS 205, Stateless Hash-Based Digital Signature Standard (SLH-DSA). ## Test & Validation From 8c5661aa54c29155a2c1ca8a8bd162895fb4d575 Mon Sep 17 00:00:00 2001 From: Mark Langston Date: Mon, 3 Aug 2026 10:57:31 -0400 Subject: [PATCH 2/2] awesomelist: fix two typos (beeen -> been, cuurently -> currently) --- awesomelist/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesomelist/README.md b/awesomelist/README.md index 25ac9b3..053852f 100644 --- a/awesomelist/README.md +++ b/awesomelist/README.md @@ -2,7 +2,7 @@ > Useful resources for Post-Quantum Cryptography -Post-Quantum Cryptography is the field of cyber security concerned with updating cryptographic systems to achieve quantum resistance, remaining secure once powerful quantum computers have beeen created. +Post-Quantum Cryptography is the field of cyber security concerned with updating cryptographic systems to achieve quantum resistance, remaining secure once powerful quantum computers have been created. ## Contents @@ -19,7 +19,7 @@ Post-Quantum Cryptography is the field of cyber security concerned with updating Tools and resources that assist with the creation of cryptographic inventories, used to help guide PQC migrations. -- [open-crypto-rules](https://github.com/scanoss/open-crypto-rules) - Open source Semgrep/OpenGrep rules for detecting cryptographic usage in source code (cuurently C, Go & Rust). +- [open-crypto-rules](https://github.com/scanoss/open-crypto-rules) - Open source Semgrep/OpenGrep rules for detecting cryptographic usage in source code (currently C, Go & Rust). - [pq-audit](http://github.com/mk-scorpiosec/pq-audit) - A tool that evaluates cryptographic posture, infrastructure configuration, and code against NIST PQC standards.