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

Phase 2 CryptoContext #30

Closed reneroliveira closed 1 year ago

reneroliveira commented 1 year ago

New CryptoContext Functions Exposed:

Homomorphic Operations

Automorphisms

Key Generation

Polynomial Operations

Math/Trigonometric Functions

Matrix Operations

Plaintext Conversion

reneroliveira commented 1 year ago

LGTM overall. I did have a quick comment, but other than that it's looking good. What's your plan for this branch? Are you hoping to merge it in soon or will you push more changes to it?

From the cryptocontext part, this branch covers everything for the first release, and the dev branch will be complete. I have to make more small changes like code cleaning, comments, etc, but I don't know if I do it on this branch, or create another one.