Golang-Koblitz-elliptic-curve-DSA-library
Golang-Koblitz-elliptic-curve-DSA-library copied to clipboard
ecdsa_test.go fails with bad result
I'm getting the following output from ecdsa_test.go:
--- FAIL: TestVectors (0.29 seconds) bitecdsa_test.go:222: 2: bad result bitecdsa_test.go:222: 7: bad result bitecdsa_test.go:222: 10: bad result FAIL exit status 1 FAIL bitmessage/bitecdsa 0.464s
Does this mean the ecdsa module is broken?
The module is not broken, just at the time I was working on it I didn't have any test cases I could use to replace the old ecdsa tests, so I just left them there. I will need to get around to updating the tests one day...
At any rate, I use this library in a few websites and it works just fine.
Thanks for the answer.
I found what seems to be a updated version of your modules at https://github.com/titanous/bitcoin-crypto
You might be able to pull fresh test cases from there.
Regards
On Fri, Jul 26, 2013 at 7:36 PM, ThePiachu [email protected] wrote:
The module is not broken, just at the time I was working on it I didn't have any test cases I could use to replace the old ecdsa tests, so I just left them there. I will need to get around to updating the tests one day...
At any rate, I use this library in a few websites and it works just fine.
— Reply to this email directly or view it on GitHubhttps://github.com/ThePiachu/Golang-Koblitz-elliptic-curve-DSA-library/issues/1#issuecomment-21636160 .