Package-level declarations

Types

Link copied to clipboard
abstract class Cleartext : Protocol
Link copied to clipboard
Link copied to clipboard
class Local(val host: Host) : Cleartext

The protocol that executes code on a specific host in the clear.

Link copied to clipboard
Link copied to clipboard

Parser for the Local protocol.

Link copied to clipboard
class Replication(hosts: Set<Host>) : Cleartext

The protocol that replicates data and computations across a set of hosts in the clear.

Link copied to clipboard
Link copied to clipboard