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

Keep only one copy of the expanded Paillier public key #101

Open
fjarri opened this issue Jan 21, 2024 · 0 comments
Open

Keep only one copy of the expanded Paillier public key #101

fjarri opened this issue Jan 21, 2024 · 0 comments
Labels
code quality Making things simpler enhancement New feature or request

Comments

@fjarri
Copy link
Member

fjarri commented Jan 21, 2024

#100 introduced public key bundling with Paillier ciphertexts. The expanded public key is a pretty big structure (~10kb in size), so it may be worth it to instead have it keep an Arc of the contents for cheaper cloning (which we inevitably have to do during calculations).

@fjarri fjarri added enhancement New feature or request code quality Making things simpler labels Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Making things simpler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant