Skip to content

Commit

Permalink
ml-dsa: note crate implements FIPS 204 (final) (#886)
Browse files Browse the repository at this point in the history
- Corrects dated references to the draft
- Also fixes the MSRV badge in README.md
  • Loading branch information
tarcieri authored Jan 20, 2025
1 parent 802245c commit 753cfcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions ml-dsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/

0 comments on commit 753cfcf

Please sign in to comment.