Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sartimo authored Jul 19, 2024
1 parent 2fa7961 commit 4187420
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# 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:

```bash
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.

0 comments on commit 4187420

Please sign in to comment.