bitcore/lib/crypto
Ryan X. Charles c1087c2827 fix web worker issues
bitcore should be able to run inside a web worker. There were two minor issues
preventing bitcore from running inside a web worker. The first was that lodash
was outdated, and that version of lodash had a problem with web workers. The
second was that the wrong version of ripemd160 was being called, because
global.window does not exist inside a web worker (global.self does instead). A
better way to check if you are in a browser is with process.browser.
2015-08-20 19:07:21 -07:00
..
bn.js Add CLTV (BIP65) support 2015-07-01 18:46:54 -07:00
ecdsa.js Fix invocations to binary operations called on numbers 2015-02-05 17:28:45 -03:00
hash.js fix web worker issues 2015-08-20 19:07:21 -07:00
point.js Properly capitalize BufferUtil everywhere 2015-02-13 21:21:06 -06:00
random.js fix tests for random 2014-11-20 18:46:43 -03:00
signature.js fix signature hasDefinedHashtype method to be closer to the Bitcoin Core function IsDefinedHashtypeSignature 2015-07-01 07:11:08 -04:00