Skip to content

Commit

Permalink
fix: ecpairing fsm placeholder state defaults to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Dec 11, 2024
1 parent f9e7a7f commit 920c6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zkevm_circuits/src/bn254/ec_pairing/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl<F: SmallField> CSPlaceholder<F> for EcPairingFunctionFSM<F> {
read_precompile_call: boolean_false,
read_words_for_round: boolean_false,
completed: boolean_false,
pairing_inner_state: BN256Fq12NNField::zero(cs, params),
pairing_inner_state: BN256Fq12NNField::one(cs, params),
timestamp_to_use_for_read: zero_u32,
timestamp_to_use_for_write: zero_u32,
precompile_call_params: EcPairingPrecompileCallParams::<F>::placeholder(cs),
Expand Down

0 comments on commit 920c6ed

Please sign in to comment.