https://github.com/danaugrs/morphine
:pill: Homomorphic Encryption in Python
https://github.com/danaugrs/morphine
cryptography homomorphic-encryption math python python3
Last synced: about 1 year ago
JSON representation
:pill: Homomorphic Encryption in Python
- Host: GitHub
- URL: https://github.com/danaugrs/morphine
- Owner: danaugrs
- License: mit
- Created: 2017-03-11T17:49:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T00:38:35.000Z (over 8 years ago)
- Last Synced: 2025-05-11T11:38:46.917Z (about 1 year ago)
- Topics: cryptography, homomorphic-encryption, math, python, python3
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# morphine
Homomorphic Encryption Library in Python
### Introduction
This implementation of homomorphic encryption is based on [Computing Arbitrary Functions of Encrypted Data](https://crypto.stanford.edu/craig/easy-fhe.pdf) by [Craig Gentry](https://www.macfound.org/fellows/914/), published in [Communications of the ACM, Vol. 53 No. 3](http://cacm.acm.org/magazines/2010/3/76272-computing-arbitrary-functions-of-encrypted-data/abstract) in March 2010.