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

Bug[mhe]: mhe.GaloisKeyGenProtocol panic #469

Open
Pro7ech opened this issue May 13, 2024 · 1 comment
Open

Bug[mhe]: mhe.GaloisKeyGenProtocol panic #469

Pro7ech opened this issue May 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Pro7ech
Copy link
Contributor

Pro7ech commented May 13, 2024

mhe.GaloisKeyGenProtocol.GenShare panics when the auxiliary prime P is empty.

@Pro7ech Pro7ech added the bug Something isn't working label May 13, 2024
@qantik
Copy link
Contributor

qantik commented Jun 5, 2024

This bug highlights another issue with the absence of auxiliary primes P, namely that some functions
require implicitly their presence or their invocation will result in similar panics. E.g., rlwe.InnerSum uses
the hardcoded RingQP under the hood due to the usage of hoisted automorphisms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants