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

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

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