Function commonware_cryptography::bls12381::dkg::ops::verify_commitment
source ยท pub fn verify_commitment(
previous: Option<&Public>,
dealer: u32,
commitment: &Public,
t: u32,
) -> Result<(), Error>Expand description
Verify that a given commitment is valid for a dealer. If a previous polynomial is provided, verify that the commitment is on that polynomial.