flocore/lib
Ryan X. Charles 6f54d4cde6 Encryption -> SymEnc
This is more explanatory ("symmetric encryption") and also does not encourage
its use for people who don't know what they're doing. (It should only be used
in combination with some type of message authentication.)
2014-08-28 11:10:40 -07:00
..
expmt Encryption -> SymEnc 2014-08-28 11:10:40 -07:00
address.js add "compressed" feature to pubkeys 2014-08-22 17:43:22 -07:00
base58.js give Base58 the normal bitcore2 interface 2014-08-14 12:13:09 -04:00
base58check.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
bip32.js typo in error message 2014-08-24 14:31:30 -07:00
bn.js add BN.prototype.fromBuffer 2014-08-13 19:23:45 -04:00
bufferreader.js handle varInts better 2014-08-21 11:47:09 -07:00
bufferwriter.js remove unnecessary tab 2014-08-21 11:52:43 -07:00
constants.js make address more consistent with rest of lib 2014-08-09 20:26:03 -07:00
ecdsa.js add info on public key recovery 2014-08-24 14:26:17 -07:00
hash.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
kdf.js kdf 2014-08-13 17:31:28 -04:00
key.js add "compressed" feature to pubkeys 2014-08-22 17:43:22 -07:00
message.js put static methods at the top 2014-08-24 14:27:47 -07:00
point.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
privkey.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
pubkey.js add "compressed" feature to pubkeys 2014-08-22 17:43:22 -07:00
random.js remove "(classname): " from tests 2014-08-20 13:03:07 -07:00
signature.js sign/verify with uncompressed pubkeys 2014-08-22 19:43:32 -07:00