From fe2386eab2d02ac6582622eb5ac6d03cc65b2f2e Mon Sep 17 00:00:00 2001 From: AniaPiotrowska Date: Thu, 4 Nov 2021 12:37:56 +0000 Subject: [PATCH] Update common/nymcoconut/src/proofs/mod.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jędrzej Stuczyński --- common/nymcoconut/src/proofs/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nymcoconut/src/proofs/mod.rs b/common/nymcoconut/src/proofs/mod.rs index 07dd3a4b8d..6e329c8d8c 100644 --- a/common/nymcoconut/src/proofs/mod.rs +++ b/common/nymcoconut/src/proofs/mod.rs @@ -96,7 +96,7 @@ where impl ProofCmCs { /// Construct non-interactive zero-knowledge proof of correctness of the ciphertexts and the commitment - /// using thw Fiat-Shamir heuristic. + /// using the Fiat-Shamir heuristic. pub(crate) fn construct( params: &Parameters, elgamal_keypair: &ElGamalKeyPair,