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

tests: remove secp256k1_fe_verify from tests.c and modify _fe_from_storage to call _fe_verify #986

Merged
merged 1 commit into from
Oct 4, 2021

Commits on Oct 2, 2021

  1. tests: remove secp256k1_fe_verify from tests.c and modify `secp256k…

    …1_fe_from_storage` to call `secp256k1_fe_verify`
    
    1. secp256k1_fe_verify is removed from tests since, it throws an error if VERIFY is not defined during compilation.
       (Ex: ./configure --enable-coverage)
    2. `secp256k1_fe_from_storage` calls `secp256k1_fe_verify` in the VERIFY build to check for invalid field element.
    siv2r committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    d439937 View commit details
    Browse the repository at this point in the history