-
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
Preprocessing without the trusted dealer (semi-untrusted) #16
Conversation
KOS Swanky OT included with our async Channel
Fix examples
let Some((_, _fkey)) = ef_shares[j].1 .1 .0[k] else { | ||
return Err(Error::MissingMacKey); | ||
}; | ||
/*if e && (emacp.0 != ekey.0 ^ delta.0) || !e && (emacp.0 != ekey.0) { |
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.
As discussed, this check still needs to be implemented, but we will go ahead and review + merge the PR without this check being present for now.
@@ -0,0 +1,64 @@ | |||
//! KOS OT implementation from the Swanky framework |
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.
As discussed, we definitely need to clearly mark all the source files coming from the swanky repository and adhere to the license they are using.
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.
Will fix check and add license
No description provided.