Skip to content

Commit cc2cac3

Browse files
authored
bump crypto-bigint to v0.7.0-rc.4 (#1050)
1 parent 5f39c23 commit cc2cac3

File tree

3 files changed

+22
-28
lines changed

3 files changed

+22
-28
lines changed

Cargo.lock

Lines changed: 21 additions & 15 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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,5 @@ ml-dsa = { path = "./ml-dsa" }
2626
rfc6979 = { path = "./rfc6979" }
2727
slh-dsa = { path = "./slh-dsa" }
2828

29-
# https://github.com/RustCrypto/utils/pull/1208
30-
block-buffer = { git = "https://github.com/RustCrypto/utils" }
31-
# https://github.com/RustCrypto/crypto-bigint/pull/934
32-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint" }
33-
# https://github.com/RustCrypto/traits/pull/1976
34-
crypto-common = { git = "https://github.com/RustCrypto/traits" }
35-
# https://github.com/RustCrypto/traits/pull/1976
36-
digest = { git = "https://github.com/RustCrypto/traits" }
3729
# https://github.com/RustCrypto/traits/pull/1976
3830
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
39-
# https://github.com/RustCrypto/formats/pull/2015
40-
sec1 = { git = "https://github.com/RustCrypto/formats", branch = "sec1/hybrid-array-v0.4" }
41-
# https://github.com/RustCrypto/utils/pull/1208
42-
inout = { git = "https://github.com/RustCrypto/utils" }

dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.85"
1818
[dependencies]
1919
der = { version = "0.8.0-rc.8", features = ["alloc"] }
2020
digest = "0.11.0-rc.0"
21-
crypto-bigint = { version = "0.7.0-rc.0", default-features = false, features = ["alloc", "zeroize"] }
21+
crypto-bigint = { version = "0.7.0-rc.4", default-features = false, features = ["alloc", "zeroize"] }
2222
crypto-primes = { version = "0.7.0-pre.1", default-features = false }
2323
rfc6979 = { version = "0.5.0-rc.0" }
2424
sha2 = { version = "0.11.0-rc.0", default-features = false }

0 commit comments

Comments
 (0)