A fork of https://github.com/openfheorg/openfhe-python to add some missing functionality

Rener Oliveira 4b72964e4b fix pybind link пре 1 година
include 043786eec4 deserialization пре 1 година
src 7f31624803 serial for BGV пре 1 година
.gitignore 6fd424c8ff minimal CC + GenCryptoContext пре 2 година
CMakeLists.txt 343e1091e6 serialization interface + reorganizing src/includes пре 1 година
LICENSE 72c9603a08 Initial commit пре 2 година
README.md 4b72964e4b fix pybind link пре 1 година

README.md

[Work in Progress] Official Python wrapper for OpenFHE

Building

Before building, make sure you have the following dependencies installed:

Linux

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