Skip to content

Commit

Permalink
merge server and client in a single client file, better documentation…
Browse files Browse the repository at this point in the history
… and initial tests
  • Loading branch information
lucasmenendez committed Aug 4, 2022
1 parent 4b03f5f commit ea86aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/psi_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following diagram explains the basic example of the library using [Client](/
4. Receives Alice encrypted data to perform the intersection, re-encrypts it with his SRA key and compare with his
5. re-encrypted data using the Bloom Filter.

This example is implemented into [psi_example/main.go](./main.go.go) file.
This example is implemented into [psi_example/main.go](./main.go) file.

However you can use [SRA](/pkg/sra/sra.go) or [BloomFilters](/pkg/bloomfilter/bloomfilter.go) isolated and also design your own protocol using it.

Expand Down

0 comments on commit ea86aa3

Please sign in to comment.