StaticnewCreates a new GroupSpec instance with the given member threshold and count.
The minimum number of member shares required to reconstruct the secret within the group.
The total number of member shares in the group.
A new GroupSpec instance.
Returns the member share threshold for this group.
Returns the number of member shares in this group.
StaticparseParses a group specification from a string. Format: "M-of-N" where M is the threshold and N is the count.
StaticdefaultCreates a default GroupSpec (1-of-1).
Returns a string representation of the group spec.
A specification for a group of shares within an SSKR split.