Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BFV Scheme does not support division #485

Open
skriesch opened this issue Jul 3, 2024 · 1 comment
Open

BFV Scheme does not support division #485

skriesch opened this issue Jul 3, 2024 · 1 comment
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@skriesch
Copy link

skriesch commented Jul 3, 2024

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.

@skriesch skriesch added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Jul 3, 2024
@reaneling
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended
Projects
None yet
Development

No branches or pull requests

2 participants