pub fn combine_iter<I, T>( signature_shares: I, ) -> Result<Signature<Bls12381G2Impl>>where I: Iterator<Item = T>, T: Borrow<JsonSignSessionKeyResponseV1>,