mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
* Column definitions for addition, range checks & lookups I implemented addition (unsigned for now) as an example of how the arithmetic unit can interact with the 16-bit range check unit. Range checks and lookups aren't implemented yet. * Missing constraints * Tweaks to get tests passing * Reorg registers into files * Minor
4 lines
67 B
Rust
4 lines
67 B
Rust
//! Logic unit.
|
|
|
|
pub(super) const END: usize = super::START_LOGIC;
|