coinbin/js
bip32JP a209aac217 Preserve entropy of x
iterative hashing without attempting to preserve entropy is not best practice.

I lowered iteration count to keep the same amount of time for the function. with (x).length, it was almost 16 times slower, and if divided by 16 the whole process took the same amount of time.

Considering the length is usually around 1600 for me, that means somewhere around 100 iterations including the entirety of x in each hash concatenated with the current iteration of r.
2014-12-28 20:32:40 +09:00
..
bootstrap.min.js first commit 2014-12-01 23:36:49 +00:00
coin.js Preserve entropy of x 2014-12-28 20:32:40 +09:00
coinbin.js hashtag no longer required when loading links 2014-12-24 18:35:42 +00:00
crypto-min.js first commit 2014-12-01 23:36:49 +00:00
crypto-sha256.js first commit 2014-12-01 23:36:49 +00:00
cryptojs.aes.js first commit 2014-12-01 23:36:49 +00:00
cryptojs.ripemd160.js first commit 2014-12-01 23:36:49 +00:00
ellipticcurve.js first commit 2014-12-01 23:36:49 +00:00
jquery-1.9.1.min.js first commit 2014-12-01 23:36:49 +00:00
jsbn.js first commit 2014-12-01 23:36:49 +00:00
qrcode.js coinb.in now uses a javascript qrcode framework over google 2014-12-07 18:01:08 +00:00
ripemd160.js first commit 2014-12-01 23:36:49 +00:00
securerandom.js first commit 2014-12-01 23:36:49 +00:00