AMCL - Apache Milagro Crypto Multi-Party Computation
This library implements Multi-Party Computation (MPC) using the milargo crypto library.
In order to build this library, the following packages are required:
AMCL is required
Build and install the AMCL library
./scripts/build_amcl.sh
Build and run tests on all builds
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./ ./scripts/build.sh ./scripts/test.sh
Install
cd target/Release sudo make install
Build and run tests using docker
docker build --no-cache -t libmpc .
Generate coverage figures
docker run --rm libmpc ./scripts/coverage.sh