Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions awesomelist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.


Expand All @@ -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
Expand Down