mpc-stark-0.2.3 has been yanked.
MPC-Stark
Example
mpc-stark
provides a malicious secure SPDZ style framework for two party secure computation. The circuit is constructed on the fly, by overloading arithmetic operators of MPC types, see the example below in which each of the parties shares a value and together they compute the product:
use ;
use thread_rng;
async
Tests
Unit tests for isolated parts of the library are available via
The bulk of this library's testing is best done with real communication; and so most of the tests are integration tests. The integration tests can be run as
or more directly as