Skip to content

Commit

Permalink
Updated submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 14, 2024
1 parent 7efeb3b commit 8c57806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passport-zk-circuits
Submodule passport-zk-circuits updated 76 files
+3 −2 .gitignore
+4 −7 hardhat.config.ts
+0 −8,685 package-lock.json
+2 −2 package.json
+45 −0 test/sol.test.ts
+24 −0 test/sol2.test.ts
+0 −27 test/tests/circuits/identityManagement/main_alimpolos.circom
+0 −27 test/tests/circuits/identityManagement/main_amanda.circom
+0 −27 test/tests/circuits/identityManagement/main_ashimine.circom
+0 −27 test/tests/circuits/identityManagement/main_bustos.circom
+0 −27 test/tests/circuits/identityManagement/main_francis.circom
+0 −27 test/tests/circuits/identityManagement/main_goncharenko.circom
+0 −27 test/tests/circuits/identityManagement/main_ishchuk.circom
+0 −27 test/tests/circuits/identityManagement/main_khrapach.circom
+0 −27 test/tests/circuits/identityManagement/main_masarate.circom
+0 −27 test/tests/circuits/identityManagement/main_ruiz.circom
+0 −27 test/tests/circuits/identityManagement/main_stenum.circom
+0 −27 test/tests/circuits/identityManagement/main_tuffin.circom
+0 −27 test/tests/circuits/identityManagement/main_unguryan.circom
+0 −27 test/tests/circuits/identityManagement/main_wenxing.circom
+0 −26 test/tests/circuits/passportVerification/main_alimpolos.circom
+0 −26 test/tests/circuits/passportVerification/main_amanda.circom
+0 −26 test/tests/circuits/passportVerification/main_ashimine.circom
+0 −26 test/tests/circuits/passportVerification/main_bustos.circom
+0 −26 test/tests/circuits/passportVerification/main_francis.circom
+0 −26 test/tests/circuits/passportVerification/main_goncharenko.circom
+0 −26 test/tests/circuits/passportVerification/main_ishchuk.circom
+0 −26 test/tests/circuits/passportVerification/main_khrapach.circom
+0 −26 test/tests/circuits/passportVerification/main_masarate.circom
+0 −26 test/tests/circuits/passportVerification/main_ruiz.circom
+0 −26 test/tests/circuits/passportVerification/main_stenum.circom
+0 −26 test/tests/circuits/passportVerification/main_tuffin.circom
+0 −26 test/tests/circuits/passportVerification/main_unguryan.circom
+0 −26 test/tests/circuits/passportVerification/main_wenxing.circom
+0 −575 test/tests/generate_files.py
+0 −0 tests/c/tester.js
+0 −0 tests/index.js
+16 −5 tests/tests/automatisationTest.js
+16 −0 tests/tests/circuits/identityManagement/registerIdentity_10_256_3_3_576_248_1_1184_5_264.circom
+4 −4 tests/tests/circuits/identityManagement/registerIdentity_12_256_3_3_336_232_NA.circom
+2 −2 tests/tests/circuits/identityManagement/registerIdentity_13_384_1_5_336_248_1_3768_2_256.circom
+16 −0 tests/tests/circuits/identityManagement/registerIdentity_1_256_3_4_600_248_1_1496_3_256.circom
+5 −5 tests/tests/circuits/identityManagement/registerIdentity_1_256_3_5_576_248_NA.circom
+2 −2 tests/tests/circuits/identityManagement/registerIdentity_1_256_3_6_576_248_1_2432_5_296.circom
+0 −16 tests/tests/circuits/identityManagement/registerIdentity_21_256_3_7_576_248_21_3056_6_2008.circom
+7 −7 tests/tests/circuits/passportVerification/passportVerification_10_256_3_3_576_248_1_1184_5_264.circom
+3 −3 tests/tests/circuits/passportVerification/passportVerification_12_256_3_3_336_232_NA.circom
+1 −1 tests/tests/circuits/passportVerification/passportVerification_13_384_1_5_336_248_1_3768_2_256.circom
+17 −0 tests/tests/circuits/passportVerification/passportVerification_1_256_3_4_600_248_1_1496_3_256.circom
+4 −4 tests/tests/circuits/passportVerification/passportVerification_1_256_3_5_576_248_NA.circom
+1 −1 tests/tests/circuits/passportVerification/passportVerification_1_256_3_6_576_248_1_2432_5_296.circom
+0 −0 tests/tests/ecdsaTest.js
+0 −0 tests/tests/hashTester.js
+50 −4 tests/tests/hasher.py
+0 −0 tests/tests/inputs/credValidExceedsPassportInput.json
+0 −1 tests/tests/inputs/generated/readme.txt
+0 −0 tests/tests/inputs/isNotAdultInput.json
+0 −0 tests/tests/inputs/passportExpiredInput.json
+0 −0 tests/tests/inputs/validInput.json
+31 −0 tests/tests/padding.py
+1 −1 tests/tests/passportTests.js
+0 −0 tests/tests/passportVerificationTester.js
+3 −3 tests/tests/pocTests.js
+0 −0 tests/tests/pointInteractionsTest.js
+0 −0 tests/tests/poseidon_constants.py
+36 −12 tests/tests/process_passport.py
+1 −1 tests/tests/queryIdentityTests.js
+0 −0 tests/tests/registerIdentityTest.js
+1 −1 tests/tests/registerIdentityTests.js
+0 −0 tests/tests/rsaPssTest.js
+0 −0 tests/tests/rsaTest.js
+26 −0 tests/tests/utils.py
+3 −3 tests/tests/write_to_files.py
+0 −0 tests/wasm/tester.js
+0 −0 tests/wasm/utils.js
+0 −0 tests/wasm/witness_calculator.js

0 comments on commit 8c57806

Please sign in to comment.