emp-toolkit (https://github.com/emp-toolkit/emp-tool)
Cmake (version >= 3.12) (https://cmake.org)
GMP (we use version 6.3.0) (https://gmplib.org)
- Make the build directory and cd into the directory
mkdir build cd build - Build using cmake
cmake .. - Generate the target
make
-
Run basic FSS and SFSS primitive
./bin/sfss_main -
Run related applications with network.
- Open terminal 1, run
./bin/client_runner_main - Open terminal 2, run
./bin/server_runner_main 0 12345 - Open terminal 3, run
./bin/server_runner_main 1 12346
The result will be shown in the terminals.
- Open terminal 1, run