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

Fix test_sw_properties for some cofactor groups #555

Merged
merged 1 commit into from
Dec 22, 2022

Commits on Dec 22, 2022

  1. Fix test_sw_properties for some cofactor groups

    The sw_properties test failed for groups with cofactors, for which the
    first valid point (according to incrementing x) was on the prime order
    subgroup.
    The test assumed that the first point should have been of low order,
    such that multiplying it with the cofactor put it in the high order
    group.
    
    This patch simplifies the code, and skips over these points.
    
    Fixes arkworks-rs#553
    rubdos committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d62122c View commit details
    Browse the repository at this point in the history