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