mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-11 16:31:34 +01:00
Chi Circom circuit implemented
This commit is contained in:
5
test/circuits/chi_test.circom
Normal file
5
test/circuits/chi_test.circom
Normal file
@@ -0,0 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/chi.circom";
|
||||
|
||||
component main = Chi();
|
||||
Reference in New Issue
Block a user