mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-12 17:01:27 +01:00
Add Theta Circom impl
This commit is contained in:
5
test/circuits/theta_test.circom
Normal file
5
test/circuits/theta_test.circom
Normal file
@@ -0,0 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/theta.circom";
|
||||
|
||||
component main = Theta();
|
||||
Reference in New Issue
Block a user