Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entropy-mnemonic conversions #19

Closed
wants to merge 13 commits into from

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    974fc5c View commit details
    Browse the repository at this point in the history
  2. corrections for e2m and m2e

    sobuch committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    545d161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2b555 View commit details
    Browse the repository at this point in the history
  4. check dictionary

    sobuch committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    630857b View commit details
    Browse the repository at this point in the history
  5. add checks for mnemonic

    sobuch committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    013716c View commit details
    Browse the repository at this point in the history
  6. parametrize get_dictionary

    sobuch committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    43e6843 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    dc70166 View commit details
    Browse the repository at this point in the history
  2. remove is_valid_mnemonic from mnemoniccli

    Function `__is_valid_mnemonic`/`_is_valid_mnemonic`/`is_valid_mnemonic`
    was removed in 545d161, then
    0d2b555 removed calls to this function
    inside `mnemonic` module.
    This commit removes calls from mnemoniccli and reacts to raised
    exceptions.
    mvondracek committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    f3f45f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b644243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8745fa7 View commit details
    Browse the repository at this point in the history
  5. cleanup

    mvondracek committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    a80d74f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43f7013 View commit details
    Browse the repository at this point in the history
  7. add test_verify_invalid_mnemonic_too_long, failing until bug in `ve…

    …rify` is fixed
    
    Too long mnemonic which was not validated causes `OverflowError:
    password is too long.` in `pbkdf2_hmac` during `_generate_seed`.
    mvondracek committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    f0b267c View commit details
    Browse the repository at this point in the history