mirror of
https://github.com/Veridise/Picus.git
synced 2026-05-11 03:00:06 -04:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "../libs/circomlib/comparators.circom";
|
|
|
|
component main = IsZero();
|
|
|