Skip to content

Commit

Permalink
added test data
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Mar 29, 2024
1 parent f992e7e commit 68d5824
Show file tree
Hide file tree
Showing 2 changed files with 1,127 additions and 0 deletions.
13 changes: 13 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,16 @@ snarkjs groth16 verify \
circuits/credentialAtomicQueryV3OnChain-beta.1/verification_key.json \
temp/credentialAtomicQueryV3OnChain_MTP_public.json \
temp/credentialAtomicQueryV3OnChain_MTP_proof.json

package/bin/linkedMultiQuery10 \
testdata/linkedMultiQuery10_input.json \
temp/linkedMultiQuery10_witness.wtns
snarkjs groth16 prove \
circuits/linkedMultiQuery10/circuit_final.zkey \
temp/linkedMultiQuery10_witness.wtns \
temp/linkedMultiQuery10_proof.json \
temp/linkedMultiQuery10_public.json
snarkjs groth16 verify \
circuits/linkedMultiQuery10/verification_key.json \
temp/linkedMultiQuery10_public.json \
temp/linkedMultiQuery10_proof.json
Loading

0 comments on commit 68d5824

Please sign in to comment.