Skip to content

Commit 802245c

Browse files
authored
ml-dsa v0.1.0-pre.0 (#885)
1 parent 8c15d0e commit 802245c

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ml-dsa/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## 0.0.2 (2024-05-31)
9-
10-
- Initial release

ml-dsa/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description = """
44
Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as
55
described in the FIPS-204 Inital Public Draft
66
"""
7-
version = "0.1.0-pre"
7+
version = "0.1.0-pre.0"
88
edition = "2021"
9-
rust-version = "1.75"
9+
rust-version = "1.81"
1010
license = "Apache-2.0 OR MIT"
1111
homepage = "https://github.com/RustCrypto/signatures/tree/master/ml-dsa"
1212
repository = "https://github.com/RustCrypto/signatures"
@@ -21,7 +21,7 @@ zeroize = ["dep:zeroize", "hybrid-array/zeroize"]
2121
rand_core = ["dep:rand_core", "signature/rand_core"]
2222

2323
[dependencies]
24-
hybrid-array = { version = "0.2.3", features = ["extra-sizes"]}
24+
hybrid-array = { version = "0.2.3", features = ["extra-sizes"] }
2525
num-traits = "0.2.19"
2626
rand_core = { version = "0.6.4", optional = true }
2727
sha3 = "0.10.8"

ml-dsa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
4242
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
4343
dual licensed as above, without any additional terms or conditions.
4444

45-
[crate-image]: https://img.shields.io/crates/v/ml-dsa
45+
[crate-image]: https://img.shields.io/crates/v/ml-dsa?logo=rust
4646
[crate-link]: https://crates.io/crates/ml-dsa
4747
[docs-image]: https://docs.rs/ml-dsa/badge.svg
4848
[docs-link]: https://docs.rs/ml-dsa/

0 commit comments

Comments
 (0)