Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Entropy strength for cards assumes no replacement | Ian Coleman | 2016-11-16 | 2 | -1/+31 |
| | |||||
* | BigInteger library moved to own file | Ian Coleman | 2016-11-16 | 3 | -1627/+1621 |
| | |||||
* | Entropy changes compiled into standalone | Ian Coleman | 2016-11-14 | 1 | -74/+96 |
| | |||||
* | 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 | 2 | -6/+5 |
| | | | | This provides greater compatibility with bip32jp.github.io | ||||
* | Tests pass with new entropy layout | Ian Coleman | 2016-11-14 | 1 | -4/+4 |
| | |||||
* | 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 changes compiled into standalone.html | Ian Coleman | 2016-11-11 | 1 | -121/+344 |
| | |||||
* | Strength tests include zxcvbn strength detection | Ian Coleman | 2016-11-10 | 1 | -4/+13 |
| | |||||
* | 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 | 2 | -1/+13 |
| | |||||
* | Cards added to entropy placeholder text | Ian Coleman | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Entropy feedback tests all fields | Ian Coleman | 2016-11-10 | 1 | -40/+78 |
| | |||||
* | Mnemonic length can be set when using raw entropy | Ian Coleman | 2016-11-10 | 3 | -3/+45 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 4 | -137/+149 |
| | |||||
* | 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 | 2 | -32/+54 |
| | |||||
* | Dice entropy conversion to Base 6 is simpler | Ian Coleman | 2016-11-07 | 2 | -5/+6 |
| | | | | | 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 | 3 | -97/+278 |
| | | | | 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 | 2 | -70/+176 |
| | |||||
* | jsbip39 updated to latest version | Ian Coleman | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Entropy can be supplied by user | Ian Coleman | 2016-11-04 | 5 | -14/+4465 |
| | |||||
* | Table uses monospace font. | Ian Coleman | 2016-11-03 | 2 | -2/+8 |
| | | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567 | ||||
* | Public key column in table, shown as hex | Ian Coleman | 2016-11-02 | 4 | -4/+96 |
| | |||||
* | Languages no longer experimental. | Ian Coleman | 2016-10-21 | 2 | -2/+0 |
| | | | | | Still pending reference implementation unit tests, but the ones included in jsbip39 were generated using the reference implementation. | ||||
* | Languages compiled into bip39-standalone.html | Ian Coleman | 2016-10-20 | 1 | -18/+1426 |
| | |||||
* | 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 |
| | |||||
* | Non-English language tests added | Ian Coleman | 2016-10-20 | 1 | -0/+148 |
| | |||||
* | Languages html to select language | Ian Coleman | 2016-10-20 | 1 | -0/+15 |
| | |||||
* | Links and author changed to iancoleman | Ian Coleman | 2016-10-11 | 4 | -17/+17 |
| | |||||
* | Generate button moved for simpler user experience | Ian Coleman | 2016-10-05 | 2 | -36/+50 |
| | |||||
* | Template code in comment for future tests. | Ian Coleman | 2016-10-05 | 1 | -0/+31 |
| | |||||
* | Test derivation from root key with other networks | Ian Coleman | 2016-10-05 | 1 | -0/+28 |
| | |||||
* | Test coin selection is used in derivation path | Ian Coleman | 2016-10-05 | 1 | -0/+28 |
| | |||||
* | Test github issue 23: derivation path on bip32 tab | Ian Coleman | 2016-10-05 | 1 | -1/+49 |
| | |||||
* | Test mnemonic is not sensitive to whitespace | Ian Coleman | 2016-10-05 | 1 | -0/+24 |
| | |||||
* | Test generate more addresses with privkeys hidden | Ian Coleman | 2016-10-05 | 1 | -0/+40 |
| | |||||
* | Test default word length is 15 | Ian Coleman | 2016-10-05 | 1 | -0/+14 |
| | |||||
* | Test derivation path containing invalid characters | Ian Coleman | 2016-10-03 | 1 | -0/+31 |
| | |||||
* | Test derivation path not starting with m | Ian Coleman | 2016-10-03 | 1 | -0/+32 |
| | |||||
* | Test incorrect root key shows error | Ian Coleman | 2016-10-03 | 1 | -0/+21 |
| | |||||
* | Test incorrect word shows suggested replacement | Ian Coleman | 2016-09-29 | 1 | -0/+21 |
| | |||||
* | Test incorrect mnemonic shows error | Ian Coleman | 2016-09-29 | 1 | -0/+51 |
| |