This repository contains the implementation of a credit score system using Fully Homomorphic Encryption (FHE).
We use poetry to manage dependencies. To install the dependencies, run:
poetry install
To activate the virtual environment, run:
poetry shell
We use Cargo to manage dependencies. To install the dependencies, run:
cd rust/fhe
cargo build
To run the code, run:
cargo run --release
Drop the --release
flag if you want to run the code in debug mode.