Skip to content

Commit

Permalink
Merge pull request #540 from ghoshbishakh/fix-edcda-doc
Browse files Browse the repository at this point in the history
Fix typo in ECDSA readme
  • Loading branch information
mkskeller authored Apr 19, 2022
2 parents 2459ecb + 24bf33a commit eee8865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ECDSA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The following binaries have been used for the paper:
All binaries offer the same interface. With MASCOT for example, run
the following:
```
./mascot-ecsda-party.x -p 0 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
./mascot-ecsda-party.x -p 1 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
./mascot-ecdsa-party.x -p 0 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
./mascot-ecdsa-party.x -p 1 [-N <number of parties>] [-h <host of party 0>] [-D] [<number of prep tuples>]
...
```

Expand Down

0 comments on commit eee8865

Please sign in to comment.