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
An exception is thrown (erroneously) when attempting to perform a modulus switch on a ciphertext when using the overload accepting a destination parameter: evaluator.mod_switch_to_next
Thanks for reporting this immediately. There was a mistake in a variadic lambda function resolving argument to "wrong" type -- oops. While looking into this, I noticed another bug in util::IterTuple that I fixed as well. I'll put out 3.5.3 right away with these fixes.
Hello all,
An exception is thrown (erroneously) when attempting to perform a modulus switch on a ciphertext when using the overload accepting a destination parameter:
evaluator.mod_switch_to_next
This appears to occur when using the CKKS scheme.
Example C++ code:
Build settings:
The text was updated successfully, but these errors were encountered: