A fork of https://github.com/openfheorg/openfhe-python to add some missing functionality
|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| include | %!s(int64=2) %!d(string=hai) anos | |
| src | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| CMakeLists.txt | %!s(int64=2) %!d(string=hai) anos | |
| LICENSE | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos |
Before building, make sure you have the following dependencies installed:
With all the dependencies setted up, clone the repository, open a terminal in the repo folder and run the following commands:
mkdir build
cd build
cmake ..
make
make install
Obs.: If the last command fails, try running it with sudo.
After that, you can run the examples in the src/pke/examples folder:
python src/pke/examples/simple-integers.py