An open API service indexing awesome lists of open source software.

https://github.com/nucypher/tfhe.jl

Implementation of TFHE with Julia
https://github.com/nucypher/tfhe.jl

Last synced: 3 months ago
JSON representation

Implementation of TFHE with Julia

Awesome Lists containing this project

README

          

# TFHE

Master branch: [![CircleCI](https://circleci.com/gh/nucypher/TFHE.jl.svg?style=svg)](https://circleci.com/gh/nucypher/TFHE.jl) [![codecov](https://codecov.io/gh/nucypher/TFHE.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/nucypher/TFHE.jl)

A Julia port of:

* TFHE (https://github.com/tfhe/tfhe), based on I. Chillotti, N. Gama, M. Georgieva, and M. Izabachène, "Faster Fully Homomorphic Encryption: Bootstrapping in Less Than 0.1 Seconds";
* MKFTHE (https://github.com/ilachill/MK-TFHE), based on H. Chen, I. Chillotti, and Y. Song, "Multi-Key Homomophic Encryption from TFHE".

The implementation is focused primarily on clarity and conciseness, not on performance.