We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066595c commit ca0b3daCopy full SHA for ca0b3da
ml-dsa/Cargo.toml
@@ -33,10 +33,10 @@ pkcs8 = ["dep:const-oid", "dep:pkcs8"]
33
34
[dependencies]
35
hybrid-array = { version = "0.3", features = ["extra-sizes"] }
36
-num-traits = "0.2.19"
+num-traits = { version = "0.2.19", default-features = false }
37
rand_core = { version = "0.9", optional = true }
38
sha3 = "0.11.0-rc.0"
39
-signature = "3.0.0-rc.1"
+signature = { version = "3.0.0-rc.1", default-features = false }
40
zeroize = { version = "1.8.1", optional = true, default-features = false }
41
42
const-oid = { version = "0.10", features = ["db"], optional = true }
0 commit comments