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

Investigate caching exponentiation in IpaMultipoint #159

Open
thomas-quadratic opened this issue Mar 12, 2024 · 0 comments
Open

Investigate caching exponentiation in IpaMultipoint #159

thomas-quadratic opened this issue Mar 12, 2024 · 0 comments

Comments

@thomas-quadratic
Copy link
Contributor

Currently, there is no way of reusing exponentiation operations even when batching commitments.
However, it is possible to send related values together, triggering several identical exponential operations.

Investigate how a caching mechanism could work, whether the cache should live in rust or Java, and what modifications to Java should be done to take maximum advantage of a cache.
Also, there are configuration considerations concerning the potential cache size depending on the target deployment.

@thomas-quadratic thomas-quadratic changed the title Investigate caching exponentiation Investigate caching exponentiation in IpaMultipoint Mar 12, 2024
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