Module mpc_ristretto::network

source ·
Expand description

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

Structs

Enums

  • The order in which the local party should read when exchanging values

Traits

  • MpcNetwork represents the network functionality needed for 2PC execution Note that only two party computation is implemented here

Type Definitions