bitcore/lib
Ryan X. Charles 912bed1d9c support BN in bufferwriter
So that the precision of writing a variable sized integer is sufficient.
2014-08-20 12:52:37 -07: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
bufferreader.js fix precision error by handling BNs correctly 2014-08-20 12:35:55 -07:00
bufferwriter.js support BN in bufferwriter 2014-08-20 12:52:37 -07:00
constants.js make address more consistent with rest of lib 2014-08-09 20:26:03 -07:00
ecdsa.js "hashbuf" indicates type is a buffer 2014-08-20 10:46:01 -07: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 include i in sig obj + cosmetic improvements 2014-08-19 16:27:28 -07:00