Files
MP-SPDZ/Scripts/semi.sh
2019-04-30 17:25:02 +10:00

13 lines
208 B
Bash
Executable File

#!/bin/bash
HERE=$(cd `dirname $0`; pwd)
SPDZROOT=$HERE/..
bits=${2:-128}
g=${3:-0}
mem=${4:-empty}
. $HERE/run-common.sh
run_player semi-party.x ${1:-test_all} -lgp ${bits} -lg2 ${g} -m ${mem} || exit 1