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

perf: use faster and lightweight base58 conversion #101

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    a45d741 View commit details
    Browse the repository at this point in the history
  2. base58: use fast implement to instead of bigint

    See https://github.com/trezor/trezor-crypto/blob/master/base58.c#L152
    
    We are consider using the fast implement of base58 conversion which is more fast and lightweight to instead of big.int
    detailyang committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    ff09fa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32da9c7 View commit details
    Browse the repository at this point in the history
  4. chore: format tweaks

    detailyang committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    bf282d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82aedf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d2fd3d View commit details
    Browse the repository at this point in the history
  7. chore: typo tweaks

    detailyang committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    c245a11 View commit details
    Browse the repository at this point in the history
  8. ci: pass the golint check

    detailyang committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    5dc0a5d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    efe70e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    9c3fd5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a67bcf View commit details
    Browse the repository at this point in the history
  3. build: pass ci

    detailyang committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    6dfee92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c03e09 View commit details
    Browse the repository at this point in the history