BFV/BGV Neg function #440
Answered
by
Pro7ech
hosseinabdinf
asked this question in
Q&A
-
Hi, I realized that there are no more Neg and NegNew evaluation functions in Lattigo v5, I could only find the Neg for Ring. Should I reimplement them if I need to negate RLWE ciphers? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
Pro7ech
Feb 12, 2024
Replies: 1 comment
-
Hi @hosseinabdinf, Neg has been removed because it is available through Mul(ct, -1, ct) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hosseinabdinf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hosseinabdinf, Neg has been removed because it is available through Mul(ct, -1, ct)