mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-14 03:33:11 +00:00
8 lines
125 B
Rust
8 lines
125 B
Rust
#![allow(clippy::needless_range_loop)]
|
|
#![cfg_attr(not(test), no_std)]
|
|
|
|
extern crate alloc;
|
|
|
|
pub mod curve;
|
|
pub mod gadgets;
|