-
Notifications
You must be signed in to change notification settings - Fork 16
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
Circuits using multi input gates as ABY2.0 #10
Comments
Hi, |
Is it possible to share that? The 3 and 4-input implementation reduced the depth quite significantly. I'm assuming the results in the paper took those gates into account. |
I have put the current state here. With new GCC, it does currently not compile for me, though. |
Thank you for that. I'll check it out and see if I can compile it. Will report back soon. |
Hey, i'm also wondering the implementation of 3- and 4-input AND/MUL gates, have you handled it? |
Hi, ABY2.0 used 4-input gates to implement adders and multipliers reducing the multiplicative depth. Is there anything similar within MOTION2NX? Or, is it supported?
The text was updated successfully, but these errors were encountered: