pub fn key_agg<'a>(keys: impl IntoIterator<Item = PublicKey>) -> KeyAggCacheExpand description
Returns the key agg cache and the resulting pubkey.
Key order is not important as keys are sorted before aggregation.
pub fn key_agg<'a>(keys: impl IntoIterator<Item = PublicKey>) -> KeyAggCacheReturns the key agg cache and the resulting pubkey.
Key order is not important as keys are sorted before aggregation.