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 760 forks source link

Where is the document of HElib “user manual” #440

Closed jzw9510 closed 2 years ago

jzw9510 commented 3 years ago

I need the HElib “user manual”, Can you provide me the user manual or download link ?

faberga commented 2 years ago

Hi @jzw9510 The most recent API documentation is available at https://homenc.github.io/HElib/ and in the following papers: https://eprint.iacr.org/2020/1481.pdf https://eprint.iacr.org/2014/873.pdf https://eprint.iacr.org/2018/244.pdf https://eprint.iacr.org/2014/106.pdf

faberga commented 2 years ago

Closed as resolved.