Update common/nymcoconut/src/proofs/mod.rs

Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com>
This commit is contained in:
AniaPiotrowska
2021-11-04 12:37:56 +00:00
committed by GitHub
parent 4d904257a9
commit fe2386eab2
+1 -1
View File
@@ -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,