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

inv-tshare: Threshold (re-)sharing protocol #542

Merged
merged 74 commits into from
Oct 16, 2024
Merged

inv-tshare: Threshold (re-)sharing protocol #542

merged 74 commits into from
Oct 16, 2024

Commits on Jul 20, 2024

  1. inv-tshare: Threshold (re-)sharing protocol

    Aurélien Nicolas committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    b0d074b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Include Lagrange

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

Commits on Aug 21, 2024

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

Commits on Aug 22, 2024

  1. Include tshare for chi

    emmorais committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    44a983c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8008d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acd393 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edca2a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37f88fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7d6aef View commit details
    Browse the repository at this point in the history
  6. Check constant terms

    emmorais committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3b038d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f32b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fmt

    emmorais committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9de4431 View commit details
    Browse the repository at this point in the history
  2. Warnings and clippy

    emmorais committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    798ecca View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Public key checks

    emmorais committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4a691a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a95528 View commit details
    Browse the repository at this point in the history
  3. Fmt, clippy and warnings

    emmorais committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b680b94 View commit details
    Browse the repository at this point in the history
  4. More warnings

    emmorais committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    609a91e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee4ea23 View commit details
    Browse the repository at this point in the history
  6. Clippy

    emmorais committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1924882 View commit details
    Browse the repository at this point in the history
  7. Documentation

    emmorais committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7a47396 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    a90c0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    830dafd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

    emmorais committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    272d067 View commit details
    Browse the repository at this point in the history
  3. Remove unused module

    emmorais committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    89d77c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    8068f07 View commit details
    Browse the repository at this point in the history
  2. Negative test cases

    emmorais committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    516dae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb525d View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    emmorais committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4e213bd View commit details
    Browse the repository at this point in the history
  5. More adjustments

    emmorais committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b68c071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6dbc750 View commit details
    Browse the repository at this point in the history
  7. Remove old TODOs

    emmorais committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b478441 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Remove unneeded variable

    emmorais committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0207eac View commit details
    Browse the repository at this point in the history
  2. Use Scalar instead of BigInt

    emmorais committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    eeb06eb View commit details
    Browse the repository at this point in the history
  3. Remove old TODOs

    emmorais committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    80f605a View commit details
    Browse the repository at this point in the history
  4. Minor adjustments

    emmorais committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b4b948e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    ae88cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    767ca09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d855355 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update old comment

    emmorais committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ce0977d View commit details
    Browse the repository at this point in the history
  2. Add new comment

    emmorais committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6fa035f View commit details
    Browse the repository at this point in the history
  3. Update comment

    emmorais committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    560683c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b432f0e View commit details
    Browse the repository at this point in the history
  5. Fmt

    emmorais committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9f70a3d View commit details
    Browse the repository at this point in the history
  6. Fmt

    emmorais committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    679e9c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    6715a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf946c View commit details
    Browse the repository at this point in the history
  3. Renaming variables

    emmorais committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7e3b0ac View commit details
    Browse the repository at this point in the history
  4. Remove commented code

    emmorais committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c578fc9 View commit details
    Browse the repository at this point in the history
  5. Minor adjustments

    emmorais committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6550a2b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    fa1c8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703bc57 View commit details
    Browse the repository at this point in the history
  3. Improve error message

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1d3a030 View commit details
    Browse the repository at this point in the history
  4. Refactor expect expression

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    22496d2 View commit details
    Browse the repository at this point in the history
  5. Refactor repeated code

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    37c8ebe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    387dae7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1afb305 View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary copyright

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    81dfbd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0160e10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cd32aa View commit details
    Browse the repository at this point in the history
  11. Replace keccak by hmac512

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    29cd712 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce5541e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8357a0a View commit details
    Browse the repository at this point in the history
  14. Clippy

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d9576c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0825068 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3946c17 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aaa33ad View commit details
    Browse the repository at this point in the history
  18. Fmt

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e5102ab View commit details
    Browse the repository at this point in the history
  19. Typo

    emmorais committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ab5a265 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. n=2 working, but n=3 not

    emmorais committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f1cdc3e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Minor adjustments

    emmorais committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1389fe7 View commit details
    Browse the repository at this point in the history
  2. Create maybe_finish_round2

    emmorais committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f42dbdc View commit details
    Browse the repository at this point in the history