You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our PSI library, ECDH was chosen over OT because it was simpler to implement using widely available cryptographic libraries, namely private_join_and_compute.
has a performance comparison been done with the oprf based kkrt16?
Not against this repo that I am aware of.
have tests with more than 10 million data been executed?
No, but we have 1M server elems against different client bins. Our paper is old and benchmarks are different today, but it should give you an idea: https://arxiv.org/pdf/2011.09350
i want to use csv file as input, so how do i do it?
You would need to parse the csv, create a set and then pass it along. See the python test
The text was updated successfully, but these errors were encountered: