HElib icon indicating copy to clipboard operation
HElib copied to clipboard

Serialize entire context structure

Open stkaplan opened this issue 5 years ago • 1 comments

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 avatar Jun 12 '20 20:06 stkaplan

@stkaplan Please check the utilities in https://github.com/homenc/HElib/tree/master/utils

faberga avatar Apr 13 '21 14:04 faberga