mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-02-27 05:06:43 +01:00
Iota Circom circuit implemented
This commit is contained in:
6
test/circuits/iota10_test.circom
Normal file
6
test/circuits/iota10_test.circom
Normal file
@@ -0,0 +1,6 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/iota.circom";
|
||||
|
||||
component main = Iota(10);
|
||||
|
||||
6
test/circuits/iota3_test.circom
Normal file
6
test/circuits/iota3_test.circom
Normal file
@@ -0,0 +1,6 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/iota.circom";
|
||||
|
||||
component main = Iota(3);
|
||||
|
||||
Reference in New Issue
Block a user