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

Normalize ge produced from secp256k1_pubkey_load #1349

Merged

Commits on Jun 17, 2023

  1. Normalize ge produced from secp256k1_pubkey_load

    The output ge is normalized when sizeof(secp256k1_ge_storage) = 64
    but not when it's not 64. ARG_CHECK at the end of the function
    assumes normalization. So normalize ge in the other code path too.
    stratospher committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f165252 View commit details
    Browse the repository at this point in the history