Supported platforms: Linux / macOS with Intel CPU.
cd build
cmake ..
make
./init // generate keys
./enc // encrypt the features
./enc_server // encrypt the model
./eval // homomorphically inference the encrypted model, using the encrypted features
./dec // decrypt the result