openfheorg / openfhe-python

Official Python wrapper for OpenFHE. Current release is v0.8.9 (released on September 10, 2024).
https://openfheorg.github.io/openfhe-python/html/index.html
BSD 2-Clause "Simplified" License
73 stars 21 forks source link

Complete BinFHEContext API #86

Open reneroliveira opened 10 months ago

reneroliveira commented 10 months ago

Expose missing methods from BinFHEContext C++ class

Start by exposing what is needed to run the examples below, then complete the API with methods not covered by the examples:

arcturusannamalai commented 5 months ago

@reneroliveira - the links are expired; can you provide details once again ?

reneroliveira commented 5 months ago

@arcturusannamalai,

Thanks for pointing it. I just fixed the links!

arcturusannamalai commented 1 week ago

one part of problem is fixed; we still need to see if the update API is sufficient to reproduce the examples - for that reason we have to leave this ticket open