mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 22:33:06 +00:00
* Refactor u256 calculation; return cy/br from calculations. * Implement less than and greater than operations. * Add file documentation.
9 lines
102 B
Rust
9 lines
102 B
Rust
mod add;
|
|
mod compare;
|
|
mod mul;
|
|
mod sub;
|
|
mod utils;
|
|
|
|
pub mod arithmetic_stark;
|
|
pub(crate) mod columns;
|