Skip to content

Commit 73fd7bd

Browse files
committed
Passport-derived => zk passport
1 parent 3d878e3 commit 73fd7bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/accounts/smart-contracts-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'A set of Solidity smart contracts implementing passport-derived pr
55
import OutLink from "@site/src/components/OutLink";
66
import IdealImage from '@site/src/components/IdealImage';
77

8-
# Passport-derived profiles smart contracts reference
8+
# ZK Passport smart contracts reference
99

1010
A set of contracts that make possible the issuance of on-chain identities that are connected to users' passports without revealing any private data.
1111

docs/accounts/zk-passport.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The passport-derived profiles solution consists of the following components:
3737

3838
Let's walk through the user flow and explore the inner workings of this solution.
3939

40-
<IdealImage img={require('/img/passport-full-flow.png')} alt="Passport-derived profiles flow" />
40+
<IdealImage img={require('/img/passport-full-flow.png')} alt="ZK Passport flow" />
4141

4242
### Scanning the passport
4343

@@ -106,7 +106,7 @@ DApps can verify the proofs both on-chain and off-chain. Rarimo's on-demand iden
106106

107107
## Challenges and limitations
108108

109-
The first implementation of passport-derived profiles comes with some limitations:
109+
The first implementation of ZK Passport comes with some limitations:
110110

111111
- No biometric checks are included, meaning someone may scan a stolen or borrowed passport. ZKML solutions may alleviate this in the future.
112112
- There's no way to prevent a holder of multiple passports from onboarding multiple times.

docs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Social Protocol aims to enable the creation of private social graphs consist
4040

4141
The social protocol consists of two key sub-protocols:
4242
1. **An Iden3 protocol** implementation for issuing identity statements in a W3C DID Verifiable Credential format. The credentials contain parts of social graphs, such as user profile details, likes, group memberships, reputation scores, etc. Users may disclose some attributes of these credentials using zero-knowledge proofs, both on-chain and off-chain.
43-
1. **Passport-derived profiles** enable users to establish an identity solely with their government-issued biometric documents without needing a third-party issuer. With these profiles, users verify their humanity, assert their uniqueness, or selectively disclose some passport attributes, such as citizenship or being of legal age, using zero-knowledge proofs. Iden3 identity providers can track passport revocation events and automatically revoke or reissue Verifiable Credentials.
43+
1. **ZK Passport** enable users to establish an identity solely with their government-issued biometric documents without needing a third-party issuer. With these profiles, users verify their humanity, assert their uniqueness, or selectively disclose some passport attributes, such as citizenship or being of legal age, using zero-knowledge proofs. Iden3 identity providers can track passport revocation events and automatically revoke or reissue Verifiable Credentials.
4444

4545
### Applications
4646

0 commit comments

Comments
 (0)