Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit ea57f1d

Browse files
WIP methods
1 parent cfc27d3 commit ea57f1d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

zkevm-circuits/src/evm_circuit/util/constraint_builder.rs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,19 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> {
585585
}
586586

587587
// Math gadgets
588+
589+
// abs_word
590+
// add_word
591+
// binary_number
592+
// byte_size
593+
// cmp_words
594+
// comparison
595+
// constant_division
596+
// modulo
597+
// mul_add_words
598+
// mul_add_words512
599+
// mul_word_u64
600+
588601
pub(crate) fn is_zero(&mut self, value: Expression<F>) -> IsZeroGadget<F> {
589602
IsZeroGadget::construct(self, value)
590603
}

0 commit comments

Comments
 (0)