mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-11 16:31:34 +01:00
Different nBits for keccak input&output
This commit is contained in:
5
test/circuits/keccak_256_256_test.circom
Normal file
5
test/circuits/keccak_256_256_test.circom
Normal file
@@ -0,0 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Keccak(32*8, 32*8);
|
||||
@@ -2,4 +2,4 @@ pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak.circom";
|
||||
|
||||
component main = Keccak(32*8);
|
||||
component main = Keccak(4*8, 32*8);
|
||||
Reference in New Issue
Block a user