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

Use tighter loose bounds #799

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 29, 2020

  1. Use tighter loose bounds

    We now compute the loose bounds to be as tight as possible given the
    tight bounds: they are the tightest bounds that will let us add two
    tightly-bounded field elements, and will also let us subtract two
    tightly-bounded field elements (with balance), without needing to carry.
    
    This is probably required for having 32-bit p448 work, but even with
    this, p448 is still not working; see
    mit-plv#797.  Seems worth merging
    anyway.
    JasonGross committed May 29, 2020
    Configuration menu
    Copy the full SHA
    25b497c View commit details
    Browse the repository at this point in the history