Demonstration code for the blog post what is hybrid homomorphic encryption.
cpp==9.4.0
CMAKE>=3.13
SEAL==4.0.0
cmake -S . -B build -DCMAKE_PREFIX_PATH=libs/seal
Here,-DCMAKE_PREFIX_PATH
specifies the path to the installed SEAL library.cmake --build build
- Run the compiled binary, for example
./build/WhatIsHHE
An example output is as follows: