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

Rener Oliveira 52f6292ac5 Merge pull request #19 from openfheorg/Oliveira_boostrapping 1 year ago
include 0358386020 EvalBootstrap + FHECKKS + typos fix 1 year ago
src 479e3b82d9 cleaning 128 part 1 year ago
.gitignore 6fd424c8ff minimal CC + GenCryptoContext 2 years ago
CMakeLists.txt 59878b8452 wrapper for makeckksplaintext + changing includes 1 year ago
LICENSE 72c9603a08 Initial commit 2 years ago
README.md 4b72964e4b fix pybind link 1 year ago

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