j2kun / fhe-schemes

A tutorial repository for learning implementations of FHE schemes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHE schemes

This repository contains learning-oriented implementations of major FHE schemes and their optimizations. The focus is on correctness and legibility.

Requirements

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running tests

After installing requirements,

python -m pytest

About

A tutorial repository for learning implementations of FHE schemes


Languages

Language:Python 100.0%