Skip to content

Commit

Permalink
Update fixed_base.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Nov 28, 2024
1 parent 86bb81a commit df5f0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proof_system/widget/ecc/scalar_mul/fixed_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df5f0bd

Please sign in to comment.