HintSight-Technology / N2HE-FacialVerification-Demo

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

N2HE-FacialVerification-Demo

Prerequisites

Installation

Supported platforms: Linux / macOS with Intel CPU.

cd build
cmake ..
make

Usage

./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