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
- Host: GitHub
- URL: https://github.com/nucypher/tfhe.jl
- Owner: nucypher
- License: gpl-3.0
- Archived: true
- Created: 2018-03-24T05:35:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T21:42:02.000Z (about 6 years ago)
- Last Synced: 2025-10-28T09:42:07.736Z (8 months ago)
- Language: Julia
- Homepage: https://nucypher.github.io/TFHE.jl/
- Size: 265 KB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TFHE
Master branch: [](https://circleci.com/gh/nucypher/TFHE.jl) [](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.