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

Implementing Exponentiation #25

Closed
gxavier38 opened this issue Jun 10, 2021 · 1 comment · Fixed by #27
Closed

Implementing Exponentiation #25

gxavier38 opened this issue Jun 10, 2021 · 1 comment · Fixed by #27

Comments

@gxavier38
Copy link
Contributor

Is it possible to take powers of a hidden variable, e.g. PrivVal(2) ** PrivVal(3)?
To me it seems like this operation will always leak its exponent, since we could find its value by seeing how many multiplications were done.

@meilof
Copy link
Owner

meilof commented Jun 10, 2021 via email

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 a pull request may close this issue.

2 participants