Commit Graph

375 Commits

Author SHA1 Message Date
turnoffthiscomputer
5abc98041d fix build_dsc_circuits and update dsc verifiers contracts 2024-10-25 11:03:52 +02:00
motemotech
73e2e46f95 add single disclose function, bit like selector mechanism and helper function to read forbidden countries 2024-10-20 01:32:51 +09:00
motemotech
66748c5e2b Merge branch 'dev' into feat/npm-package 2024-10-18 16:36:11 +09:00
motemotech
101464b27c fix package.json for npm 2024-10-17 14:28:15 +09:00
turnoffthiscomputer
d1f46b98b8 Merge pull request #220 from zk-passport/update-sdk
Update sdk
2024-10-16 22:01:33 +02:00
turnoffthiscomputer
34eba4c6f2 yarn format 2024-10-16 11:43:25 -07:00
turnoffthiscomputer
da752c096a add ofac and forbidden countries list check in vc_and_disclose.circom 2024-10-16 10:26:11 -07:00
turnoffthiscomputer
8994e9a813 check commitment generation in LeafHasher.test.ts 2024-10-15 18:22:11 -07:00
turnoffthiscomputer
f68086de8f update repo with new dsc circuits 2024-10-12 19:12:47 -07:00
turnoffthiscomputer
bb0aaa2a8b fix build dsc circuits script 2024-10-12 19:00:56 -07:00
turnoffthiscomputer
1c39dd2186 set merkle_root as public input 2024-10-11 21:22:13 -07:00
motemotech
387a4c7501 try proof gen in test code, but seems not working. 2024-10-09 23:49:01 +09:00
nico shark
0a8713bf6c fix build dsc 4096 script 2024-10-09 21:11:12 +09:00
motemotech
946d4c591c preparation for OneTimeVerification.ts 2024-10-09 17:16:22 +09:00
motemotech
bfb0a42b4b delete all dsc 2048 2024-10-08 02:49:32 +09:00
motemotech
fb77493b2c change circuit list for build_disclose 2024-10-08 02:47:36 +09:00
motemotech
729985e2d3 add build_disclose_circuit.sh and fix each build scripts 2024-10-07 23:14:48 +09:00
motemotech
727abb85bd fix lint 2024-10-06 21:10:35 +09:00
motemotech
72fde0e145 fix readme 2024-10-06 19:05:35 +09:00
motemotech
c49215bc9d add build script for dislose circuits 2024-10-06 18:47:15 +09:00
motemotech
b7c69d618d lint 2024-10-06 17:56:08 +09:00
motemotech
1a18dd7ef7 fix script for build-dsc-circuit 2024-10-06 12:51:56 +09:00
turnoffthiscomputer
bf1aa7d476 add prove circuits details to README 2024-10-04 11:11:25 -07:00
turnoffthiscomputer
aa1f831486 remove passport expiry test of disclose.test.ts 2024-10-03 19:20:39 -07:00
turnoffthiscomputer
22c81f15e6 yarn format 2024-10-03 16:59:39 -07:00
turnoffthiscomputer
7e322300be fix other_circuits circuits tests 2024-10-03 16:57:54 -07:00
turnoffthiscomputer
312b74ad57 merge dev into merge-175 2024-10-03 15:07:59 -07:00
turnoffthiscomputer
36951d28fa yarn format 2024-10-03 13:02:20 -07:00
turnoffthiscomputer
d347fad9f3 fix build_prove_circuits.sh 2024-10-03 13:01:19 -07:00
turnoffthiscomputer
a85c75ac94 improve selector management and update proveCountryIsNotInList 2024-10-03 11:01:34 -07:00
turnoffthiscomputer
d0d5d64bfc yarn format 2024-10-03 07:15:32 -07:00
turnoffthiscomputer
81f7b0bf79 add new proveCountryIsNotInlist circuit and add it to prove 2024-10-03 07:14:48 -07:00
turnoffthiscomputer
36028da35c add ofac name check to prove circuit 2024-10-02 16:37:50 -07:00
turnoffthiscomputer
43eb86a12a update function names 2024-10-02 16:37:18 -07:00
turnoffthiscomputer
421372ee88 add variable first and lastname size 2024-10-02 16:19:53 -07:00
turnoffthiscomputer
38983ca2e2 update ofacVerification for ofacCheckResult 2024-10-02 15:06:39 -07:00
turnoffthiscomputer
ba4e99461f update smt check to return 0 instead of creating a constraint 2024-10-02 15:03:27 -07:00
turnoffthiscomputer
3a6c68a212 refactor ofac and sanctionCountry circuits 2024-10-02 06:54:22 -07:00
turnoffthiscomputer
8c40f7efd1 fix merge 2024-09-30 17:08:28 +02:00
turnoffthiscomputer
e84466f0ad merge 'ashpect/latest' into merge-175 2024-09-27 19:07:01 +02:00
turnoffthiscomputer
b9e5da219b implement new dsc circuits and tests 2024-09-27 16:56:47 +02:00
turnoffthiscomputer
ddd7e723d7 update witness gen 2024-09-25 20:12:05 +02:00
turnoffthiscomputer
7e9ddbaf01 Revert "add ecdsa to mobile proving (attempt)"
This reverts commit dbc4deef32.
2024-09-25 18:23:14 +02:00
turnoffthiscomputer
6e0035059d update circuits 2024-09-25 14:53:20 +02:00
turnoffthiscomputer
dbc4deef32 add ecdsa to mobile proving (attempt) 2024-09-24 12:46:49 +02:00
turnoffthiscomputer
35a697bfc6 add curve to ecdsa circuits name 2024-09-23 15:04:15 +02:00
turnoffthiscomputer
0b673470dd assert selector_older_than is == 1 | 0 2024-09-23 14:53:47 +02:00
turnoffthiscomputer
ccf2534ca1 adapt script to zip and upload dat and zkeys to aws 2024-09-21 16:24:35 +02:00
turnoffthiscomputer
adb18f795d clean .sh 2024-09-20 19:29:36 +02:00
turnoffthiscomputer
4ad5371379 add contract verifier generation to build_prove_circuits.sh 2024-09-20 19:28:59 +02:00