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

Move sqrt() out of paillier::SecretKey #73

Open
fjarri opened this issue Nov 19, 2023 · 0 comments
Open

Move sqrt() out of paillier::SecretKey #73

fjarri opened this issue Nov 19, 2023 · 0 comments
Labels
code quality Making things simpler
Milestone

Comments

@fjarri
Copy link
Member

fjarri commented Nov 19, 2023

It seems like it should be hosted somewhere at the uint level. It would be nice to move it as far as crypto-bigint, but we are relying on the primes being of specific form (== 3 mod 4), and also we would have to generalize it to an arbitrary number of primes in the RNS instead of the fixed 2, so it may be too much work.

@fjarri fjarri added the code quality Making things simpler label Nov 19, 2023
@fjarri fjarri added this to the v1.0.0 milestone Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Making things simpler
Projects
None yet
Development

No branches or pull requests

1 participant