From 57d995aa67aa3ba666e1efdb8bda9c04ade23d24 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 19 Jan 2025 17:20:25 -0700 Subject: [PATCH] ml-dsa: note crate implements FIPS 204 (final) - Corrects dated references to the draft - Also fixes the MSRV badge in README.md --- ml-dsa/Cargo.toml | 2 +- ml-dsa/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ml-dsa/Cargo.toml b/ml-dsa/Cargo.toml index 1f0b5a8a..bc76e97a 100644 --- a/ml-dsa/Cargo.toml +++ b/ml-dsa/Cargo.toml @@ -2,7 +2,7 @@ name = "ml-dsa" description = """ Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as -described in the FIPS-204 Inital Public Draft +described in FIPS-204 (final) """ version = "0.1.0-pre.0" edition = "2021" diff --git a/ml-dsa/README.md b/ml-dsa/README.md index a79569c8..56568ad5 100644 --- a/ml-dsa/README.md +++ b/ml-dsa/README.md @@ -8,7 +8,7 @@ [![Project Chat][chat-image]][chat-link] Pure Rust implementation of the Module-Lattice-Based Digital Signature Standard -(ML-DSA) as described in the [FIPS-204 Inital Public Draft] (WIP). +(ML-DSA) as described in the [FIPS 204] (final). ## About @@ -49,12 +49,12 @@ dual licensed as above, without any additional terms or conditions. [build-image]: https://github.com/RustCrypto/signatures/actions/workflows/ml-dsa.yml/badge.svg [build-link]: https://github.com/RustCrypto/signatures/actions/workflows/ml-dsa.yml [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.75+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260048-signatures [//]: # (links) [RustCrypto]: https://github.com/RustCrypto -[FIPS-204 Inital Public Draft]: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.205.ipd.pdf +[FIPS 204]: https://csrc.nist.gov/pubs/fips/204/final [CRYSTALS-Dilithium]: https://pq-crystals.org/dilithium/