lilvmy

Results 5 issues of lilvmy

I have installed a new version Pyfhel, but when I want to install older version Pyfhel, there is a error message as follows. ERROR: Could not build wheels for Pyfhel,...

Functionality

When I use the new version of Pyfhel, for example pip install Pyfhel def encode_matrix(HE, matrix): # Base case: if the matrix is one-dimensional, directly apply encodeFrac to each element....

bug

Hello, I have a question about installing Pyfhel. I use git clone command to install Pyfhel into my python3.8/site-packages, modify the pyproject.toml file to set SEAL_THROW_ON_TRANSPARENT_CIPHERTEXT='OFF', and installed successfully. However,...

**Description** I have installed Pyfhel==3.4.2, but import the Pyfhel leads an error ModuleNotFoundError: No module named 'Pyfhel.Pyfhel.Pyfhel' **Code To Reproduce Error** from Pyfhel import Pyfhel **Expected behavior** Traceback (most recent...

bug

Hello, I recently read your paper. I have a question about semi-adversary training, i.e., the semi-adversary training process is in the plaintext field, especially in the private network? The semi-adversary...