More protocols for threshold ECDSA.

This commit is contained in:
Marcel Keller
2023-09-26 18:54:32 +10:00
parent 49560198d6
commit fd42b4a8b2
16 changed files with 134 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ make -j4 ecdsa Fake-ECDSA.x
run()
{
echo $1
port=$[RANDOM+1024]
if ! {
for j in $(seq 0 $2); do
@@ -18,14 +19,15 @@ run()
fi
}
for i in rep mal-rep shamir mal-shamir; do
for i in rep mal-rep shamir mal-shamir atlas sy-rep; do
run $i 2
done
run rep4 3
for i in semi mascot; do
run $i 1
done
./Fake-ECDSA.x
run fake-spdz 1