homenc / HElib

HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
https://homenc.github.io/HElib
Other
3.11k stars 759 forks source link

Extensions to key generation utility #493

Closed TabOg closed 1 year ago

TabOg commented 1 year ago

New APIs to save/load separated SK, PK, and Switching Key matrices.

Co-authored-by: TabOg tabitha.ogilvie.2019@live.rhul.ac.uk Co-authored-by: Hamish Hunt hamish.hunt@intel.com Co-authored-by: Flavio Bergamaschi anadyomeni@gmx.com

faberga commented 1 year ago

This PR provides enhancements to the suggestions made by @dubek and @HayimShaul on PR #442 . We acknowledge their initial work.