mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-15 03:13:31 +00:00
6 lines
123 B
Rust
6 lines
123 B
Rust
pub mod columns;
|
|
pub mod memory_stark;
|
|
|
|
pub(crate) const NUM_CHANNELS: usize = 4;
|
|
pub(crate) const VALUE_LIMBS: usize = 8;
|