A specification for an SSKR split.
Static
Creates a new Spec instance with the given group threshold and groups.
The minimum number of groups required to reconstruct the secret.
The list of GroupSpec instances that define the groups and their members.
A new Spec instance.
SSKRError if the group threshold is zero, if the group threshold is greater than the number of groups, or if the number of groups is greater than the maximum share count.
Returns the group threshold.
Returns a slice of the group specifications.
Returns the number of groups.
Returns the total number of shares across all groups.
A specification for an SSKR split.