mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 14:08:09 -05:00
12 lines
161 B
Bash
Executable File
12 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
HERE=$(cd `dirname $0`; pwd)
|
|
SPDZROOT=$HERE/..
|
|
|
|
# prime field bit length
|
|
bits=${1:-128}
|
|
|
|
$HERE/setup-ssl.sh 3
|
|
|
|
$SPDZROOT/Setup.x 3 ${bits} 0 online
|