Skip to content

Commit 71829ba

Browse files
authored
testsuite/pka: add rust-crypto p256 for comparison
1 parent c25e554 commit 71829ba

File tree

3 files changed

+316
-13
lines changed

3 files changed

+316
-13
lines changed

Cargo.lock

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

testsuite/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,12 @@ cortex-m-rt = "0.7"
8585
defmt = "0.3"
8686
defmt-rtt = "0.3"
8787
defmt-test = "0.3"
88+
ecdsa = { version = "0.14", default-features = false, features = ["arithmetic", "hazmat"] }
8889
embedded-time = "0.12"
8990
hex-literal = "0.3"
9091
itertools = { version = "0.10", default-features = false }
9192
nb = "1"
93+
p256 = { version = "0.11", default-features = false, features = ["arithmetic", "ecdsa"] }
9294
panic-probe = { version = "0.3", features = ["print-defmt" ] }
9395
rand = { version = "0.8", default-features = false }
9496
rand_chacha = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)