Skip to content

Commit eee8865

Browse files
authored
Merge pull request #540 from ghoshbishakh/fix-edcda-doc
Fix typo in ECDSA readme
2 parents 2459ecb + 24bf33a commit eee8865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ECDSA/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The following binaries have been used for the paper:
2424
All binaries offer the same interface. With MASCOT for example, run
2525
the following:
2626
```
27-
./mascot-ecsda-party.x -p 0 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
28-
./mascot-ecsda-party.x -p 1 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
27+
./mascot-ecdsa-party.x -p 0 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
28+
./mascot-ecdsa-party.x -p 1 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
2929
...
3030
```
3131

0 commit comments

Comments
 (0)