From 34ad68b72abfccbc86f17fd9de2f0c24331debdc Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 24 Aug 2024 19:08:12 -0600 Subject: [PATCH] Awesome_Rust_Cryptography.md: ml-kem is final Note that `ml-kem` implements FIPS 203 final. --- Awesome_Rust_Cryptography.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Awesome_Rust_Cryptography.md b/Awesome_Rust_Cryptography.md index c3138c5..eb344fc 100644 --- a/Awesome_Rust_Cryptography.md +++ b/Awesome_Rust_Cryptography.md @@ -544,8 +544,7 @@ by large quantum computers. - [ml-kem](https://github.com/RustCrypto/KEMs/tree/master/ml-kem) Pure Rust implementation of the Module-Lattice-Based Key-Encapsulation Mechanism - standard (formerly known as Kyber) as described in the FIPS 203 Initial - Public Draft. + standard (formerly known as Kyber) as described in FIPS 203 (final). - [oqs](https://github.com/open-quantum-safe/liboqs-rust) Wrapper around Open-Quantum-Safe's liboqs cryptographic library.