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

Error on building HElib from src/ #500

Open JustKshitijD opened 9 months ago

JustKshitijD commented 9 months ago

I am trying to build HElib from source by running 'make' from within src/ folder. However, I get the following errors - '#include " - No such file or directory ‘any’ in namespace ‘std’ does not name a type helib/version.h: No such file or directory

How to fix these errors, so that programs can run like those in - https://github.com/GaloisInc/helib-demos/tree/master