Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Function sskrGenerate

    • Generates SSKR shares for the given Spec and Secret.

      Parameters

      • spec: Spec

        The Spec instance that defines the group and member thresholds.

      • masterSecret: Secret

        The Secret instance to be split into shares.

      Returns Uint8Array<ArrayBufferLike>[][]

      A vector of groups, each containing a vector of shares, each of which is a Uint8Array.