Fixed references in readme

This commit is contained in:
Michael 2016-10-04 13:39:03 +02:00
parent 99783272bb
commit db39d87e03

View File

@ -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```.