pub fn export_keyshare<S, R>(rng: R, setup: &S) -> Option<Vec<u8>>where S: KeyExporterSetupMessage<PublicKey, Keyshare>, R: RngCore + CryptoRng,
Export keyshare.
Encrypt s_i and send as a P2P message to an a party combining keyshares.
s_i