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
We wanted to use the BFV Scheme based on Integer vectors and calculate with division (besides of addition, multiplication and subtraction). The function div is missing for the division, which should be part of the HE.
The text was updated successfully, but these errors were encountered:
Unfortunately, division is basically absent in Homomorphic Encryption. Fully Homomorphic Encryption "out of the box" supports only addition and multiplication. Even comparison is a computationally complex operation and is implemented only for CKKS based on polynomial approximations. For division, it is far, VERY far away.
Description
We wanted to use the BFV Scheme based on Integer vectors and calculate with division (besides of addition, multiplication and subtraction). The function div is missing for the division, which should be part of the HE.
The text was updated successfully, but these errors were encountered: