RhoPi Circom circuit implemented

This commit is contained in:
arnaucube
2021-11-01 20:33:52 +01:00
parent 8885239904
commit 0a35c4463b
6 changed files with 366 additions and 178 deletions

View File

@@ -0,0 +1,6 @@
pragma circom 2.0.0;
include "../../circuits/rhopi.circom";
component main = RhoPi();