Closed UIZorrot closed 10 months ago
This successfully worked for me:
pragma circom 2.1.6;
include "circomlib/poseidon.circom";
// include "https://github.com/0xPARC/circom-secp256k1/blob/master/circuits/bigint.circom";
template Bin2Num(n) {
signal input in[n];
}
component main = Bin2Num(2);
/* INPUT = {
"in": ["1", "2"]
} */
It's been a long while, but thanks! it's working
/ INPUT = { How could I write array input c[n]? } /