# Functions
GenerateConfig creates some random configuration for N parties with set threshold T over the group.
HandlerLoop blocks until the handler has finished.
No description provided by the author
PartyIDs returns a party.IDSlice (sorted) with IDs represented as simple strings.
No description provided by the author
# Structs
Network simulates a point-to-point network between different parties using Go channels.
# Interfaces
Rule describes various hooks that can be applied to a protocol execution.