Pyfhel
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...
**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)...
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...
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...
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...
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.....
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...
``` % 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...
**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...
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...