Function commonware_cryptography::bls12381::primitives::ops::aggregate
source · pub fn aggregate(
threshold: u32,
partials: Vec<Eval<Signature>>,
) -> Result<Signature, Error>Expand description
Aggregates the partial signatures into a final signature.
§Determinism
Signatures recovered by this function are deterministic and are safe to use in a consensus-critical context.