mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-02 13:33:07 +00:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "binary_compare.circom";
|
|
|
|
component main {public [A,B]} = BinaryLessOrEqual(8);
|