aggregate_public_key_from_sorted_slice

Function aggregate_public_key_from_sorted_slice 

Source
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>,
👎Deprecated since 0.11.0: This module will be replaced in the future
Expand description

Aggregate public keys stored in a sorted slice