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

Bump libsecp256k1 #216

Closed
wants to merge 5 commits into from
Closed

Commits on May 13, 2020

  1. Define ECMULT_GEN_PREC_BITS

    This is configurable in upstream now.
    
    Fixes rust-bitcoin#214.
    
    So far, this just sets it to `4`. It's tempting to set it to `2` when `lowmemory` is enabled
    but `lowmemory` is about RAM and not about binary size. This is better addressed by
    a resolution of rust-bitcoin#193.
    real-or-random authored May 13, 2020
    Configuration menu
    Copy the full SHA
    489e3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c7b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66ef1e7 View commit details
    Browse the repository at this point in the history
  4. Bump secp256k1-sys to 0.1.3

    elichai committed May 13, 2020
    Configuration menu
    Copy the full SHA
    5034428 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89f08e1 View commit details
    Browse the repository at this point in the history