ml-dsa v0.1.0-pre.2 (#900)

This commit is contained in:
Tony Arcieri
2025-02-13 12:59:09 -07:00
committed by GitHub
parent bd3d94ce61
commit 801e2eeb40
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "ml-dsa"
version = "0.1.0-pre.1"
version = "0.1.0-pre.2"
dependencies = [
"const-oid",
"criterion",
+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.1"
version = "0.1.0-pre.2"
edition = "2021"
rust-version = "1.81"
license = "Apache-2.0 OR MIT"
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2024 RustCrypto Developers
Copyright (c) 2024-2025 RustCrypto Developers
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated