Skip to content

Commit ad107c7

Browse files
authored
fixed spelling mistake (#238)
1 parent b2f70da commit ad107c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ equivalent to 3-party computation with honest majority.
245245
Below is a table of the current costs of operations in the *base* JIFF without extensions:
246246

247247

248-
| Operation | Rounds | Total Messages | Preprocessing Rounds | Preprocessing Total Messages | Dependenices |
248+
| Operation | Rounds | Total Messages | Preprocessing Rounds | Preprocessing Total Messages | Dependencies |
249249
|-------------------|-------------------|-----------------------------------|----------------------|----------------------------------------------|--------------|
250250
| Share | 1 | senders \* receivers | 0 | 0 | N/A |
251251
| Open | 2 | sender + sender \* receivers | 1 | senders \* senders | N/A |
@@ -268,7 +268,7 @@ Some exact costs not shown in the table:
268268
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) )
269269
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)))
270270

271-
Dependenices:
271+
Dependencies:
272272
1. Multiplication has one message to synchronize beaver triplets and one open in sequence.
273273
2. inequality tests has 3 less than half primes in parallel, each has an open and as many multiplication in sequence as bits.
274274
3. constant inequality test has 2 less than half primes in parallel.

0 commit comments

Comments
 (0)