Function commonware_cryptography::bls12381::dkg::ops::construct_public
source ยท pub fn construct_public(
commitments: Vec<Public>,
required: u32,
) -> Result<Public, Error>Expand description
Construct a new public polynomial by summing all commitments.