# Functions
NewMultiHandler expects a StartFunc for the desired protocol.
No description provided by the author
# Structs
Error is a custom error for protocols which contains information about the responsible round in which it occurred, and the party responsible.
No description provided by the author
MultiHandler represents an execution of a given protocol.
TwoPartyHandler represents a restriction of the Handler for 2 party protocols.
# Interfaces
Handler represents some kind of handler for a protocol.
# Type aliases
StartFunc is function that creates the first round of a protocol.