aboutsummaryrefslogtreecommitdiff
path: root/src/js/entropy.js
Commit message (Expand)AuthorAgeFilesLines
* 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