ml-dsa v0.0.4 (#933)

This commit is contained in:
Tony Arcieri
2025-04-10 08:52:52 +09:00
committed by GitHub
parent 64b55c6393
commit ea7a000fa4
3 changed files with 5 additions and 2 deletions
Generated
+1 -1
View File
@@ -491,7 +491,7 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[package]]
name = "ml-dsa"
version = "0.1.0-pre.2"
version = "0.0.4"
dependencies = [
"const-oid",
"criterion",
+3
View File
@@ -4,3 +4,6 @@ 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.4 (2025-04-10)
- Initial release
+1 -1
View File
@@ -4,7 +4,7 @@ description = """
Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as
described in FIPS-204 (final)
"""
version = "0.1.0-pre.2"
version = "0.0.4"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0 OR MIT"