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
60 stars 18 forks source link

EvalKey serialization and deserialization #108

Closed Thadah closed 4 months ago

Thadah commented 4 months ago

Our federated machine learning project involves Proxy Re-Encryption. In order to support multiple data owners and proxies, we need a way to serialize the EvalKeys, so that they can be stored and accessed by the parties involved. We also need a way to deserialize the EvalKeys from files and load them into memory, so that they can be used for re-encryption.