# Functions
NewGroup creates a new Group with the provided dishonest threshold and empty IA and DQ members list.
NewInactiveMemberFilter creates a new instance of InactiveMemberFilter.
NewMembershipValidator creates a validator for the provided group selection result.
# Constants
MaxMemberIndex denotes the maximum value of the MemberIndex type.
# Structs
Group is protocol's members group.
InactiveMemberFilter is a proxy facilitates filtering out inactive members in the given phase and registering their final list in the Group.
MembershipValidator operates on a group selection result and lets to validate one's membership based on the provided public key.
# Type aliases
MemberIndex is an index of a member in a group.