Skip to content

Commit dfc6350

Browse files
authored
dsa: bump crypto-primes to v0.7.0-pre.4 (#1104)
1 parent 14d4704 commit dfc6350

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
@@ -27,6 +27,5 @@ rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
2828

2929
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
30-
crypto-primes = { git = "https://github.com/baloo/crypto-primes.git", branch = "baloo/rand_core/0.10.0-rc.2" }
3130
ff = { git = "https://github.com/tarcieri/ff", branch = "rand_core/v0.10.0-rc-2" }
3231
group = { git = "https://github.com/tarcieri/group", branch = "rand_core/v0.10.0-rc-2" }

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.4"
2121
crypto-bigint = { version = "0.7.0-rc.10", default-features = false, features = ["alloc", "zeroize"] }
22-
crypto-primes = { version = "0.7.0-pre.3", default-features = false }
22+
crypto-primes = { version = "0.7.0-pre.4", 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.5", default-features = false, features = ["alloc", "digest", "rand_core"] }

0 commit comments

Comments
 (0)