fixtures: ECDSA, fix r=s=-n to be accurate
This commit is contained in:
parent
73d8128f0f
commit
2ffa041afa
1 changed files with 2 additions and 2 deletions
4
test/fixtures/ecdsa.json
vendored
4
test/fixtures/ecdsa.json
vendored
|
@ -263,8 +263,8 @@
|
|||
"d": "01",
|
||||
"message": "foo",
|
||||
"signatureRaw": {
|
||||
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140",
|
||||
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"
|
||||
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141",
|
||||
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue