Function combine_keys

Source
pub fn combine_keys(keys: impl IntoIterator<Item = PublicKey>) -> XOnlyPublicKey
Expand description

Aggregates the public keys into their aggregate public key.

Key order is not important as keys are sorted before aggregation.