A simple C++ CLI to calculate the BMI using FHE and custom user inputs
bmiFHE
requires @microsoft/SEAL to be installed globally on your system.
To build bmiFHE
on Debian, execute the following:
mkdir -p build
cd build
cmake ..
make -j
To use this application, simply call the binary and provide the required values. It will then compute the BMI according to your values securely using FHE in an encrypted ciphertext.