mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
ml-dsa v0.1.0-rc.8 (#1272)
This commit is contained in:
Generated
+1
-1
@@ -809,7 +809,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
||||
|
||||
[[package]]
|
||||
name = "ml-dsa"
|
||||
version = "0.1.0-rc.7"
|
||||
version = "0.1.0-rc.8"
|
||||
dependencies = [
|
||||
"const-oid 0.10.2",
|
||||
"criterion",
|
||||
|
||||
+2
-2
@@ -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-rc.7"
|
||||
version = "0.1.0-rc.8"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
@@ -32,11 +32,11 @@ alloc = ["pkcs8?/alloc"]
|
||||
pkcs8 = ["dep:const-oid", "dep:pkcs8"]
|
||||
|
||||
[dependencies]
|
||||
ctutils = { version = "0.4", default-features = false }
|
||||
hybrid-array = { version = "0.4", features = ["extra-sizes"] }
|
||||
module-lattice = "0.2"
|
||||
sha3 = { version = "0.11.0-rc.8", default-features = false }
|
||||
signature = { version = "3.0.0-rc.10", default-features = false, features = ["digest"] }
|
||||
ctutils = { version = "0.4", default-features = false }
|
||||
|
||||
# optional dependencies
|
||||
const-oid = { version = "0.10", features = ["db"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user