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

implementation of square() function #1

Open
L-coder148 opened this issue Mar 5, 2023 · 0 comments
Open

implementation of square() function #1

L-coder148 opened this issue Mar 5, 2023 · 0 comments

Comments

@L-coder148
Copy link

Hi,

I want to compute a secure function using the secret sharing in mascot, the function contains the form (x^2=y), and the mascot paper does not mention that they implement square pairs. So I need to implement square pairs(a^2=b). but I have seen the code acc += (y-y0).square() in your tutorial , It seems that the mascot code in MP-spdz has implemented square pairs, but I am not familiar with the MP-spdz code now. thus, I want to know the function square() is implement by using square pairs or multiplication triples.

Thank you!

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

No branches or pull requests

1 participant