This repository contains an FHE-enabled application that uses the openfhe Rust crate.
To build and run the application, you need to install the core OpenFHE library (refer to OpenFHE's installation documentation), clone the Fair Math's openfhe-rs-template repo, build it and run:
- Clone the repository
git clone https://github.com/fairmath/openfhe-rs-template.git
cd openfhe-rs-template
- Build the application
cargo build
- Run
cargo run