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.14k stars 765 forks source link

Path to run test is incorrect #360

Open XuesongHu opened 4 years ago

XuesongHu commented 4 years ago

Your Contact: xuesong.hu@ibm.com Your environment (OS/HW): macOS Catalina 10.15.4 Detailed Description: The command to run tests on Mac is incorrect. A fix for doc is ready for PR here