- 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.shBuild and run tests on all builds
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
./scripts/build.sh
./scripts/test.shInstall
cd target/Release
sudo make installBuild and run tests using docker
docker build --no-cache -t libmpc .Generate coverage figures
docker run --rm libmpc ./scripts/coverage.sh