Skip to content

Commit 65c4167

Browse files
authored
Add Worldcoin (#13)
1 parent 1eae64f commit 65c4167

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

_data/authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ jennie:
3939
name: Jennie Rogers
4040
url: http://users.eecs.northwestern.edu/~jennie/
4141

42+
remco:
43+
name: Remco Bloemen
44+
url: https://2π.com/
45+
twitter: recmo
46+
4247
# Add new authors here
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Worldcoin Uniqueness Check"
3+
date: 2024-05-16 15:00:00 +0100
4+
categories: [Biometric]
5+
toc: true
6+
image:
7+
path: /assets/img/worldcoin-smpc.jpg
8+
author: remco
9+
---
10+
11+
Verified World ID users can prove that they are a unique human being without revealing who they are. To achieve this, the system makes sure the user has not signed up before during sign up by applying the Daugman iris code method, which relies on the inherent uniqueness of irises.
12+
13+
The verification of iris code uniqueness happens in MPC. Iris codes are encrypted as secret shares and distributed over multiple participants. Using the iris code SMPC protocol, the participants can compare the iris code of a user signing up against the encrypted shares without ever having to decrypt the secrets. Once uniqueness is verified, the new user’s iris code is encrypted to secret shares and added. Unlike the previous state of the art, where the iris codes needed to be decrypted for each comparison, stored iris codes in the new multiparty system always remain encrypted and only the comparison distance result is revealed.
14+
15+
### Code
16+
17+
[GitHub - Worldcoin Mpc Uniqueness Check](https://github.com/worldcoin/mpc-uniqueness-check)
18+
19+
### Presentation
20+
21+
{% include embed/youtube.html id='xQDXr8AZFGM' %}
22+
23+
### Links
24+
25+
* [Anouncement post](https://worldcoin.org/blog/announcements/worldcoin-foundation-unveils-new-smpc-system-deletes-old-iris-codes)

assets/img/worldcoin-smpc.jpg

291 KB
Loading

0 commit comments

Comments
 (0)