mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-11 16:31:34 +01:00
Keccak circuit implemented and it works
Keccak circuit initial version implemented and it works. At this current commit it only accepts inputs of fixed length nBits, it will be iterated in future commits. Currently it needs 150848 constraints.
This commit is contained in:
5
test/circuits/keccak256_test.circom
Normal file
5
test/circuits/keccak256_test.circom
Normal file
@@ -0,0 +1,5 @@
|
||||
pragma circom 2.0.0;
|
||||
|
||||
include "../../circuits/keccak256.circom";
|
||||
|
||||
component main = Keccak(32*8);
|
||||
Reference in New Issue
Block a user