Pyfhel icon indicating copy to clipboard operation
Pyfhel copied to clipboard

PYthon For Homomorphic Encryption Libraries, perform encrypted computations such as sum, mult, scalar product or matrix multiplication in Python, with NumPy compatibility. Uses SEAL/PALISADE as backen...

Results 38 Pyfhel issues
Sort by recently updated
recently updated
newest added

**Describe the feature** I would like to ask about how we can analyze the communication cost or more precisely the size of communicated ciphertexts in bytes (single scalar, and vactor)...

Functionality

Hello sir, I tried to implemet pyfhel to implement HE using bfv scheme in 5 layers simple CNN architecture using MNIST dataset, i managed to code the following: 1- 28...

Functionality

Hi, We are trying to install pyfhel, , but we always get the same error message. Unfortunatly we have no idea what the issue might be. We were also able...

bug
Installation

Hello, I want to know what the specific form of ciphertext is. Can we calculate the number of non-zero elements in the ciphertext vector after subtracting the two encrypted vectors...

Functionality

Hi.. i cannot manage the paramters of contextGen like the ((scheme)) type, and ((t_bits)).. Also i cannot enter ((p value)) with 13 Digit Number the maximum is 9 digit number.....

bug
Installation

Hi! I am trying to calculate the mean value of a two-dimensional matrix (sub_data) with Pyfhel (2.3.1). As it doesn't support the division of two ciphertexts then I have to...

Functionality

``` % python3 setup.py build_clib Traceback (most recent call last): File "/Users/devharsh/Downloads/Pyfhel/setup.py", line 37, in raise SystemError("Pyfhel is not supported in MacOS (see issue #59)." SystemError: Pyfhel is not supported...

Functionality

**Description** In `Demo_3_Float_CKKS.py` there is written that: > To ease the life of the user, Pyfhel provides `HE.align_mod_n_scale(this, other)`, > which automatically does the rescaling and mod switching. **All the...

bug

I installed Pyfhel by using the pip tool and have a few questions. Does the Pyfhel library currently allow users to access the underlying cryptographic objects/values such as tangible forms...