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

Implement SECP hints required for k1 and r1 curves #41

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    3cfce01 View commit details
    Browse the repository at this point in the history
  2. fix: hints indentation

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7834806 View commit details
    Browse the repository at this point in the history
  3. fix: missing UPPER_BOUND

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    207296e View commit details
    Browse the repository at this point in the history
  4. fix: missing SHIFT

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1e126fa View commit details
    Browse the repository at this point in the history
  5. fix: add y to scope

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    18ef0d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0236b09 View commit details
    Browse the repository at this point in the history
  7. fix: calculate value

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    faca890 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    637b4e4 View commit details
    Browse the repository at this point in the history
  9. fix: hint contents

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    97cda13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af8ef07 View commit details
    Browse the repository at this point in the history
  11. fix: ensure nibbles is mut

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    71c2392 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c2f6231 View commit details
    Browse the repository at this point in the history
  13. add: div_mod hints

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    815c300 View commit details
    Browse the repository at this point in the history
  14. lint: unused var

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e7e1010 View commit details
    Browse the repository at this point in the history
  15. fix: pack x_prime hint

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d6e91b7 View commit details
    Browse the repository at this point in the history
  16. fix: div_mod hints

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4b20890 View commit details
    Browse the repository at this point in the history
  17. fix: read the correct type

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    616971d View commit details
    Browse the repository at this point in the history
  18. fix: read the correct type

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b826480 View commit details
    Browse the repository at this point in the history
  19. fix: types read in hints

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7411d23 View commit details
    Browse the repository at this point in the history
  20. fix: modpow:

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    01710e5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f4ab1e View commit details
    Browse the repository at this point in the history
  22. fix: minor fixes

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9c77b6a View commit details
    Browse the repository at this point in the history
  23. fix: minor fixes

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6a32572 View commit details
    Browse the repository at this point in the history
  24. fix: warning

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3449376 View commit details
    Browse the repository at this point in the history
  25. fix: overflowing u64

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    129b224 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e52677d View commit details
    Browse the repository at this point in the history
  27. fix: minor fixes on hints

    whichqua committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c3aa1c4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4fc84a9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d68a3a2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b1358c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: enforce cairo1 dependencies versions (#42)

    lock cairo1 versions
    HermanObst authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2c12c1f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    d9f960f View commit details
    Browse the repository at this point in the history