bitcore/lib/node
Ryan X. Charles 7f348ca0bd Move BigNumber to internal
...no longer relies on Manuel's repo hostig a version of "bignum" that actually
contained bignumber.js. This moves bignumber.js internally and removes bignum
from the browser build process. Also adds a bitcore.Bignum that links to the
right thing. In node, browser.Bignum is require('bignum'). And in the browser,
bitcore.Bignum is is now Bignumber.js (same as before ... except bignumber.js
is now inside bitcore).
2014-04-28 18:00:59 -04:00
..
Key.js Key should make sure new privkey is less than N 2014-04-23 21:15:55 -03:00
Point.js Move BigNumber to internal 2014-04-28 18:00:59 -04:00
SecureRandom.js add new SecureRandom class that does the right thing 2014-04-22 22:18:59 -03:00