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

whitelist: fix SECP256K1_WHITELIST_MAX_N_KEYS constant #147

Merged
merged 2 commits into from
Oct 17, 2021

Commits on Oct 15, 2021

  1. whitelist: fix SECP256K1_WHITELIST_MAX_N_KEYS constant

    "MAX" should mean inclusive. And the whitelisting functions handled this
    inconsistently.
    jonasnick committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c8ac14d View commit details
    Browse the repository at this point in the history
  2. whitelist: add test for MAX_N_KEYS

    Don't test all MAX_N_KEYS because it is quite slow.
    jonasnick committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    27d1c3b View commit details
    Browse the repository at this point in the history