Skip to content

Commit

Permalink
docs: use top level indentation only
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Dec 24, 2023
1 parent 977277f commit d5b24ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ In Private Set Intersection, neither party reveals anything to their counterpart

1. The client sends an encrypted user password $\text{Hash}(p)^a$

![Client request](images/client-request.png)
![Client request](images/client-request.png)

2. The server sends the re-encrypted user password $\text{Hash}(p)^{ab}$ and the encrypted breached passwords $\text{Hash}(b_1)^{b}, ...,\text{Hash}(b_n)^{b}$

![Server response](images/server-response.png)
![Server response](images/server-response.png)

3. The client decrypts the user password using $a^{-1}$ and checks if $\text{Hash}(p)^{b}$ is contained in the set of breached passwords.

![PSI computation](images/psi-compute.png)

![PSI computation](images/psi-compute.png)

## Instructions
Expand Down

0 comments on commit d5b24ec

Please sign in to comment.