pub fn ecdsa_secret_shares<T: RngCore + CryptoRng>(
threshold: u8,
rank_list: Vec<u8>,
private_key: &NonZeroScalar,
root_chain_code: [u8; 32],
skip: Option<&[u8]>,
rng: &mut T,
) -> Vec<KeyshareForRefresh>
Expand description
Create ecdsa keyshares from a singleton private key.