Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Card entropy uses secure hashing when > 256 bits | Ian Coleman | 2016-12-22 | 1 | -5/+2 |
| | |||||
* | Entropy with more than 4 decks can be calculated | Ian Coleman | 2016-11-30 | 1 | -1/+6 |
| | |||||
* | bitsPerEvent correct for multiple decks of cards | Ian Coleman | 2016-11-30 | 1 | -3/+13 |
| | |||||
* | Card entropy has improved conversion to binary | Ian Coleman | 2016-11-30 | 1 | -90/+79 |
| | | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856 | ||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 1 | -12/+84 |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | ||||
* | Entropy library has extra comments for clarity | Ian Coleman | 2016-11-17 | 1 | -3/+5 |
| | |||||
* | Entropy library assumes cards are discarded | Ian Coleman | 2016-11-17 | 1 | -0/+46 |
| | | | | and removed the duplicate logic from the UI logic. | ||||
* | BigInteger library moved to own file | Ian Coleman | 2016-11-16 | 1 | -1627/+0 |
| | |||||
* | Card suits have color and use larger font size | Ian Coleman | 2016-11-14 | 1 | -0/+8 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 1 | -36/+11 |
| | |||||
* | Card entropy uses unicode suit symbols in cleanStr | Ian Coleman | 2016-11-10 | 1 | -0/+7 |
| | |||||
* | Dice conversion to Base 6 uses arrays not strings | Ian Coleman | 2016-11-10 | 1 | -7/+6 |
| | |||||
* | No leading zeros for first char unless hex | Ian Coleman | 2016-11-08 | 1 | -13/+15 |
| | |||||
* | Dice entropy conversion to Base 6 is simpler | Ian Coleman | 2016-11-07 | 1 | -3/+4 |
| | | | | | Old: Every dice roll is reduced by 1 New: Replace all 6s with 0s | ||||
* | Cards can be used for entropy | Ian Coleman | 2016-11-07 | 1 | -36/+87 |
| | | | | Format is [A2-9TJQK][CDHS] | ||||
* | Entropy refactor to prep for card detection | Ian Coleman | 2016-11-07 | 1 | -21/+55 |
| | |||||
* | Entropy can be supplied by user | Ian Coleman | 2016-11-04 | 1 | -0/+1774 |