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

correct assertion for secp256k1_fe_mul_inner #1438

Merged
merged 2 commits into from
Nov 27, 2023

Commits on Nov 6, 2023

  1. correct assertion for secp256k1_fe_mul_inner

    Based on the surrounding asserts, 112 bits before this line, and 61 bits after this line, this assertion should be 113 bits.  Notably the commensurate line in secp256k1_fe_sqr_inner is correctly assert to be 113 bits.
    roconnor-blockstream authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8e2a5fe View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Tighten secp256k1_fe_mul_inner's VERIFY_BITS checks

    These changes bring the checks to the same values used at the corresponding positions in secp256k1_fe_sqr_inner.
    roconnor-blockstream committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dcdda31 View commit details
    Browse the repository at this point in the history