You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
mhe.GaloisKeyGenProtocol.GenShare
panics when the auxiliary primeP
is empty.The text was updated successfully, but these errors were encountered: