]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commit
Dice entropy conversion to Base 6 is simpler
authorIan Coleman <coleman.ian@gmail.com>
Mon, 7 Nov 2016 05:56:44 +0000 (16:56 +1100)
committerIan Coleman <coleman.ian@gmail.com>
Mon, 7 Nov 2016 05:56:44 +0000 (16:56 +1100)
commit425b75a925717eb6f9813503569592a8160c5f34
tree3dcc83e4c88b0a68eaff3bc1724c07093608e4e5
parentadc8ce127d4f8ea0d7e5ede6a82c2791d60ff4d2
Dice entropy conversion to Base 6 is simpler

Old: Every dice roll is reduced by 1
New: Replace all 6s with 0s
src/js/entropy.js
tests.js