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

p521: Use unsaturated limbs #945

Merged
merged 3 commits into from
Nov 1, 2023
Merged

p521: Use unsaturated limbs #945

merged 3 commits into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. p521: Use unsaturated limbs

    `U576::words()` returns saturated 64-bit limbs but the field
    arithmetic for tight points require 59-bit limbs, convert it into a
    little endian byte array and let `fiat-crypto` deal with the
    unsaturation.
    
    Signed-off-by: Arvind Mukund <[email protected]>
    MasterAwesome committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    22e79b2 View commit details
    Browse the repository at this point in the history
  2. Seperate the asserts for leading zeroes and input bounds

    Signed-off-by: Arvind Mukund <[email protected]>
    MasterAwesome committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a947264 View commit details
    Browse the repository at this point in the history
  3. Move into util

    Signed-off-by: Arvind Mukund <[email protected]>
    MasterAwesome committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f0299fd View commit details
    Browse the repository at this point in the history