Commit Graph

589 Commits

Author SHA1 Message Date
0xturboblitz
395fe41f76 fix n and k in sha256 circuit 2024-06-18 18:31:30 -07:00
0xturboblitz
3c14c23c48 add dg1_hash_offset to sha1 circuit 2024-06-18 18:26:26 -07:00
0xturboblitz
69f792d4f6 rename dg1HashOffset to dg1_hash_offset 2024-06-18 17:50:34 -07:00
0xturboblitz
8dc5144b97 make DEVELOPMENT_MODE global 2024-06-18 17:40:07 -07:00
0xturboblitz
41f20717f7 call validateProof with the sig alg index from the app 2024-06-18 17:39:49 -07:00
0xturboblitz
8a1b1f1076 adapt contract tests to multiple register circuits 2024-06-18 17:39:26 -07:00
0xturboblitz
a8462ae6b9 adapt build scripts to multiple register circuits 2024-06-18 17:39:26 -07:00
0xturboblitz
aac4d07caa rename test files 2024-06-18 17:39:26 -07:00
seshanthS
fa5d0e5eae remove logs 2024-06-18 17:39:26 -07:00
0xturboblitz
ea36c775f1 fix pkcs#1 padding in rsa for sha1 2024-06-18 17:39:26 -07:00
seshanthS
28fd6f9bcd update test scripts 2024-06-18 17:39:26 -07:00
seshanthS
5b37ef8851 WIP - SHA1WithRSA 2024-06-18 17:38:58 -07:00
0xturboblitz
8529de66e2 .env.example 2024-06-18 17:38:58 -07:00
turboblitz
ba64eb79d2 README.md detail 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
17a81dff74 refactor registry python scripts and outputs 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
5984c38a5f add python scripts for csca formatting 2024-06-18 17:38:58 -07:00
0xturboblitz
4f74ebbcc5 pushing csca_signature_algorithms.json 2024-06-18 17:38:58 -07:00
0xturboblitz
40d2084114 added masterlists parsing and csca deduplication 2024-06-18 17:38:58 -07:00
0xturboblitz
9fe490d094 fix typos in dsc script 2024-06-18 17:38:58 -07:00
turboblitz
fd76aca856 Create README.md in app/src/apps 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
2c1df9cbe7 update package name 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
a6cd5ceb8e update README 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
b868026c0f update to npm packages format 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
aef182f93b change step in userStore 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
b08e090e08 add NextScreen and RegisterScreen 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
852ecfd617 add README.md, format result 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
438ee8daa7 init repo - add ProofOfPassportWeb2Verifier and test 2024-06-18 17:38:58 -07:00
0xturboblitz
1cc42e6b10 ios release, bump version 2024-06-18 17:38:58 -07:00
0xturboblitz
1924595cdc fix 0s proof time displaying 2024-06-18 17:38:58 -07:00
0xturboblitz
4d018e71d6 bump versionCode 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
70829ca4e7 Update contribute.ts with new contribute.proofofpassport.com url 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
80bc67b162 add passport data contribution 2024-06-18 17:38:58 -07:00
0xturboblitz
e7427a0245 new register verifier contract
- still need to update zkey urls, witness generators and deploy verifier contract
2024-06-10 12:20:16 +02:00
0xturboblitz
e48a6373bc update static mockPassportData with realistic dg1HashOffset 2024-06-10 12:00:36 +02:00
0xturboblitz
2222b638f6 add index selection for dg1Hash position in dataHashes 2024-06-10 12:00:00 +02:00
0xturboblitz
03cb87d892 bump zk-email version 2024-06-10 11:54:58 +02:00
0xturboblitz
1cf2324584 constrain bitmap to be 0s or 1s 2024-06-09 20:57:44 +02:00
turboblitz
c1d896f9b7 Merge pull request #122 from zk-passport/mock-SHA384withECDSA
Mock passport data for SHA-384 with ECDSA
2024-06-08 18:24:16 +02:00
0xturboblitz
d760a48fb7 remove 256 and 160 from some var names 2024-06-08 18:22:56 +02:00
0xturboblitz
144fc87968 SHA384withECDSA mock passport data 2024-06-08 18:21:57 +02:00
turboblitz
6d7bc6e144 Merge pull request #115 from seshanthS/feat/MGF1
feat: Implement MGF1
2024-06-04 17:02:15 +02:00
turboblitz
57ec1c3407 Merge pull request #118 from zk-passport/better-mock-passport-data
Better mock passport data
2024-06-02 19:59:04 +02:00
0xturboblitz
9101f6a05d delete prev file, add tutorial 2024-06-02 18:54:24 +02:00
0xturboblitz
959836cac6 add rsassaPss mock data, refactor mock generation, add tutorial 2024-06-02 18:52:31 +02:00
0xturboblitz
9ecdc4bfa4 delete previous input generation file 2024-05-31 19:58:40 +02:00
seshanthS
106015abcb MGF1: Add tests 2024-05-30 22:18:24 +05:30
seshanthS
6b9759bd0c MGF1: Fix integer Division 2024-05-30 22:14:57 +05:30
seshanthS
137a9c7a0b MGF1: Add circuit 2024-05-29 00:32:09 +05:30
turnoffthiscomputer
4354b54db2 Merge pull request #114 from zk-passport/main
Merge main into dev
2024-05-23 16:00:21 +02:00
turnoffthiscomputer
669019e30f Merge pull request #113 from zk-passport/return-button
add return button
2024-05-23 15:40:15 +02:00