uishi / SCALE-MAMBA

Repository for the SCALE-MAMBA MPC system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCALE and MAMBA

Secure Computation Algorithms from LEuven : SCALE

Multiparty AlgorithMs Basic Argot : MAMBA

First type

make doc

Then read the documentation!

Note: For Leuven maintainers, if wishing to recompile the basic 64 bit circuits then call

make circuits

These are then compiled down from the netlist down to the Bristol fashion again, and then simplified.

After doing this run

./Test-Convert.x

to check all is OK.

If you want to recompile the .net circuits from the .vhd see the instructions in Circuits/README.txt

Contributing and Releases

We run a quite extensive test suite on all changes to the system. Indeed the testing takes around three days on our machines. We also want to maintain stability between releases for people using the system. Thus we have created the following rules of thumb:

i) New releases will be about every quarter.

ii) Only major bug fixes will be done in the mean time.

iii) Join the mailing list to get updates (spdz@googlegroups.com)

iv) For small changes/bug fixes you find, either email the group or make a pull request here. We will then look at the code, integrate it into our private master system and perform the testing on it. Then we will push to GitHub with the next release.

v) Major changes (more than the odd line here or there), please talk with us first. You may be doing something which we plan to scrap in the near future. So you dont want to waste your time.

About

Repository for the SCALE-MAMBA MPC system

License:Other


Languages

Language:C++ 61.1%Language:Python 34.1%Language:VHDL 2.9%Language:C 0.5%Language:Shell 0.5%Language:CMake 0.4%Language:Makefile 0.3%Language:Tcl 0.2%