I have noticed that other libraries like SEAL have functions for relinearization that are performed after ciphertext-ciphertext multiplication. As I understand, relinearization represents the ciphertext degree from growing too quickly.
However, in HEAAN, I can only find rescaling functions which, while still necessary, are not the same as relinearization.
How does HEAAN handle relinearization?
Hi,
I have noticed that other libraries like SEAL have functions for relinearization that are performed after ciphertext-ciphertext multiplication. As I understand, relinearization represents the ciphertext degree from growing too quickly. However, in HEAAN, I can only find rescaling functions which, while still necessary, are not the same as relinearization. How does HEAAN handle relinearization?
Any response is appreciated. Thanks!