Module commonware_cryptography::bls12381::dkg::ops

source ·
Expand description

Stateless operations useful in a DKG/Resharing procedure.

Functions§

  • Construct a new public polynomial by summing all commitments.
  • Generate shares and a commitment.
  • Recover public polynomial by interpolating coeffcient-wise all polynomials.
  • Verify that a given commitment is valid for a dealer. If a previous polynomial is provided, verify that the commitment is on that polynomial.
  • Verify that a given share is valid for a specified recipient.