mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-12 00:41:30 +01:00
Squeeze circuit implemented
This commit is contained in:
5
test/circuits/squeeze_test.circom
Normal file
5
test/circuits/squeeze_test.circom
Normal file
@@ -0,0 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
|
||||
component main = Squeeze(32*8);
|
||||
Reference in New Issue
Block a user