jeffmur / fhel

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

Serialization.cpp #57

Closed jeffmur closed 8 months ago

jeffmur commented 8 months ago

Abstract Keys: save / save_size / load

GenKey(secret_key) is not supported in Dart. Maybe in the future.

There is an issue when casting SecretKey -> ASecretKey looses data.