mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
ml-dsa v0.0.4 (#933)
This commit is contained in:
Generated
+1
-1
@@ -491,7 +491,7 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
||||
|
||||
[[package]]
|
||||
name = "ml-dsa"
|
||||
version = "0.1.0-pre.2"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"criterion",
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user