From e6a6774be043fad38a3cb7acae80ecd06c501d33 Mon Sep 17 00:00:00 2001 From: turboblitz <62038140+0xturboblitz@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:14:49 -0700 Subject: [PATCH] Minor readme updates --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c31b0911d..ba21c47d6 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,18 @@ As a first application, users who can prove they indeed hold a valid passport ca - `circuits`: Circom circuits - `contracts`: Solidity contracts - `common`: Common utils +- `registry`: Public key registry ## Roadmap -- ✅ Basic passport verifier circuit +- ✅ Passport verification circuit - ✅ Selective disclosure -- ✅ Basic react native frontend -- ✅ Passport verification pipeline, android -- ✅ Passport verification pipeline, iOS -- ✅ Contracts -- ✅ On-chain registry of CSCA pubkeys based on the official ICAO masterlist -- 🚧 Optimizations -- 🚧 Reimplementation of the passport NFC specs in javascript +- ✅ Mobile app +- ✅ SBT smart contract +- ✅ On-chain public key registry +- 🚧 Support additional signature algorithms +- 🚧 Support Active Authentication +- 🚧 SDK ## FAQ @@ -61,7 +61,7 @@ Most countries use RSA with sha256 but some of them use other signature algorith #### I just read my passport but it says my signature algorithm is not implemented. What do I do ? -Currently we only support the most common one `sha256WithRSAEncryption`. We will support the others shortly. Feel free to try your hand at implementing one! +Currently we support the most common one, RSA with sha256. We're planning to add support for others shortly. Feel free to try your hand at implementing one! #### What's the ICAO ? @@ -111,7 +111,7 @@ Everything we write is MIT licensed. Circom and circomlib are GPL tho. ## Contributing -We are actively looking for contributors. Please check the [open issues](https://github.com/zk-passport/proof-of-passport/issues) if you don't know were to start! We will provide bounties starting from $100 for any significant progress on these. Please contact us for more details. +We are actively looking for contributors. Please check the [open issues](https://github.com/zk-passport/proof-of-passport/issues) if you don't know were to start! We will offer bounties from $100 to $1000 for any significant progress on these, depending on difficulty. Please contact us for more details. ## Contact us