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

add authenticated garbling core in trusted dealer model #217

Open
wants to merge 9 commits into
base: alpha.1
Choose a base branch
from

Conversation

nakkstar123
Copy link

This PR adds the core authenticated garbling protocol from WRK17 in the trusted dealer model (assuming an ideal preprocessing functionality). The source code is added to mpz-garble-core/src/ in auth_gen.rs, auth_eval.rs and fpre.rs. Test code is in lib.rs. Currently, fpre.rs is a substitute to generate the required preprocessing material and will be substituted with a secure implementation using COT in a future PR.

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.

1 participant