-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add RandomOT traits and implement them for KOS15 #91
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, seems pretty straight forward.
Can we get a test in there too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gw 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to discuss if the use of PRG can be avoided
Adhere to new wording for OT Co-authored-by: dan <[email protected]>
Adhere to new wording for OT. Co-authored-by: dan <[email protected]>
commit 1b5573b Author: th4s <[email protected]> Date: Wed Jan 17 14:48:26 2024 +0100 Add RandomOT traits and implement them for KOS15 (#91) * Add RandomOT traits and implement them for KOS15 * Fix trait comments * Add part of feedback * Add test for KOS15 RandomOT * Improve comments 1/2 Adhere to new wording for OT Co-authored-by: dan <[email protected]> * Improve comments 2/2 Adhere to new wording for OT. Co-authored-by: dan <[email protected]> --------- Co-authored-by: dan <[email protected]>
This PR adds the traits
RandomOTSender
andChosenMessageRandomOTReceiver
and implements them for KOS15.