Cradicle Explorer
circomlib
Info
Issues
Patches
Wallets
Source
Source
.vscode
circuits
doc
test
circuits
aliascheck_test.circom
babyadd_tester.circom
babycheck_test.circom
babypbk_test.circom
binsub_test.circom
constants_test.circom
eddsa_test.circom
eddsamimc_test.circom
eddsaposeidon_test.circom
edwards2montgomery.circom
escalarmul_min_test.circom
escalarmul_test.circom
escalarmul_test_min.circom
escalarmulany_test.circom
escalarmulfix_test.circom
escalarmulw4table.circom
escalarmulw4table_test.circom
escalarmulw4table_test3.circom
greatereqthan.circom
greaterthan.circom
isequal.circom
iszero.circom
lesseqthan.circom
lessthan.circom
mimc_sponge_hash_test.circom
mimc_sponge_test.circom
mimc_test.circom
montgomery2edwards.circom
montgomeryadd.circom
montgomerydouble.circom
mux1_1.circom
mux2_1.circom
mux3_1.circom
mux4_1.circom
pedersen2_test.circom
pedersen_test.circom
pointbits_loopback.circom
poseidon3_test.circom
poseidon6_test.circom
poseidonex_test.circom
sha256_2_test.circom
sha256_test448.circom
sha256_test512.circom
sign_test.circom
smtprocessor10_test.circom
smtverifier10_test.circom
sum_test.circom
helpers
aliascheck.js
babyjub.js
binsub.js
binsum.js
comparators.js
eddsa.js
eddsamimc.js
eddsaposeidon.js
escalarmul.js
escalarmulany.js
escalarmulfix.js
mimccircuit.js
mimcspongecircuit.js
montgomery.js
multiplexer.js
pedersen.js
pedersen2.js
point2bits.js
poseidoncircuit.js
sha256.js
sign.js
smtprocessor.js
smtverifier.js
.gitignore
README.md
index.js
package-lock.json
package.json
/
test
/
circuits
/ sign_test.circom
sign_test.circom
1
pragma circom 2.0.0;
2
3
include "../../circuits/sign.circom";
4
5
component main = Sign();