From 8c9d6ad791de6341d75ee43ea1beb55aed367022 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 19 Jan 2025 16:48:49 -0700 Subject: [PATCH] ml-dsa v0.1.0-pre.0 --- Cargo.lock | 2 +- ml-dsa/CHANGELOG.md | 4 ---- ml-dsa/Cargo.toml | 6 +++--- ml-dsa/README.md | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 583d9112..f3ab18c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "ml-dsa" -version = "0.1.0-pre" +version = "0.1.0-pre.0" dependencies = [ "criterion", "hex", diff --git a/ml-dsa/CHANGELOG.md b/ml-dsa/CHANGELOG.md index 5858d7de..1d013ff9 100644 --- a/ml-dsa/CHANGELOG.md +++ b/ml-dsa/CHANGELOG.md @@ -4,7 +4,3 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## 0.0.2 (2024-05-31) - -- Initial release diff --git a/ml-dsa/Cargo.toml b/ml-dsa/Cargo.toml index f889575a..1f0b5a8a 100644 --- a/ml-dsa/Cargo.toml +++ b/ml-dsa/Cargo.toml @@ -4,9 +4,9 @@ description = """ Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as described in the FIPS-204 Inital Public Draft """ -version = "0.1.0-pre" +version = "0.1.0-pre.0" edition = "2021" -rust-version = "1.75" +rust-version = "1.81" license = "Apache-2.0 OR MIT" homepage = "https://github.com/RustCrypto/signatures/tree/master/ml-dsa" repository = "https://github.com/RustCrypto/signatures" @@ -21,7 +21,7 @@ zeroize = ["dep:zeroize", "hybrid-array/zeroize"] rand_core = ["dep:rand_core", "signature/rand_core"] [dependencies] -hybrid-array = { version = "0.2.3", features = ["extra-sizes"]} +hybrid-array = { version = "0.2.3", features = ["extra-sizes"] } num-traits = "0.2.19" rand_core = { version = "0.6.4", optional = true } sha3 = "0.10.8" diff --git a/ml-dsa/README.md b/ml-dsa/README.md index e6f58120..a79569c8 100644 --- a/ml-dsa/README.md +++ b/ml-dsa/README.md @@ -42,7 +42,7 @@ 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. -[crate-image]: https://img.shields.io/crates/v/ml-dsa +[crate-image]: https://img.shields.io/crates/v/ml-dsa?logo=rust [crate-link]: https://crates.io/crates/ml-dsa [docs-image]: https://docs.rs/ml-dsa/badge.svg [docs-link]: https://docs.rs/ml-dsa/