Bug in setup for more than two players.

This commit is contained in:
Marcel Keller
2018-01-19 11:24:45 +00:00
parent 3dd86158fa
commit 69b185b55e

View File

@@ -32,6 +32,6 @@ done
$SPDZROOT/Fake-Offline.x ${players} -lgp ${bits} -lg2 ${g} --default ${default}
for i in 0 1; do
for i in $(seq 0 $[players-1]) ; do
dd if=/dev/zero of=Player-Data/Private-Input-$i bs=10000 count=1
done