bitcoinjs-lib
bitcoinjs-lib copied to clipboard
Bitcoin-related functions implemented in pure JavaScript
This has to be the freshest bitcoinjs codebase on the net. Its great to see how ative it is from the issues tracker. Can we update the README and demos...
- Seed jsbn's PRNG with a CSPRNG when available - Use `H(message||privkey||random)` for picking K for signatures Using `H(message||privkey||random)` ensures that K is always unique (since its based on the...
I couldn't get all the tests to pass. With CI we'll be able to stabilize the project. Please enable Travis-CI for the project at https://travis-ci.org and add build-status indicator to...
It's never in sync anyway. As soon as we can create a stable release, we can minify per minor version.
This class could be a great target for integration testing
The over-generalization/factory pattern is unnecessary. Implement as toBytes, toWif, toBin, etc. Same goes for import.