Skip to content

Commit 7c2a2c2

Browse files
1 parent 014d8d7 commit 7c2a2c2

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

Cargo.lock

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

p256/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ default-features = false
2828
features = ["der"]
2929

3030
[dev-dependencies]
31+
blobby = "0.3"
3132
ecdsa-core = { version = "=0.11.0-pre.2", package = "ecdsa", default-features = false, features = ["dev"] }
3233
hex-literal = "0.3"
3334
proptest = "1.0"

p256/src/ecdsa.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,9 @@ mod tests {
179179
use crate::{test_vectors::ecdsa::ECDSA_TEST_VECTORS, NistP256};
180180
ecdsa_core::new_verification_test!(NistP256, ECDSA_TEST_VECTORS);
181181
}
182+
183+
mod wycheproof {
184+
use crate::NistP256;
185+
ecdsa_core::new_wycheproof_test!(wycheproof, "wycheproof", NistP256);
186+
}
182187
}
30.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)