Files
RustCrypto-signatures/ml-dsa
Tony Arcieri e5244d2abe ml-dsa: add reason to all clippy div/rem allows (#1196)
For allow instances of `allow(clippy::integer_division_remainder_used)`
adds a `reason` field which is now one of "constant" (as in bound to an
all-caps-named `const` value) or "tests".
2026-01-31 13:36:06 -07:00
..
2026-01-31 12:48:37 -07:00
2025-04-10 08:52:52 +09:00
2025-02-13 12:59:09 -07:00
2025-09-03 15:39:16 -06:00

RustCrypto: ML-DSA

crate Docs Build Status Apache2/MIT licensed MSRV Project Chat

Pure Rust implementation of the Module-Lattice-Based Digital Signature Standard (ML-DSA) as described in the FIPS 204 (final).

About

ML-DSA was formerly known as CRYSTALS-Dilithium.

⚠️ Security Warning

The implementation contained in this crate has never been independently audited!

USE AT YOUR OWN RISK!

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.