mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
Add a placeholder module for gadgets
This commit is contained in:
parent
7e2406cc77
commit
f24b60b5b0
2 changed files with 2 additions and 0 deletions
1
src/gadget.rs
Normal file
1
src/gadget.rs
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
//! Self-contained circuit implementations of various primitives.
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
pub mod arithmetic;
|
pub mod arithmetic;
|
||||||
pub mod circuit;
|
pub mod circuit;
|
||||||
|
pub mod gadget;
|
||||||
pub mod pasta;
|
pub mod pasta;
|
||||||
pub mod plonk;
|
pub mod plonk;
|
||||||
pub mod poly;
|
pub mod poly;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue