MCPcopy Create free account
hub / github.com/RustCrypto/utils / TestKey

Class TestKey

wycheproof2blb/src/ecdsa.rs:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Debug, Deserialize)]
31struct TestKey {
32 curve: String,
33 #[allow(dead_code)]
34 #[serde(rename = "type")]
35 key_type: String,
36 #[serde(with = "hex_string")]
37 wx: Vec<u8>,
38 #[serde(with = "hex_string")]
39 wy: Vec<u8>,
40}
41
42#[derive(Debug, Deserialize)]
43struct TestCase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected