bitcore/lib/browser
Ryan X. Charles 405ea0bf6f fix bignum issue
In the browser, sometimes the config for bignum wasn't being set up if (somehow
... still not sure how this is possible) you use bitcore without using
require('bitcore'). This would by pass the code that set the config for bignum.
Solution is to put the config for bignum in bignum itself (in the browser).

This fixes, in particular, an issue with base58 where it was depending on
bignum having the proper config.

Also I add the base58 tests to run in the browser which they weren't
previously.

And finally I add a small test for Bignum in the browser that makes sure the
config is set properly.
2014-04-29 17:59:24 -04:00
..
Bignum.js fix bignum issue 2014-04-29 17:59:24 -04:00
Key.js Move BigNumber to internal 2014-04-28 18:00:59 -04: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