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

secret-sharing/src/churp: Implement handoff #5617

Merged
merged 5 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. keymanager/churp: Redefine threshold

    Defines the threshold as a strict lower bound for the number
    of shares required to reconstruct the shared secret, aligning
    with the CHHUP paper.
    peternose committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2005d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a64920 View commit details
    Browse the repository at this point in the history
  3. secret-sharing: Remove derive macro Debug

    For security reasons, do not allow printing the debug representation
    of secret polynomials.
    peternose committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    14bc02f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e46bad View commit details
    Browse the repository at this point in the history
  5. secret-sharing/src/churp: Rename some methods and fields

    Rename shareholders to pending_shareholders, replace word
    randomize with proactivize and fix the names of some
    methods.
    peternose committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d01fe6d View commit details
    Browse the repository at this point in the history