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

refactor: generic size limbs for curve precompiles #417

Merged
merged 19 commits into from
Mar 23, 2024
Merged

Commits on Mar 11, 2024

  1. refactor: make limbs generic to accept limb size to support point from

    diff curves
    
    Signed-off-by: 0xkanekiken <[email protected]>
    0xkanekiken committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b82a0ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff54d6 View commit details
    Browse the repository at this point in the history
  3. refactor: apply the generic changes to weierstrass curves

    Signed-off-by: 0xkanekiken <[email protected]>
    0xkanekiken committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    653a2ab View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. wip

    ctian1 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cdda4e3 View commit details
    Browse the repository at this point in the history
  2. tests pass

    ctian1 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c275e38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b6b15a View commit details
    Browse the repository at this point in the history
  4. tests pass again

    ctian1 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ddb7935 View commit details
    Browse the repository at this point in the history
  5. cleanup

    ctian1 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5dccbaf View commit details
    Browse the repository at this point in the history
  6. cleanup comments

    ctian1 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5016a8a View commit details
    Browse the repository at this point in the history
  7. fixes

    ctian1 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d5eaa21 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    973aa33 View commit details
    Browse the repository at this point in the history
  2. clippy

    ctian1 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    37113d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc870e View commit details
    Browse the repository at this point in the history
  4. comments

    ctian1 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    51e29e2 View commit details
    Browse the repository at this point in the history
  5. fmt

    ctian1 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a2641ea View commit details
    Browse the repository at this point in the history
  6. move numlimbs to utils/ec

    ctian1 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fb8e9da View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. remove MAX_NB_LIMBS

    ctian1 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    97db87f View commit details
    Browse the repository at this point in the history
  2. cleanup

    ctian1 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3c1c5dc View commit details
    Browse the repository at this point in the history
  3. ed generics

    ctian1 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4b52572 View commit details
    Browse the repository at this point in the history