bitcore/test
Ryan X. Charles 3919b24685 make bip32 mostly compatible with the rest of the lib
the constructor shouldn't do much. just set some varibles. in this case, i have
yet to write the code that sets the varibles. but better this than
autogenerating a new random BIP32. for that, call fromRandom()
2014-08-28 15:38:29 -07:00
..
index.html works in browser 2014-08-09 22:47:32 -07:00
test.address.js add address validation convenience function 2014-08-28 15:22:03 -07:00
test.aes.js AES 2014-08-24 17:33:09 -07:00
test.base58.js add set function to Base58 2014-08-28 15:27:58 -07:00
test.base58check.js Base58Check.prototype.set 2014-08-28 15:31:06 -07:00
test.bip32.js make bip32 mostly compatible with the rest of the lib 2014-08-28 15:38:29 -07:00
test.bn.js capitalize classes in tests 2014-08-14 11:32:47 -04:00
test.bufferreader.js handle varInts better 2014-08-21 11:47:09 -07:00
test.bufferwriter.js handle varInts better 2014-08-21 11:47:09 -07:00
test.cbc.js woops ... actually check that output is correct 2014-08-27 15:57:46 -07:00
test.ecdsa.js BN -> BN() 2014-08-20 10:54:39 -07:00
test.ecies.js ECIES 2014-08-28 14:43:21 -07:00
test.hash.js capitalize classes in tests 2014-08-14 11:32:47 -04:00
test.kdf.js capitalize classes in tests 2014-08-14 11:32:47 -04:00
test.key.js add tests for preservation of compressed in privkey2pubkey 2014-08-22 18:00:55 -07:00
test.message.js put static methods at the top 2014-08-24 14:27:47 -07:00
test.point.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
test.privkey.js capitalize classes in tests 2014-08-14 11:32:47 -04:00
test.pubkey.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
test.random.js static tests start with @ 2014-08-24 20:37:16 -07:00
test.signature.js it is a "Compact" signature, not "Compressed" 2014-08-22 16:34:45 -07:00
test.stealth.js bug: should mod bn addition 2014-08-15 15:09:28 -04:00
test.symenc.js Encryption -> SymEnc 2014-08-28 11:10:40 -07:00