Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hive wallet is no longer available | Ian Coleman | 2016-11-28 | 1 | -9/+0 |
| | |||||
* | Mycelium derivation paths contain more details | Ian Coleman | 2016-11-28 | 1 | -1/+12 |
| | |||||
* | Entropy defaults to generating a 15 word mnemonic | Ian Coleman | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 1 | -12/+84 |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | ||||
* | Bits Per Event says 'or less' for card entropy | Ian Coleman | 2016-11-17 | 1 | -0/+3 |
| | | | | | because as each card is discarded, less entropy is added for subsequent events. | ||||
* | 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 | 2 | -42/+56 |
| | | | | and removed the duplicate logic from the UI logic. | ||||
* | Missing cards are detected | Ian Coleman | 2016-11-17 | 1 | -0/+20 |
| | |||||
* | Duplicate card detection is case insensitive | Ian Coleman | 2016-11-17 | 1 | -2/+3 |
| | |||||
* | Entropy feedback retains horizontal spacing | Ian Coleman | 2016-11-16 | 1 | -12/+18 |
| | | | | | was previously wrapping poorly for entropy with zxcvbn suggestions, such as many repeated 6s | ||||
* | Multiple decks of cards are possible | Ian Coleman | 2016-11-16 | 1 | -3/+7 |
| | | | | but also a needless oversupply of entropy | ||||
* | zxcvbn errors are caught, with strength 'unknown' | Ian Coleman | 2016-11-16 | 1 | -7/+14 |
| | |||||
* | Card duplicates and use of full deck is detected | Ian Coleman | 2016-11-16 | 1 | -1/+44 |
| | |||||
* | Entropy strength for cards assumes no replacement | Ian Coleman | 2016-11-16 | 1 | -1/+30 |
| | |||||
* | BigInteger library moved to own file | Ian Coleman | 2016-11-16 | 3 | -1627/+1621 |
| | |||||
* | Card suit font height is closer to text height | Ian Coleman | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | Entropy is truncated from the left | Ian Coleman | 2016-11-14 | 1 | -1/+2 |
| | | | | This provides greater compatibility with bip32jp.github.io | ||||
* | Card suits have color and use larger font size | Ian Coleman | 2016-11-14 | 3 | -1/+25 |
| | |||||
* | Entropy section consumes less vertical space | Ian Coleman | 2016-11-14 | 2 | -72/+69 |
| | |||||
* | Entropy field consumes same vertical width as help | Ian Coleman | 2016-11-10 | 1 | -2/+2 |
| | |||||
* | Entropy strength measured using zxcvbn | Ian Coleman | 2016-11-10 | 3 | -0/+40 |
| | |||||
* | Entropy types are clearly indicated in UI | Ian Coleman | 2016-11-10 | 1 | -1/+12 |
| | |||||
* | Cards added to entropy placeholder text | Ian Coleman | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Mnemonic length can be set when using raw entropy | Ian Coleman | 2016-11-10 | 2 | -3/+20 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 3 | -78/+108 |
| | |||||
* | DOM.strength renamed DOM.generatedStrength | Ian Coleman | 2016-11-10 | 1 | -2/+2 |
| | | | | to avoid confusion with entropy strength | ||||
* | 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 | 2 | -45/+99 |
| | | | | Format is [A2-9TJQK][CDHS] | ||||
* | Entropy refactor to prep for card detection | Ian Coleman | 2016-11-07 | 1 | -21/+55 |
| | |||||
* | Blank entropy does not generate addresses | Ian Coleman | 2016-11-07 | 1 | -4/+32 |
| | |||||
* | jsbip39 updated to latest version | Ian Coleman | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Entropy can be supplied by user | Ian Coleman | 2016-11-04 | 3 | -7/+1929 |
| | |||||
* | Table uses monospace font. | Ian Coleman | 2016-11-03 | 1 | -1/+4 |
| | | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567 | ||||
* | Public key column in table, shown as hex | Ian Coleman | 2016-11-02 | 2 | -2/+23 |
| | |||||
* | Languages no longer experimental. | Ian Coleman | 2016-10-21 | 1 | -1/+0 |
| | | | | | Still pending reference implementation unit tests, but the ones included in jsbip39 were generated using the reference implementation. | ||||
* | Languages without unit tests marked 'experimental' | Ian Coleman | 2016-10-20 | 1 | -1/+2 |
| | |||||
* | Multiple language functionality added | Ian Coleman | 2016-10-20 | 2 | -15/+145 |
| | |||||
* | jsBip39 and wordlists updated with new languages | Ian Coleman | 2016-10-20 | 8 | -3/+1265 |
| | |||||
* | Languages html to select language | Ian Coleman | 2016-10-20 | 1 | -0/+15 |
| | |||||
* | Links and author changed to iancoleman | Ian Coleman | 2016-10-11 | 1 | -5/+5 |
| | |||||
* | Generate button moved for simpler user experience | Ian Coleman | 2016-10-05 | 1 | -18/+25 |
| | |||||
* | Derivation path for Block Explorers | Ian Coleman | 2016-09-05 | 1 | -0/+9 |
| | |||||
* | namecoin and peercoin | dangershony | 2016-08-25 | 2 | -0/+34 |
| | |||||
* | update root key network | dangershony | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | updates | dangershony | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Add dash | Dan Gershony | 2016-08-23 | 1 | -0/+7 |
| | |||||
* | Add dash | Dan Gershony | 2016-08-23 | 1 | -0/+11 |
| |