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

MSM optimisations: CycloneMSM #130

Merged
merged 6 commits into from
Apr 12, 2024

Commits on Feb 19, 2024

  1. impl msm with batch addition

    kilic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6fd13c1 View commit details
    Browse the repository at this point in the history
  2. bring back multiexp serial

    kilic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8a160e5 View commit details
    Browse the repository at this point in the history
  3. parallelize coeffs to repr

    Co-authored-by: Han <tinghan0110@gmail.com>
    kilic and han0110 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    75a3cda View commit details
    Browse the repository at this point in the history
  4. parallelize bases to affine

    Co-authored-by: Han <tinghan0110@gmail.com>
    kilic and han0110 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4011ed2 View commit details
    Browse the repository at this point in the history
  5. add missing dependency

    kilic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c6c291a View commit details
    Browse the repository at this point in the history
  6. bring back old implementation

    postfix new one as `_independent_points`
    kilic committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a359481 View commit details
    Browse the repository at this point in the history