aboutsummaryrefslogtreecommitdiff
path: root/src/js/entropy.js
Commit message (Expand)AuthorAgeFilesLines
* Remove bias from entropy in base 6 and base 10Ian Coleman2020-10-011-185/+160
* Replace most libraries with combined libsIan Coleman2019-12-191-7/+7
* Allow manual override for entropy typeIan Coleman2019-12-171-8/+9
* Card entropy uses secure hashing when > 256 bitsIan Coleman2016-12-221-5/+2
* Entropy with more than 4 decks can be calculatedIan Coleman2016-11-301-1/+6
* bitsPerEvent correct for multiple decks of cardsIan Coleman2016-11-301-3/+13
* Card entropy has improved conversion to binaryIan Coleman2016-11-301-90/+79
* Card entropy calculation bugfixIan Coleman2016-11-251-12/+84
* Entropy library has extra comments for clarityIan Coleman2016-11-171-3/+5
* Entropy library assumes cards are discardedIan Coleman2016-11-171-0/+46
* 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