-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oprf protocol for privacy intersection #1
Comments
Hi! Unfortunately, there's no in-depth documentation due to a lack of time. Can you maybe explain the problem more specifically? I can help you if you want. |
Is the default value corresponding to the KISS17ObliviousTransferDefaultValues object in the code fixed? Does it need to change with every interaction? |
The KISS17ObliviousTransferDefaultValues class was only introduced for testing purposes; I knew the parameters, input & output in advance and double-checked if my code generated the correct output itself. I don't have time now, but I'll try to update the documentation this weekend. |
Sorry, I have a question to ask you. |
The code is designed to closely resemble my other project https://github.com/pvriel/PRF4J. Does this help? |
Also note: these are semi-honest implementations. |
Hello, I want to use the oprf protocol for privacy intersection, but I still don’t know how to use it after reading the code. Is there any detailed explanation document that I can refer to? Thanks
The text was updated successfully, but these errors were encountered: