mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
fmt
This commit is contained in:
parent
de52e630e8
commit
a7f6bf3b00
@ -166,7 +166,6 @@ pub(crate) const NUM_MEMORY_VALUE_LIMBS: usize = 8;
|
||||
|
||||
pub(crate) const CLOCK: usize = SIMPLE_LOGIC_DIFF_INV + 1;
|
||||
|
||||
|
||||
// Uses_memop(i) is `F::ONE` iff this row includes a memory operation in its `i`th spot.
|
||||
const USES_MEMOP_START: usize = CLOCK + 1;
|
||||
pub const fn uses_memop(op: usize) -> usize {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user