From df5f0bd7b81e75d6a5bc33f9df2b7c4eaefe374d Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:58:53 +0100 Subject: [PATCH] Update fixed_base.rs --- src/proof_system/widget/ecc/scalar_mul/fixed_base.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs b/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs index 75c43ba2..18015542 100644 --- a/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs +++ b/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs @@ -15,7 +15,7 @@ pub(crate) use proverkey::ProverKey; pub(crate) use verifierkey::VerifierKey; // Note: The ECC gadget does not check that the initial point is on the curve -// for two reasons: +// following reasons: // - We constrain the accumulator to start from the identity point, which the // verifier knows is on the curve // - We are adding multiples of the generator to the accumulator which the