jeffmur / fhel

Fully Homomorphic Encryption Library
https://pub.dev/packages/fhel
MIT License
2 stars 0 forks source link

Exchange: Parameters + Ciphertext #50

Closed jeffmur closed 7 months ago

jeffmur commented 8 months ago

Serialization: https://github.com/microsoft/SEAL/blob/main/native/examples/7_serialization.cpp

I would like to exchange parameters and ciphertext. This must be able to be recreated on the other end (ex. sockets).