bitcore-lib-zcash/lib
Ryan X. Charles f11ed4d20b bug: should mod bn addition
when adding two private keys to get a new private key, you should mod the
result with N so that it is always less than N.
2014-08-15 15:09:28 -04:00
..
expmt bug: should mod bn addition 2014-08-15 15:09:28 -04:00
address.js address convenience functions 2014-08-13 18:00:41 -04:00
base58.js give Base58 the normal bitcore2 interface 2014-08-14 12:13:09 -04:00
base58check.js give Base58Check the same fromString toString 2014-08-14 11:56:17 -04:00
bip32.js allow creating objects without using "new" 2014-08-13 18:55:33 -04:00
bn.js add BN.prototype.fromBuffer 2014-08-13 19:23:45 -04:00
constants.js make address more consistent with rest of lib 2014-08-09 20:26:03 -07:00
ecdsa.js allow creating objects without using "new" 2014-08-13 18:55:33 -04:00
hash.js sha512hmac and sha256hmac 2014-08-09 21:51:26 -07:00
kdf.js kdf 2014-08-13 17:31:28 -04:00
key.js allow creating objects without using "new" 2014-08-13 18:55:33 -04:00
point.js make "new Point()" work 2014-08-09 19:03:59 -07:00
privkey.js allow creating objects without using "new" 2014-08-13 18:55:33 -04:00
pubkey.js allow creating objects without using "new" 2014-08-13 18:55:33 -04:00
random.js use process.browser only, which is sufficient 2014-08-07 20:39:20 -07:00
signature.js allow creating objects without using "new" 2014-08-13 18:55:33 -04:00