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

Windowing algorithm for point multiplication #215

Merged
merged 23 commits into from
Sep 7, 2022

Commits on Aug 23, 2022

  1. Window struct created

    SupremoUGH committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    766970b View commit details
    Browse the repository at this point in the history
  2. Format

    SupremoUGH committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3c0d3e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    59b4e0d View commit details
    Browse the repository at this point in the history
  2. Add documentation

    SupremoUGH committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ccdefd7 View commit details
    Browse the repository at this point in the history
  3. Concrete test implemented.

    SupremoUGH committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    4474b38 View commit details
    Browse the repository at this point in the history
  4. Comments addressed

    SupremoUGH committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    eea4ba0 View commit details
    Browse the repository at this point in the history
  5. Small change in test

    SupremoUGH committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    538e3da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dda2a6c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    661796a View commit details
    Browse the repository at this point in the history
  2. Comments addressed

    SupremoUGH committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    aa04329 View commit details
    Browse the repository at this point in the history
  3. Added implementation note

    SupremoUGH committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8618bed View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Format

    Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
    SupremoUGH committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1dc166e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5fa03c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge branch 'main' into feat/implement_windowing_ecc

    Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
    bhgomes authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1543c5b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. wip: commit save point

    Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
    SupremoUGH committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b7783ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e5ec7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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

Commits on Sep 6, 2022

  1. Lint error fixed.

    Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
    SupremoUGH committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e8ea37f View commit details
    Browse the repository at this point in the history
  2. lint issues

    Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
    SupremoUGH committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    abeb5f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. lint

    Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
    SupremoUGH committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    beb6f33 View commit details
    Browse the repository at this point in the history
  2. Update manta-crypto/src/algebra.rs

    Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
    bhgomes authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d5576e0 View commit details
    Browse the repository at this point in the history
  3. chore: fix formatting

    Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
    bhgomes committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4ebbef8 View commit details
    Browse the repository at this point in the history
  4. Comments addressed

    Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
    SupremoUGH committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c384943 View commit details
    Browse the repository at this point in the history