ReadonlymemberMembers needed to recover the group's share.
ReadonlymemberMembers in the group.
Static ReadonlyDEFAULT1-of-1.
StaticisType guard for a GroupSpec, including one from another copy of this package.
StaticfromA validated memberThreshold-of-memberCount. Each field is read once.
InvalidParameter unless options is an object and
both fields are usizes (a non-negative integer number up to 2^64,
or a bigint in [0, 2^64 - 1]); then, in the reference's order,
MemberCountInvalid (0 or > 16), MemberThresholdInvalid (> count). A
threshold of 0 passes, as it does in GroupSpec::new; generating with
it fails as Shamir (cause InvalidThreshold).
StaticparseParse "<threshold>-of-<count>"; each side is digits with an optional
leading +, nothing else, up to u64::MAX.
Same threshold and count; false for anything that is not a GroupSpec (one from another copy of this package compares by its fields).
"<threshold>-of-<count>"
memberThreshold-of-memberCountwithin one group. Instances are frozen.