mirror of
https://github.com/social-tw/social-tw-website.git
synced 2026-01-09 23:48:06 -05:00
3 lines
121 B
Plaintext
3 lines
121 B
Plaintext
pragma circom 2.0.0; include "../circuits/dataProof.circom";
|
|
|
|
component main { public [ value ] } = DataProof(17, 6, 4); |