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.
crypto-bigint
1 parent 89f6e88 commit 2f58bc3Copy full SHA for 2f58bc3
Cargo.toml
@@ -14,7 +14,7 @@ rust-version = "1.85"
14
15
[dependencies]
16
const-oid = { version = "0.10", default-features = false }
17
-crypto-bigint = { version = "0.7.0-rc.1", default-features = false, features = ["zeroize", "alloc"] }
+crypto-bigint = { version = "0.7.0-rc.2", default-features = false, features = ["zeroize", "alloc"] }
18
crypto-primes = { version = "0.7.0-pre.1", default-features = false }
19
digest = { version = "0.11.0-rc.0", default-features = false, features = ["alloc", "oid"] }
20
rand_core = { version = "0.9", default-features = false }
0 commit comments