aboutsummaryrefslogtreecommitdiff
path: root/src/js/entropy.js
Commit message (Expand)AuthorAgeFilesLines
* BigInteger library moved to own fileIan Coleman2016-11-161-1627/+0
* Card suits have color and use larger font sizeIan Coleman2016-11-141-0/+8
* Entropy feedback in tabular format, not sentenceIan Coleman2016-11-101-36/+11
* Card entropy uses unicode suit symbols in cleanStrIan Coleman2016-11-101-0/+7
* Dice conversion to Base 6 uses arrays not stringsIan Coleman2016-11-101-7/+6
* No leading zeros for first char unless hexIan Coleman2016-11-081-13/+15
* Dice entropy conversion to Base 6 is simplerIan Coleman2016-11-071-3/+4
* Cards can be used for entropyIan Coleman2016-11-071-36/+87
* Entropy refactor to prep for card detectionIan Coleman2016-11-071-21/+55
* Entropy can be supplied by userIan Coleman2016-11-041-0/+1774