From c14d73a1fc94a9d3d4249dd00dbf322f8a1ca63d Mon Sep 17 00:00:00 2001 From: "Michael Howard (MSFT)" Date: Wed, 19 Aug 2026 11:34:22 -0500 Subject: [PATCH] Add SymCrypt to cryptographic libraries list Added SymCrypt library to the list of cryptographic libraries. --- awesomelist/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesomelist/README.md b/awesomelist/README.md index 738cfb1..7a105ea 100644 --- a/awesomelist/README.md +++ b/awesomelist/README.md @@ -28,6 +28,7 @@ Tools and resources that assist with the creation of cryptographic inventories, - [boringssl](https://boringssl.googlesource.com/boringssl) - Google-maintained fork of OpenSSL for internal and specific project needs. - [openssl](https://github.com/openssl/openssl) - Production-grade implementations of NIST-standardised algorithms, from version 3.5 onwards. - [liboqs](https://github.com/open-quantum-safe/liboqs) - Implements a broad range of standardised and candidate PQC schemes, great for experimentation but not recommended for production. +- [SymCrypt](https://github.com/microsoft/SymCrypt) - A Microsoft-maintained, high-performance cryptographic library for Windows, Linux, and Mac that supports ML-KEM, ML-DSA, LMS, and SLH-DSA and more. It includes formal proofs and is pursuing FIPS 140-3 validation. ## Standards