[][src]Function schnorrkel::musig::aggregate_public_key_from_sorted_slice

pub fn aggregate_public_key_from_sorted_slice<'a, K>(
    public_keys: &'a mut [K]
) -> Option<AggregatePublicKeySlice<'a, K>> where
    K: Borrow<PublicKey> + PartialOrd<K>, 

Aggregate public keys stored in a sorted slice