Function run

Source
pub async fn run<R, S>(
    setup: S,
    seed: Seed,
    relay: R,
    old_keyshare: KeyshareForRefresh,
) -> Result<Keyshare, KeygenError>
Expand description

Execute Key Refresh protocol.