From 24bf33aba24d55959fb0fb6fa6550c8c2a127bf1 Mon Sep 17 00:00:00 2001 From: Bishakh Ghosh Date: Fri, 15 Apr 2022 15:41:51 +0530 Subject: [PATCH] Fix typo in ECDSA readme --- ECDSA/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ECDSA/README.md b/ECDSA/README.md index 6307a91e6..7cb014ce8 100644 --- a/ECDSA/README.md +++ b/ECDSA/README.md @@ -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 ] [-h ] [-D] [] -./mascot-ecsda-party.x -p 1 [-N ] [-h ] [-D] [] +./mascot-ecdsa-party.x -p 0 [-N ] [-h ] [-D] [] +./mascot-ecdsa-party.x -p 1 [-N ] [-h ] [-D] [] ... ```