pub fn sskr_generate(
spec: &SSKRSpec,
master_secret: &SSKRSecret,
) -> Result<Vec<Vec<SSKRShare>>, SSKRError>Expand description
Generates SSKR shares for the given Spec and Secret.
ยงArguments
spec- TheSpecinstance that defines the group and member thresholds.master_secret- TheSecretinstance to be split into shares.