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

Allow to overwrite the default implementation of msm #528

Merged
merged 24 commits into from
Dec 14, 2022

Commits on Nov 30, 2022

  1. add msm_bigint to SWCurveConfig trait

    Achim Schneider committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1666e38 View commit details
    Browse the repository at this point in the history
  2. refer to msm from trait in Projective impl

    Achim Schneider committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cf59353 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    Achim Schneider committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ebe10d9 View commit details
    Browse the repository at this point in the history
  4. fmt

    Achim Schneider committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d996417 View commit details
    Browse the repository at this point in the history
  5. conditional compilation with specialization feature

    Achim Schneider committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c394b07 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Revert "conditional compilation with specialization feature"

    This reverts commit c394b07.
    Achim Schneider committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d08539b View commit details
    Browse the repository at this point in the history
  2. Revert "fmt"

    This reverts commit d996417.
    Achim Schneider committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d24a36a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. implement unhooked bigint_msm

    Achim Schneider committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7272ecb View commit details
    Browse the repository at this point in the history
  2. fmt

    Achim Schneider committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c58bda4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    c1011f6 View commit details
    Browse the repository at this point in the history
  2. add description to CHANGELOG.md

    Achim Schneider committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0fee551 View commit details
    Browse the repository at this point in the history
  3. unhooked_msm_bigint -> default_msm_bigint

    Achim Schneider committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    abd0b56 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/achim/pass-msm-bigint' int…

    …o pass-msm-bigint
    Achim Schneider committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7c36633 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Merge branch 'master' into pass-msm-bigint

    Achim Schneider authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    c7b566c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Merge branch 'master' into pass-msm-bigint

    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    796e4a3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/achim/pass-msm-bigint' int…

    …o pass-msm-bigint
    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    201b6e1 View commit details
    Browse the repository at this point in the history
  3. default_msm_bigint -> msm_bigint_default

    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    96662cd View commit details
    Browse the repository at this point in the history
  4. msm_bigint_default function signature

    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    afa53b5 View commit details
    Browse the repository at this point in the history
  5. msm_bigint_default in SWCurveConfig

    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a7126e5 View commit details
    Browse the repository at this point in the history
  6. avoid hooked msm_bigint

    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f0d25f0 View commit details
    Browse the repository at this point in the history
  7. fmt

    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    3e62602 View commit details
    Browse the repository at this point in the history
  8. MD: msm_bigint -> msm

    Achim Schneider committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    451671e View commit details
    Browse the repository at this point in the history
  9. Change model_msmmsm

    Pratyush authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    642ba2a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge branch 'master' into pass-msm-bigint

    Achim Schneider authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e1cef34 View commit details
    Browse the repository at this point in the history