mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
4 lines
67 B
Rust
4 lines
67 B
Rust
|
|
//! Logic unit.
|
||
|
|
|
||
|
|
pub(super) const END: usize = super::START_LOGIC;
|