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

A error from `ContextBuilder<CKKS>()` #497

Open Lance729 opened 1 year ago

Lance729 commented 1 year ago

After intalling the HElib, I try supplied example, file name "01_ckks_basics.cpp", but the ContextBuilder<CKKS>() function seems has an error as following: image

I sussessfully cmake it by cmake -Dhelib_DIR=home/usr/local/share/cmake/helib ..
But fail to make owing to ContextBuilder<CKKS>() function.

Is the installing process wrong? WSL platform

Lier9527 commented 1 month ago

I also encountered the same problem, have you solved this problem?