Skip to content

Commit

Permalink
ml-dsa v0.1.0-pre.0 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 20, 2025
1 parent 8c15d0e commit 802245c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions ml-dsa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ml-dsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 802245c

Please sign in to comment.