algorithm string | generatorVersion string | numberOfTests int64 | header list | notes dict | schema string | testGroups list |
|---|---|---|---|---|---|---|
ECDSA | 0.8r12 | 219 | [
"Test vectors of type EcdsaVerify are meant for the verification",
"of IEEE P1363 encoded ECDSA signatures."
] | {
"EdgeCase": "Edge case values such as r=1 and s=0 can lead to forgeries if the ECDSA implementation does not check boundaries and computes s^(-1)==0.",
"PointDuplication": "Some implementations of ECDSA do not handle duplication and points at infinity correctly. This is a test vector that has been specially craft... | ecdsa_p1363_verify_schema.json | [
{
"jwk": {
"crv": "P-256",
"kid": "none",
"kty": "EC",
"x": "KSexBRK64-3c_kZ4KBKLrSkDJpkZ9whgacjE32xzKDg",
"y": "x3h5ZOqsAOWSH7FJimD0YGdms9loUAFVjRqXTnNBUT4"
},
"key": {
"curve": "secp256r1",
"keySize": 256,
"type": "EcPublicKey",
"uncompressed": "04... |
No dataset card yet
- Downloads last month
- 763