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

Ian Quah 13d1ccf6e4 updated documentation 2 éve
include 0358386020 EvalBootstrap + FHECKKS + typos fix 2 éve
src 13d1ccf6e4 updated documentation 2 éve
.gitignore 13d1ccf6e4 updated documentation 2 éve
CMakeLists.txt 59878b8452 wrapper for makeckksplaintext + changing includes 2 éve
LICENSE 72c9603a08 Initial commit 2 éve
README.md 13d1ccf6e4 updated documentation 2 éve

README.md

[Work in Progress] Official Python wrapper for OpenFHE

Table of Contents

Building

Requirements

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 ..  // Alternatively, cmake .. -DOpenFHE_DIR=/path/to/installed/openfhe
make
make install

Obs.: If the last command fails, try running it with sudo.

Examples

After that, you can run the examples in the src/pke/examples folder:

python src/pke/examples/simple-integers.py