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

Filippo version of Ed25519 #462

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Filippo version of Ed25519 #462

wants to merge 20 commits into from

Commits on May 25, 2022

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

Commits on May 31, 2022

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

Commits on Jun 7, 2022

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

Commits on Jun 8, 2022

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

Commits on Jul 7, 2022

  1. Docs updated

    parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9cc00ea View commit details
    Browse the repository at this point in the history
  2. Changes added to docs

    parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    28dd3b4 View commit details
    Browse the repository at this point in the history
  3. Suite documentation added

    parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    14e7da3 View commit details
    Browse the repository at this point in the history
  4. Docs updated

    parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    b41db2d View commit details
    Browse the repository at this point in the history
  5. Applies gofmt and go mod tidy

    nkcr authored and parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c1fe1cd View commit details
    Browse the repository at this point in the history
  6. Adds Github actions

    nkcr authored and parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    b0f9796 View commit details
    Browse the repository at this point in the history
  7. Removes old .travis.yml

    nkcr authored and parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f746f8b View commit details
    Browse the repository at this point in the history
  8. Fixes Sonar complaints

    nkcr authored and parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c7e292c View commit details
    Browse the repository at this point in the history
  9. security fix: any participant could disable DKG

    A deal with a bogus signature would still get stored (before producing
    an error). That would prevent a properly signed deal coming later from
    being stored. This fixes the bug.
    
    The test was also written in a flawed way. It measured two failure
    situations ("wrong index" and "wrong deal") after a success situation. But
    written that far down, those measurements could well end up measuring
    failures due to a duplicate deal instead. This changeset also patches
    the test flaw.
    vibs29 authored and parinayc20 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c7253db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    211afe7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9c3f4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb9eac2 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Merge conflicts resolved

    parinayc20 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    0d1c3cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd72d1d View commit details
    Browse the repository at this point in the history
  3. small change

    parinayc20 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    251bafc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Reviews addressed

    parinayc20 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0c93a23 View commit details
    Browse the repository at this point in the history