mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-13 02:13:07 +00:00
8 lines
186 B
Rust
8 lines
186 B
Rust
|
|
pub const CODE: usize = 0;
|
||
|
|
pub const STACK: usize = 1;
|
||
|
|
pub const MAIN_MEM: usize = 2;
|
||
|
|
pub const CALLDATA: usize = 3;
|
||
|
|
pub const RETURNDATA: usize = 4;
|
||
|
|
|
||
|
|
pub const NUM_SEGMENTS: usize = 5;
|