The fuzzer for constant time.
- The Python platform, version 2.7
- The LLVM compiler infrastructure, version 3.9
- The jemalloc memory allocator
# fetch the submodules
git submodule init
git submodule update
# create isolated build directory
mkdir build && cd build
# build libraries and executables
cmake .. && make
# install libraries and executables
make install
# run tests (optional)
cd ../test && lit .
See usage.
Please cite the paper in this link: https://ieeexplore.ieee.org/document/9159066