circomlib/test/circuits/greaterthan.circom

5 lines
81 B
Plaintext
Raw Normal View History

2019-07-08 15:08:04 +03:00
include "../../circuits/comparators.circom";
component main = GreaterThan(32);