pasta_curves-source/src/gadget.rs
2021-02-17 00:49:22 +00:00

4 lines
96 B
Rust

//! Self-contained circuit implementations of various primitives.
pub mod ecc;
pub mod sha256;