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

Add montgomery to vec_ops and example of that #566

Open
wants to merge 21 commits into
base: V2
Choose a base branch
from

Commits on Jul 29, 2024

  1. Add montgomery to vec_ops and example of that

    danny-shterman committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7e2b42f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Fixed style by clang-format

    danny-shterman committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    118c82f View commit details
    Browse the repository at this point in the history
  2. Fixed style by clang-format

    danny-shterman committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    132abbb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Add montgomery config in rust and golang files.

    danny-shterman committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9e452c4 View commit details
    Browse the repository at this point in the history
  2. Formatting for rust and golang.

    danny-shterman committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    993652a View commit details
    Browse the repository at this point in the history
  3. Fix formatting.

    danny-shterman committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    117ee4c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Remove ## Best-Practices section

    danny-shterman committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b10ee73 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 12, 2024

  1. WIP on illegal memory access bug.

    danny-shterman committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    58354e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fix to/from_montgomery function param

    danny-shterman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    23bc704 View commit details
    Browse the repository at this point in the history
  2. Run clang-format

    danny-shterman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b59af91 View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    danny-shterman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    028f512 View commit details
    Browse the repository at this point in the history
  4. Added space in order o rerun the icicle testing

    danny-shterman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e76053a View commit details
    Browse the repository at this point in the history
  5. Fix spelling

    danny-shterman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    afd3e54 View commit details
    Browse the repository at this point in the history
  6. To start github action.

    danny-shterman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c4ebc26 View commit details
    Browse the repository at this point in the history
  7. clang-format

    danny-shterman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    85e1cc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix configs

    LeonHibnik committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6236b84 View commit details
    Browse the repository at this point in the history
  2. fmt

    LeonHibnik committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d17a05c View commit details
    Browse the repository at this point in the history
  3. fix example

    LeonHibnik committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    21db8c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. change int to booleans

    LeonHibnik committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a7974b6 View commit details
    Browse the repository at this point in the history