plonky2/ecdsa/src/lib.rs
2022-03-16 05:39:45 +01:00

5 lines
72 B
Rust

#![allow(clippy::needless_range_loop)]
pub mod curve;
pub mod gadgets;