mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-25 00:03:13 +00:00
fix
This commit is contained in:
parent
934f1aeb7e
commit
25d429af7a
@ -4,7 +4,7 @@ use std::ops::Range;
|
||||
|
||||
use crate::memory::{NUM_CHANNELS, VALUE_LIMBS};
|
||||
|
||||
// Columns for the same memory operations, ordered by (addr, timestamp).
|
||||
// Columns for memory operations, ordered by (addr, timestamp).
|
||||
pub(crate) const TIMESTAMP: usize = 0;
|
||||
pub(crate) const IS_READ: usize = TIMESTAMP + 1;
|
||||
pub(crate) const ADDR_CONTEXT: usize = IS_READ + 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user