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

Switch to Montgomery representation #663

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

Commits on Sep 20, 2024

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

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. test performance

    HadarIngonyama committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    79cd3de View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. tmp

    yshekel committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    779babe View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

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

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. field tests pass

    HadarIngonyama committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9cdb4bd View commit details
    Browse the repository at this point in the history
  2. ifdef barret

    HadarIngonyama committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    21d97d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. montgomery SOS reduction added

    Signed-off-by: Koren-Brand <[email protected]>
    Koren-Brand committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4dbbd72 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. EC addition and MSM on CPU modified to work with montgomery represent…

    …ation as well
    
    Signed-off-by: Koren-Brand <[email protected]>
    Koren-Brand committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b2533cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c979161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ae5ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c8e2ad View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    c53e3db View commit details
    Browse the repository at this point in the history
  2. SOS mont reduction now implemented for 32bits as well

    Signed-off-by: Koren-Brand <[email protected]>
    Koren-Brand committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4282114 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. all c++ tests pass

    HadarIngonyama committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7f5345b View commit details
    Browse the repository at this point in the history
  2. fix extention

    HadarIngonyama committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a738a41 View commit details
    Browse the repository at this point in the history
  3. all tests pass

    HadarIngonyama committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7ae18a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. formatting

    HadarIngonyama committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c923e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5745d8c View commit details
    Browse the repository at this point in the history
  3. formatting

    HadarIngonyama committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    258f0ef View commit details
    Browse the repository at this point in the history
  4. small fix

    HadarIngonyama committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    01c5143 View commit details
    Browse the repository at this point in the history
  5. small fix to tests

    HadarIngonyama committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9d4394c View commit details
    Browse the repository at this point in the history
  6. bug fix

    HadarIngonyama committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1172cec View commit details
    Browse the repository at this point in the history