FHEW
FHEW copied to clipboard
Hi, I am confused about some places in memeber test: 1、why use (-1, 1, 1, ...1) as the test vector 2、In extract, why only extract the first element `b0` of...
Hello, I have a question. In the process of bootstrapping, accumulator of ring-GSW is neended, which is in the R_Q and where const long int Q = (long int) 1
Hello, When I clone the repository and simply type 'make' in my terminal, I get a lot of scary warnings: ```$ make g++ -ansi -Wall -O3 -c distrib.cpp In file...
My system: MacOS High Sierra g++ onfigured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin17.7.0 FT.cpp:24:22: error: expected ')' res[k] = (double complex) out[2*k+1]; ^ FFT.cpp:24:14: note: to...
When I check out a fresh clone of the repo, branch `master`, the build fails: ``` 88665a20d7ba:FHEW jcherzog$ make g++ -ansi -Wall -O3 -c distrib.cpp In file included from distrib.cpp:2:...