Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youben11/tfhe
Implementation of the TFHE homomorphic encryption scheme.
https://github.com/youben11/tfhe
cryptography homomorphic-encryption
Last synced: 30 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T11:30:42.000Z (over 3 years ago)
- Last Synced: 2024-10-06T02:25:30.531Z (about 1 month ago)
- Topics: cryptography, homomorphic-encryption
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 12
- Watchers: 3
- 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.