mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
fixes
This commit is contained in:
parent
7ba0652c01
commit
8155e90d16
@ -22,7 +22,7 @@ pub const fn sorted_memory_value_limb(i: usize) -> usize {
|
||||
SORTED_MEMORY_VALUE_START + i
|
||||
}
|
||||
|
||||
pub(crate) const MEMORY_CONTEXT_FIRST_CHANGE: usize = SORTED_MEMORY_TIMESTAMP + 1;
|
||||
pub(crate) const MEMORY_CONTEXT_FIRST_CHANGE: usize = SORTED_MEMORY_VALUE_START + 8;
|
||||
pub(crate) const MEMORY_SEGMENT_FIRST_CHANGE: usize = MEMORY_CONTEXT_FIRST_CHANGE + 1;
|
||||
pub(crate) const MEMORY_VIRTUAL_FIRST_CHANGE: usize = MEMORY_SEGMENT_FIRST_CHANGE + 1;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user