Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 724 Bytes

About OpenFHE-rs Template

This repository contains an FHE-enabled application that uses the openfhe Rust crate.

Getting started

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:

  1. Clone the repository
git clone https://github.com/fairmath/openfhe-rs-template.git
cd openfhe-rs-template
  1. Build the application
cargo build
  1. Run
cargo run