-
Hello, I am using Microsoft SEAL for my project about FHE. This is a brief description of my project: the server stores a lot of features in the database (suppose there are 100,000), the client has a …
-
The noise estimates for BGV and BFV currently assume that the infinity norm of the secret key is 1 for ternary secrets (similarly for Gaussian secret). In the case of multiparty FHE, the norm should b…
-
The second parameter of the exponential function can only be a positive integer, not 0.5.
Thank you very much!
-
**Description**
Hi there, I have faced some installation problem on my linux server
**Code To Reproduce Error**
First of all, I have followed the prompt you provided to install with the command `…
-
### Problem Description
Our current project files only build on systems with a Java 11 installed - as in, installed system-wide and detectable through path and/or JAVA_HOME. This box here has only …
-
In [simple-real-numbers example](https://github.com/openfheorg/openfhe-development/blob/main/src/pke/examples/simple-real-numbers.cpp),using `scaleModSize=59` (i.e., the default value of the CKKS sche…
-
HiHi,
I was trying to multiply Ciphertexts multiple times using bfv for a program using MulNew(), however after certain amount of times I face the error:
`panic: runtime error: index out of range […
-
Hi @mkskeller
May I ask that is the ring_element class only a interger mod prime, and the rq_element class a ring that mods the X^N+1?
If so, I would like to ask that how could I initiate those v…
-
**Description**
I have a problem with the installation of Pyfhel
I have tried to follow the tutorial but is not working for my case.
Someone know what is happening?
**Code To Reproduce Error**
…
-
I am trying to sum up cipher elements. I could do it with CKKS using `rotate_vector` but can't do it with BFV using `rotate_rows`.
Error call stack:
```
------------------------------------------…