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