Skip to content
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

Merged
merged 121 commits into from
Oct 9, 2024

Conversation

kisakishy
Copy link
Collaborator

No description provided.

kisakishy and others added 30 commits April 15, 2024 15:22
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) {
Copy link
Contributor

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
Copy link
Contributor

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.

@kisakishy kisakishy assigned kisakishy and unassigned kisakishy Oct 9, 2024
Copy link
Collaborator Author

@kisakishy kisakishy left a 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

@fkettelhoit fkettelhoit merged commit 251b74f into main Oct 9, 2024
1 check passed
@fkettelhoit fkettelhoit deleted the ferret-merged branch October 9, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants