Skip to content

Commit 2cabbff

Browse files
committed
cms: ecc-kari support - adjust patch & cargo lock file
1 parent dcf266b commit 2cabbff

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

Cargo.lock

Lines changed: 21 additions & 18 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,15 @@ aes-kw = { git = "https://github.com/RustCrypto/key-wraps.git" }
7474

7575

7676
# https://github.com/RustCrypto/KDFs/pull/102
77-
ansi-x963-kdf = { git = "https://github.com/RustCrypto/KDFs.git" }
77+
ansi-x963-kdf = { git = "https://github.com/RustCrypto/KDFs.git", branch = "master" }
7878

7979

8080
# https://github.com/RustCrypto/traits/pull/1777
8181
crypto-common = { git = "https://github.com/RustCrypto/traits.git" }
8282
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
8383
signature = { git = "https://github.com/RustCrypto/traits.git" }
8484
aead = { git = "https://github.com/RustCrypto/traits.git" }
85+
async-signature = { git = "https://github.com/RustCrypto/traits.git" }
8586

8687
# https://github.com/RustCrypto/RSA/pull/478
8788
# https://github.com/RustCrypto/RSA/pull/504

0 commit comments

Comments
 (0)