Expand description
The network module defines abstractions of the transport used to
communicate during the course of an MPC
Structs§
- Network
Outbound - The type that the network sender receives
- Quic
TwoParty Net - Implements an MpcNetwork on top of QUIC
Enums§
- Network
Payload - The payload of an outbound message
Traits§
- MpcNetwork
- The
MpcNetworktrait 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