fixtures: ECDSA, fix r=s=-n to be accurate

This commit is contained in:
Daniel Cousens 2015-06-23 16:04:39 +10:00
parent 73d8128f0f
commit 2ffa041afa

View file

@ -263,8 +263,8 @@
"d": "01",
"message": "foo",
"signatureRaw": {
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140",
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140"
"r": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141",
"s": "-fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"
}
}
]