Skip to content

Commit 2656099

Browse files
authored
srp: use crypto-bigint v0.7.0-rc.17 crate release (#230)
Previously we were sourcing it from `git` in order to be able to use `BoxedUint::concatenating_add`
1 parent 02ceaae commit 2656099

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ members = [
88

99
[profile.dev]
1010
opt-level = 2
11-
12-
[patch.crates-io.crypto-bigint]
13-
git = "https://github.com/RustCrypto/crypto-bigint"

srp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2024"
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
crypto-bigint = { version = "0.7.0-rc.16", features = ["alloc"] }
16+
crypto-bigint = { version = "0.7.0-rc.17", features = ["alloc"] }
1717
digest = "0.11.0-rc.5"
1818
once_cell = "1"
1919
subtle = "2.4"

0 commit comments

Comments
 (0)