Skip to content
/ bmiFHE Public

A simple C++ CLI to calculate the BMI using Fully Homomorphic Cryptography

License

Notifications You must be signed in to change notification settings

sartimo/bmiFHE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmiFHE

A simple C++ CLI to calculate the BMI using FHE and custom user inputs

dependencies

bmiFHE requires @microsoft/SEAL to be installed globally on your system.

build

To build bmiFHE on Debian, execute the following:

mkdir -p build
cd build
cmake ..
make -j

using the bmiFHE

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.

About

A simple C++ CLI to calculate the BMI using Fully Homomorphic Cryptography

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published