Module smol_mpc::vm

source ·
Expand description

Implements a basic representation of a virtual machine.

In the context of this library, a virtual machine represents a participant or player in an MPC protocol. In a real-world execution, a participant is a node in a network that receives, processes, and send information according to a protocol specification.

Structs