Commit Graph

510 Commits

Author SHA1 Message Date
turnoffthiscomputer
b05b21af5a minor clean 2024-10-26 12:39:42 +02:00
turnoffthiscomputer
33fae7e681 disable chevron left button on splashscreen 2024-10-26 12:33:00 +02:00
turnoffthiscomputer
f4b830b0b3 adapt splashScreen on passportData detection 2024-10-26 12:31:28 +02:00
turnoffthiscomputer
2cb868cfbb update fields to check on wrongProof Screen 2024-10-26 12:28:18 +02:00
turnoffthiscomputer
7be44d8fb2 handle InvalidMRZKey 2024-10-26 02:12:06 +02:00
turnoffthiscomputer
a364da7da7 implement new qrcode parsing on android 2024-10-26 02:11:44 +02:00
turnoffthiscomputer
3ebb98a2b2 implement new screens on decrement step 2024-10-25 20:10:27 +02:00
turnoffthiscomputer
8dfc85e591 improve UI in MockDataScreen and NextScreen 2024-10-25 10:54:14 +02:00
turnoffthiscomputer
8f8f0c85e7 fix decrement step in Android 2024-10-25 10:53:50 +02:00
turnoffthiscomputer
0f4f7a7d09 fix decrementStep 2024-10-25 10:53:12 +02:00
turnoffthiscomputer
aa124162ec update user default profile picture 2024-10-25 10:53:02 +02:00
turnoffthiscomputer
8d1f95a42f minor UI clean 2024-10-24 19:35:26 +02:00
turnoffthiscomputer
0de8ec3dc8 replace calendar search by buttons on mockdatascreen 2024-10-24 19:34:40 +02:00
turnoffthiscomputer
e8a19ce06a clean AppScreenUI 2024-10-24 19:33:51 +02:00
turnoffthiscomputer
00af49b853 remove phone case indication from carousel 2024-10-24 19:33:34 +02:00
turnoffthiscomputer
acc8f19369 improve UI on start and camera screen 2024-10-23 18:28:56 +02:00
turnoffthiscomputer
2395877220 implement iOS deeplink 2024-10-21 18:38:06 +02:00
turnoffthiscomputer
73de3c0e7f clean/refactor fix devmode 2024-10-21 14:28:29 +02:00
turnoffthiscomputer
4e95082e33 delete register screen 2024-10-21 13:32:38 +02:00
turnoffthiscomputer
51f701ca33 fix offchain proving and display error when csca not found 2024-10-19 13:06:58 -07:00
turnoffthiscomputer
270f385b2c implement vc_and_disclose proof/semantic verification in sdk 2024-10-16 11:41:33 -07:00
turnoffthiscomputer
74c157e542 add break statement in ProveScreen 2024-10-16 11:40:25 -07:00
turnoffthiscomputer
1698ddbe8d add vc_and_disclose proof gen support 2024-10-15 18:19:44 -07:00
turnoffthiscomputer
6a004b5209 add vc_and_disclose to generateInputsnApp 2024-10-15 18:12:52 -07:00
turnoffthiscomputer
5361cdbac7 download vc_and_disclose zkey 2024-10-15 18:10:55 -07:00
turnoffthiscomputer
8d4441e433 implement vc_and_disclose circuit in iOS app 2024-10-14 15:38:19 -07:00
turnoffthiscomputer
d470b2a466 implement public inputs semantics verification 2024-10-14 14:19:12 -07:00
turnoffthiscomputer
070e40b694 add prove_onchain support 2024-10-10 14:53:32 -07:00
turnoffthiscomputer
bab737bf9b add signatureAlgorithm, hash function and mode to openpassportAttestation 2024-10-10 14:37:30 -07:00
turnoffthiscomputer
de0e407dc7 implement AttestationVerifier.ts 2024-10-10 13:39:17 -07:00
turnoffthiscomputer
cbfe45cb1a update sdk and app 2024-10-09 20:50:52 -07:00
0xturboblitz
a8ed20b586 dg2Hash in passportData on iOS 2024-10-08 13:40:31 -07:00
turnoffthiscomputer
a161a72a28 implement country list verification 2024-10-07 17:26:52 -07:00
turnoffthiscomputer
d46b11a61f fix app imports 2024-10-06 16:58:04 -07:00
turnoffthiscomputer
0a7ce44fc0 implement new flow in app 2024-09-27 17:02:07 +02:00
turnoffthiscomputer
0a78f58222 add new attestation format 2024-09-25 20:13:25 +02:00
turnoffthiscomputer
7e9ddbaf01 Revert "add ecdsa to mobile proving (attempt)"
This reverts commit dbc4deef32.
2024-09-25 18:23:14 +02:00
turnoffthiscomputer
dbc4deef32 add ecdsa to mobile proving (attempt) 2024-09-24 12:46:49 +02:00
turnoffthiscomputer
93a48178e5 fix nfcScanner.ts 2024-09-23 15:03:45 +02:00
turnoffthiscomputer
27645f785d implement new proof generation in app 2024-09-21 16:25:16 +02:00
0xturboblitz
9e6b34c109 add a length log 2024-09-19 11:49:42 -07:00
0xturboblitz
cb9722cc9a add amplitude back 2024-09-19 09:45:31 -07:00
0xturboblitz
127f58b4ef fix app bug, update imports 2024-09-15 17:12:16 +09:00
turnoffthiscomputer
4778b20043 use parseCertificate instead of parseDsc 2024-09-14 19:05:11 +02:00
turnoffthiscomputer
f567535ea2 merge branch 'dev' into register-circuits 2024-09-14 10:33:38 +02:00
0xturboblitz
9d33ae84a3 remove static mockPassportData
- can add them back if necessary, have to regenerate them so they have dscs
2024-09-14 14:05:38 +09:00
0xturboblitz
cc0a0ea4a2 use n_dsc_ecdsa everywhere when ecdsa 2024-09-14 13:50:23 +09:00
0xturboblitz
aa01c8e85c rename getSignatureAlgorithm to parseDSC 2024-09-14 13:25:00 +09:00
0xturboblitz
4bc2afcfa7 remove signatureAlgorithm and pubKey from PassportData 2024-09-14 13:11:58 +09:00
0xturboblitz
fb15c9427c update getLeaf to use DSC and SignatureAlgorithmIndex to use new names 2024-09-14 12:39:51 +09:00