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
2014-12-01 23:36:49 +00:00
2014-12-05 13:14:00 +00:00
2014-12-28 20:32:40 +09:00
2014-12-23 14:25:43 +00:00
2014-12-01 23:54:04 +00:00
2014-12-22 15:09:20 +00:00

coinbin

A Open Source Browser Based Bitcoin Wallet. Version 1.0 beta by OutCast3k

Live version available at http://coinb.in/ or http://4zpinp6gdkjfplhk.onion

Github URL: https://github.com/OutCast3k/coinbin/

Coinb.in supports a number of key features such as:

  • Offline Compressed & uncompressed Address creation.
  • Offline Multisignature Address creation.
  • "In browser" Key (re)generation.
  • Send and receive payments.
  • Ability to decode transactions, redeem scripts and more offline.
  • Build custom transactions offline.
  • Sign transactions offline.
  • Broadcast transactions.
  • nLockTime support.
  • Brain wallet support.
  • Compatible with bitcoin-qt
  • An offical .onion address for tor users.

Donate to 1CWHWkTWaq1K5hevimJia3cyinQsrgXUvg to see more development!

Languages
JavaScript 71.8%
HTML 27.7%
CSS 0.5%