A fork of https://github.com/openfheorg/openfhe-python to add some missing functionality
|
преди 1 година | |
---|---|---|
include | преди 1 година | |
src | преди 1 година | |
.gitignore | преди 2 години | |
CMakeLists.txt | преди 1 година | |
LICENSE | преди 2 години | |
README.md | преди 1 година |
Before building, make sure you have the following dependencies installed:
With all the dependencies set 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