mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 18:23:09 +00:00
8 lines
260 B
Rust
8 lines
260 B
Rust
pub mod columns;
|
|
pub mod memory_stark;
|
|
pub mod segments;
|
|
|
|
// TODO: Move to CPU module, now that channels have been removed from the memory table.
|
|
pub(crate) const NUM_CHANNELS: usize = crate::cpu::membus::NUM_CHANNELS;
|
|
pub(crate) const VALUE_LIMBS: usize = 8;
|