Files
MP-SPDZ/Scripts/mal-shamir.sh
2019-01-05 15:10:01 +01:00

15 lines
231 B
Bash
Executable File

#!/bin/bash
HERE=$(cd `dirname $0`; pwd)
SPDZROOT=$HERE/..
export PLAYERS=${PLAYERS:-3}
if test "$THRESHOLD"; then
t="-T $THRESHOLD"
fi
. $HERE/run-common.sh
run_player malicious-shamir-party.x ${1:-test_all} $t || exit 1