-
Notifications
You must be signed in to change notification settings - Fork 44
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
Optimize garbling control flow #142
Comments
Hi @sinui0, can I raise a PR to fix this issue ? I am currently exploring this library and would love to contribute to the issues! |
Certainly 👍 Please base on the |
Hi! Would it be alright if I try to tackle this issue? Since the |
hi @yawn-c111 , certainly, this issue is still up for grabs. We haven't heard from @m-rit , so it is safe to assume they are not working on this anymore. Feel free to start working on this. We are also available on DIscord during work hours. Thanks. |
@themighty1 |
@themighty1 |
A significant portion of the garbling/evaluation time in our implementation is spent on branching while iterating over the gates of a circuit. We should optimize it without using
unsafe
.The text was updated successfully, but these errors were encountered: