pub async fn execute_reshare(
session_id: SessionId,
chans: Channels,
threshold_pair: &Pair,
inputs: KeyResharingInputs<KeyParams, PartyId>,
aux_info_option: Option<AuxInfo<KeyParams, PartyId>>,
) -> Result<(ThresholdKeyShare<KeyParams, PartyId>, AuxInfo<KeyParams, PartyId>), ProtocolExecutionErr>
Expand description
Execute proactive refresh.