mirror of
https://github.com/encryptogroup/PSI.git
synced 2024-03-22 13:30:44 +08:00
Fixed references in readme
This commit is contained in:
parent
99783272bb
commit
db39d87e03
|
@ -64,9 +64,9 @@ This should print the following output in the second terminal:
|
|||
|
||||
These commands will run the naive hashing protocol and compute the intersection on the 1024 randomly generated emails in sample_sets/emails_alice.txt and sample_sets/emails_bob.txt (where 3 intersecting elements were altered). To use a different protocol, the ['-p'] option can be varied as follows:
|
||||
* `-p 0`: the naive hashing protocol
|
||||
* `-p 1`: the server-aided protocol of [2]
|
||||
* `-p 2`: the Diffie-Hellman-based PSI protocol of [3]
|
||||
* `-p 3`: the OT-based PSI protocol of [1]
|
||||
* `-p 1`: the server-aided protocol of [3]
|
||||
* `-p 2`: the Diffie-Hellman-based PSI protocol of [4]
|
||||
* `-p 3`: the OT-based PSI protocol of [2]
|
||||
|
||||
For further information about the program options, run ```./demo.exe -h```.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user