pub async fn run<R, S>(
setup: S,
seed: Seed,
relay: R,
old_keyshare: KeyshareForRefresh,
) -> Result<Keyshare, KeygenError>where
S: KeygenSetupMessage,
R: Relay,
Expand description
Execute Key Refresh protocol.
pub async fn run<R, S>(
setup: S,
seed: Seed,
relay: R,
old_keyshare: KeyshareForRefresh,
) -> Result<Keyshare, KeygenError>where
S: KeygenSetupMessage,
R: Relay,
Execute Key Refresh protocol.