Skip to content

Commit 78b7b56

Browse files
authored
elliptic-curve: bump crypto-bigint to v0.7.0-rc.24 (#2257)
Uses `cpubits` for 32/64-bit detection
1 parent 30042f0 commit 78b7b56

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

Cargo.lock

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

elliptic-curve/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.14.0-rc.26"
3+
version = "0.14.0-rc.27"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -18,7 +18,7 @@ and public/secret keys composed thereof.
1818

1919
[dependencies.bigint]
2020
package = "crypto-bigint"
21-
version = "0.7.0-rc.23"
21+
version = "0.7.0-rc.24"
2222
default-features = false
2323
features = ["hybrid-array", "rand_core", "subtle", "zeroize"]
2424

@@ -34,11 +34,11 @@ zeroize = { version = "1.7", default-features = false }
3434
digest = { version = "0.11.0-rc.8", optional = true }
3535
ff = { version = "=0.14.0-pre.1", package = "rustcrypto-ff", optional = true, default-features = false }
3636
group = { version = "=0.14.0-pre.1", package = "rustcrypto-group", optional = true, default-features = false }
37-
hkdf = { version = "0.13.0-rc.3", optional = true, default-features = false }
37+
hkdf = { version = "0.13.0-rc.4", optional = true, default-features = false }
3838
hex-literal = { version = "1", optional = true }
3939
once_cell = { version = "1.21", optional = true, default-features = false }
4040
pem-rfc7468 = { version = "1", optional = true, features = ["alloc"] }
41-
pkcs8 = { version = "0.11.0-rc.9", optional = true, default-features = false }
41+
pkcs8 = { version = "0.11.0-rc.10", optional = true, default-features = false }
4242
sec1 = { version = "0.8.0-rc.13", optional = true, features = ["ctutils", "subtle", "zeroize"] }
4343
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
4444

0 commit comments

Comments
 (0)