awslabs/homomorphic-implementors-toolkit

Add `save` API to ciphertexts and linear algebra objects

Closed this issue · 0 comments

Currently, these objects just have a serialize API, which requires a second step of writing the protobuf object to a stream. We can unify these tasks with a save API, which makes the user experience consistent between saving instance parameters and encrypted objects.