- category: Library
- copyright: 2023 The Apache Software Foundation
- license: ASL 2.0 (Apache License Version 2.0, January 2004)
- link: https://github.com/apache/incubator-milagro-MPC
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:
- CMake is required to build the source code.
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