PyFHE
PyFHE copied to clipboard
How to successfully run Test_*.py ??
Hi, I am learning the BGV and find your code. I want to run this code in my PC. Howeve, I have encountered some mistakes.
FileNotFoundError: [Errno 2] No such file or directory: './profile/keygeneration.prof'
How can get these **.prof files ??
Hi, I encounter an issue in NNT.py: line 68, in mul assert type(other).name == 'NTT' or type(other).name == 'int', 'type error' AsserionError: type error
Hi, I am learning the BGV and find your code. I want to run this code in my PC. Howeve, I have encountered some mistakes.
FileNotFoundError: [Errno 2] No such file or directory: './profile/keygeneration.prof'
How can get these **.prof files ??
Maybe you can create a "profile" folder.
Hi, I am learning the BGV and find your code. I want to run this code in my PC. Howeve, I have encountered some mistakes.
FileNotFoundError: [Errno 2] No such file or directory: './profile/keygeneration.prof'
How can get these **.prof files ??
Run the following code in root path:
mkdir profile
cd profile
touch keygeneration.prof
touch encrytpion.prof
touch decryption.prof
touch l0_mul.prof
touch l1_mul.prof
touch add.prof