Skip to content

Commit

Permalink
ecdsa support
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Nov 24, 2023
1 parent a3f5248 commit bbd3770
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 2 deletions.
135 changes: 133 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions cryptoki-rustcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ readme = "README.md"
keywords = ["pkcs11", "cryptoki", "hsm"]
categories = ["cryptography", "hardware-support"]
license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/rust-cryptoki"

[dependencies]
cryptoki = { path = "../cryptoki", version = "0.6.1" }
der = "0.7.8"
ecdsa = "0.16.9"
p256 = { version = "0.13.2", features = ["pkcs8"] }
rsa = "0.9"
signature = { version = "2.2.0", features = ["digest"] }
sha1 = { version = "0.10", features = ["oid"] }
Expand Down
Loading

0 comments on commit bbd3770

Please sign in to comment.