Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (15 loc) · 254 Bytes

Readme.md

File metadata and controls

16 lines (15 loc) · 254 Bytes

minimal example of noise growth with HEXL

Build

git submodule update --init
mkdir SEAL/build
cd SEAL/build
cmake .. -DSEAL_USE_INTEL_HEXL=ON
make -j
cd ../..
mkdir build
cd build
cmake ..
make run
# then compare with SEAL_USE_INTEL_HEXL=OFF