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
When using evaluator::multiply_plain[_inplace], the decrypted output is not correct when passing in a Plaintext created by encoding a signed vector (vector<int64>) holding negative values.
Note: I have not tested this for gsl::span, but it should be affected.
Hello all,
When using
evaluator::multiply_plain[_inplace]
, the decrypted output is not correct when passing in a Plaintext created by encoding a signed vector (vector<int64>) holding negative values.Note: I have not tested this for
gsl::span
, but it should be affected.Example C++ code:
Build settings:
The text was updated successfully, but these errors were encountered: