Module network

Source
Expand description

The network module defines abstractions of the transport used to communicate during the course of an MPC

Structs§

NetworkOutbound
The type that the network sender receives
QuicTwoPartyNet
Implements an MpcNetwork on top of QUIC

Enums§

NetworkPayload
The payload of an outbound message

Traits§

MpcNetwork
The MpcNetwork trait defines shared functionality for a network implementing a connection between two parties in a 2PC

Type Aliases§

PartyId
A type alias of the id of a party in an MPC for readability