Skip to content

nutorbit/cs-fhe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Score with Fully Homomorphic Encryption

This repository contains the implementation of a credit score system using Fully Homomorphic Encryption (FHE).

Setup

Python

We use poetry to manage dependencies. To install the dependencies, run:

poetry install

To activate the virtual environment, run:

poetry shell

Rust

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published