Skip to content

Commit 2ffa041

Browse files
committed
fixtures: ECDSA, fix r=s=-n to be accurate
1 parent 73d8128 commit 2ffa041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fixtures/ecdsa.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@
263263
"d": "01",
264264
"message": "foo",
265265
"signatureRaw": {
266-
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140",
267-
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"
266+
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141",
267+
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"
268268
}
269269
}
270270
]

0 commit comments

Comments
 (0)