mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
- rotate.rs -> select.rs - Added `select()` and `select_ext` - Optimize to use just one gate
11 lines
207 B
Rust
11 lines
207 B
Rust
pub mod arithmetic;
|
|
pub mod arithmetic_extension;
|
|
pub mod hash;
|
|
pub mod insert;
|
|
pub mod interpolation;
|
|
pub mod polynomial;
|
|
pub mod range_check;
|
|
pub mod select;
|
|
pub mod split_base;
|
|
pub(crate) mod split_join;
|