mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
9 lines
116 B
Bash
Executable File
9 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
HERE=$(cd `dirname $0`; pwd)
|
|
SPDZROOT=$HERE/..
|
|
|
|
$HERE/setup-ssl.sh 3
|
|
|
|
$SPDZROOT/Setup.x 3 128 0 online
|