Add integrity guarantees: shareholders can verify shares without revealing the secret.
Approach
- Commit to polynomial coefficients via exponentiation in a group of known order.
- Expose Dealer::commitments() returning public commitments.
- Add
verify(share, commitments) → bool
Tasks
References
- Feldman, “A Practical Scheme for Non-Interactive Verifiable Secret Sharing” — PDF