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,