openfheorg / openfhe-python

Official Python wrapper for OpenFHE. Current release is v0.8.8 (released on June 25, 2024).
https://openfheorg.github.io/openfhe-python/html/index.html
BSD 2-Clause "Simplified" License
62 stars 18 forks source link

Pre-release changes #45

Closed yspolyakov closed 1 year ago

yspolyakov commented 1 year ago
  1. Update README.md to better describe the installation process
  2. Move py. examples to the root, i.e.., use examples/pke and examples/binfhe.
  3. Make sure all py examples work
  4. Move include inside src. Use src/include for header files and src/lib for cpp files.