Skip to content

feat: robust secret sharing (RSS) #9

@lonerapier

Description

@lonerapier

Allow reconstruction even with some forged or corrupted shares, detecting and rejecting invalid ones.

Approach

fn recover_robust(shares: &[Share], commitments: &Commitments)
    -> Result<Secret, Vec<CorruptedShare>>;

Tasks

  • Implement cheater detection/identification logic.
  • Integrate with existing VSS commitments.
  • Benchmark overhead of verification.

References

  • Rabin & Ben-Or, “Verifiable Secret Sharing and Multiparty Protocols with Honest Majority” — PDF

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions