HElib
HElib copied to clipboard
Serialize entire context structure
Hi, I'm new to using HElib, and have a few questions.
I'm trying to speed up or skip some of the setup operations, like creating the context. I saw the serialization code (buildContextFromBinary, etc.), but that seems to still run all of the initialization for zMStar, alMod, and such, which is what takes all the time. Is it possible to serialize those as well, to end up with a fully-formed context, that is usable right after de-serializing?
@stkaplan Please check the utilities in https://github.com/homenc/HElib/tree/master/utils