Skip to content

Commit 05b77d6

Browse files
authored
dsa: bump crypto-primes to v0.7.0-pre.5 (#1128)
1 parent 48b7f61 commit 05b77d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ ml-dsa = { path = "./ml-dsa" }
2626
rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
2828

29-
crypto-primes = { git = "https://github.com/tarcieri/crypto-primes", branch = "crypto-bigint/v0.7.0-rc.13" }
3029
rand = { git = "https://github.com/rust-random/rand" }

dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919
der = { version = "0.8.0-rc.9", features = ["alloc"] }
2020
digest = "0.11.0-rc.5"
2121
crypto-bigint = { version = "0.7.0-rc.12", default-features = false, features = ["alloc", "zeroize"] }
22-
crypto-primes = { version = "0.7.0-dev", default-features = false }
22+
crypto-primes = { version = "0.7.0-pre.5", default-features = false }
2323
rfc6979 = { version = "0.5.0-rc.3" }
2424
sha2 = { version = "0.11.0-rc.3", default-features = false }
2525
signature = { version = "3.0.0-rc.6", default-features = false, features = ["alloc", "digest", "rand_core"] }

0 commit comments

Comments
 (0)