You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -268,7 +268,7 @@ Some exact costs not shown in the table:
268
268
4. Exact total number of messages for division is: bits \* ( 5\*(parties + parties^2 + (bits+1) \* (2\*parties + parties\*(parties-1))) + 2\*parties + parties\*(parties-1) + 2\*parties + parties\*(parties-1) )
269
269
5. Exact total number of messages for constant division is: 1 + 7\*parties + 4\*parties^2 + 8\*(parties + parties^2 + (bits+1) \* (2\*parties + parties\*(parties-1)))
270
270
271
-
Dependenices:
271
+
Dependencies:
272
272
1. Multiplication has one message to synchronize beaver triplets and one open in sequence.
273
273
2. inequality tests has 3 less than half primes in parallel, each has an open and as many multiplication in sequence as bits.
274
274
3. constant inequality test has 2 less than half primes in parallel.
0 commit comments