https://github.com/youben11/tfhe
Implementation of the TFHE homomorphic encryption scheme.
https://github.com/youben11/tfhe
cryptography homomorphic-encryption
Last synced: 9 months ago
JSON representation
Implementation of the TFHE homomorphic encryption scheme.
- Host: GitHub
- URL: https://github.com/youben11/tfhe
- Owner: youben11
- Created: 2021-03-27T20:41:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T11:30:42.000Z (about 5 years ago)
- Last Synced: 2025-04-16T02:56:13.689Z (about 1 year ago)
- Topics: cryptography, homomorphic-encryption
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TFHE
Implementation of the [TFHE](https://eprint.iacr.org/2018/421.pdf) homomorphic encryption scheme.
#### Disclaimer
Not meant to be secure, efficient, or production-ready.