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

Prevent Z(p,d), p non-prime, from breaking the type system #1573

Merged
merged 1 commit into from
Aug 7, 2017

Commits on Aug 7, 2017

  1. Prevent Z(p,d), p non-prime, from breaking the type system

    Invoking Z(p,d) with p not a prime used to crash gap, which we fixed.
    However, invocations like `Z(4,5)` still would erroneously trigger the
    creation of a type object for fields of size p^d (in the example: 1024),
    with the non-prime value p set as characteristic. This could then corrupt
    subsequent computations.
    
    Also get rid of a stray #include
    fingolfin committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    6f85ae3 View commit details
    Browse the repository at this point in the history