flocore/browser
Ryan X. Charles c2e5a14eed throw error when using invalid length hash in Address
I have often made the error of using a public key rather than the hash of the
public key when creating an address, leading to invalid addresses. I'm sure I'm
not the only one. This commit follows the principle of "fail early, fail often"
and simply throws an error if you try to insert something other than 20 bytes
long when creating an address, which would be the case when using a public key.
This way that common mistake should be reduced.
2014-06-11 18:13:39 -07:00
..
vendor update key signing to use new SecureRandom 2014-04-25 15:00:51 -03:00
build.js fix sjcl issue on npm install 2014-06-06 11:49:58 -07:00
bundle.js throw error when using invalid length hash in Address 2014-06-11 18:13:39 -07:00
concat.sh refactor ripe160 binding 2014-03-12 15:34:19 -03:00
testdata.js add ECIES support in node - not browser 2014-06-02 20:15:58 -07:00
vendor-bundle.js fix npm install issue and up version 2014-05-23 16:25:39 -07:00