Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1105425
Topic
40264
Board
Web Wallets
Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics
by
Stefan Thomas
on
16/08/2012, 23:56:47 UTC
Quote from: Stefan Thomas on August 16, 2012, 11:10:36 PM
No, these signatures aren't DER encoded at all. I'll take a look at your test cases and debug!
Fixed:
https://github.com/bitcoinjs/bitcoinjs-lib/compare/de6cfd37db...49114d6540
I also simplified the code somewhat:
https://github.com/bitcoinjs/bitcoinjs-lib/commit/de6cfd37db72a8c29acacaf2aa33d46e88ca4b15
And by "somewhat" I mean a LOT. ^^'
Apparently all the fancy algorithm stuff I did was completely superfluous.
- Thanks to Joric for the pointer.