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