Protocol
An abstract location where computations can be placed.
A protocol simultaneously names a location and determines the (cryptographic) mechanism for executing the code placed at that location.
A protocol is a ProtocolName applied to a sequence of named arguments. The name and the arguments uniquely determine the protocol (see Protocol.equals).
Constructors
Types
Functions
authority
Link copied to clipboard
abstract fun authority(hostTrustConfiguration: HostTrustConfiguration): Label
Content copied to clipboard
Returns the authority label of this protocol given the authority labels of the participating hosts.
toDocument
Link copied to clipboard
Properties
hosts
Link copied to clipboard
internalInputPorts
Link copied to clipboard
internalOutputPorts
Link copied to clipboard
nameCategory
Link copied to clipboard
protocolName
Link copied to clipboard
Inheritors
ABY
Link copied to clipboard
Plaintext
Link copied to clipboard
Commitment
Link copied to clipboard
ZKP
Link copied to clipboard