@blockchaincommons/sskr - v1.0.0-beta.3
    Preparing search index...

    Interface GroupSpecOptions

    Options for GroupSpec.from. Each field is a usize: a number or a bigint.

    interface GroupSpecOptions {
        memberThreshold: number | bigint;
        memberCount: number | bigint;
    }
    Index
    memberThreshold: number | bigint

    Members needed to recover the group's share; 0 ≤ memberThreshold ≤ memberCount. A threshold of 0 is accepted, as the reference accepts it, and fails at generation.

    memberCount: number | bigint

    Members in the group; 1..=16.