Skip to content

Commit b0b4811

Browse files
committed
ecdsa support
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
1 parent 7fb4885 commit b0b4811

File tree

5 files changed

+405
-2
lines changed

5 files changed

+405
-2
lines changed

Cargo.lock

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

cryptoki-rustcrypto/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ readme = "README.md"
88
keywords = ["pkcs11", "cryptoki", "hsm"]
99
categories = ["cryptography", "hardware-support"]
1010
license = "Apache-2.0"
11+
repository = "https://github.com/parallaxsecond/rust-cryptoki"
1112

1213
[dependencies]
1314
cryptoki = { path = "../cryptoki", version = "0.6.1" }
1415
der = "0.7.8"
16+
ecdsa = "0.16.9"
17+
p256 = { version = "0.13.2", features = ["pkcs8"] }
1518
rsa = "0.9"
1619
signature = { version = "2.2.0", features = ["digest"] }
1720
sha1 = { version = "0.10", features = ["oid"] }

0 commit comments

Comments
 (0)