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

Rener Oliveira a976e257c1 Merge pull request #15 from openfheorg/Oliveira_serial hai 1 ano
include 043786eec4 deserialization hai 1 ano
src a976e257c1 Merge pull request #15 from openfheorg/Oliveira_serial hai 1 ano
.gitignore 6fd424c8ff minimal CC + GenCryptoContext %!s(int64=2) %!d(string=hai) anos
CMakeLists.txt 343e1091e6 serialization interface + reorganizing src/includes hai 1 ano
LICENSE 72c9603a08 Initial commit %!s(int64=2) %!d(string=hai) anos
README.md 29fe91ac12 first readme with building instructions hai 1 ano

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 setted 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