Skip to content

Commit 9571ec9

Browse files
update to latest deps & fix padding issue
1 parent 8cb0865 commit 9571ec9

16 files changed

+130
-100
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ pkcs8 = { version = "0.11.0-rc.0", default-features = false, features = ["alloc"
2222
signature = { version = "=2.3.0-pre.4", default-features = false, features = ["alloc", "digest", "rand_core"] }
2323
spki = { version = "0.8.0-rc.1", default-features = false, features = ["alloc"] }
2424
zeroize = { version = "1.5", features = ["alloc"] }
25-
crypto-bigint = { version = "0.6.0-rc.6", default-features = false, features = ["zeroize", "alloc"] }
26-
crypto-primes = { version = "0.6.0-pre.2", default-features = false }
25+
crypto-bigint = { version = "0.6.0", default-features = false, features = ["zeroize", "alloc"] }
26+
crypto-primes = { version = "0.6.0", default-features = false }
2727
libm = "0.2"
2828

2929
# optional dependencies
@@ -72,6 +72,3 @@ debug = true
7272
[patch.crates-io]
7373
pkcs1 = { git = "https://github.com/RustCrypto/formats.git" }
7474
pkcs8 = { git = "https://github.com/RustCrypto/formats.git" }
75-
76-
# crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", branch = "master" }
77-
# crypto-bigint = { path = "../rustcrypto/crypto-bigint" }

0 commit comments

Comments
 (0)