fixtures: ECDSA, fix r=s=-n to be accurate
This commit is contained in:
parent
73d8128f0f
commit
2ffa041afa
4
test/fixtures/ecdsa.json
vendored
4
test/fixtures/ecdsa.json
vendored
@ -263,8 +263,8 @@
|
|||||||
"d": "01",
|
"d": "01",
|
||||||
"message": "foo",
|
"message": "foo",
|
||||||
"signatureRaw": {
|
"signatureRaw": {
|
||||||
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140",
|
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141",
|
||||||
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"
|
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user