Function sskr_generate

Source
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 - The Spec instance that defines the group and member thresholds.
  • master_secret - The Secret instance to be split into shares.