https://github.com/innovativeinventor/homomorphic-encryption
[ALPHA] Basic algebraic operators encrypted with LWE utilizing GPU acceleration and ripple adders
https://github.com/innovativeinventor/homomorphic-encryption
Last synced: 2 months ago
JSON representation
[ALPHA] Basic algebraic operators encrypted with LWE utilizing GPU acceleration and ripple adders
- Host: GitHub
- URL: https://github.com/innovativeinventor/homomorphic-encryption
- Owner: InnovativeInventor
- License: mit
- Created: 2020-01-01T02:05:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T03:26:55.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T14:45:24.659Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Homomorphic Algebra
Note: This is still a work in progress (it works though!).
This is an effort to implement (somewhat) practical algebraic operations with [LWE](https://en.wikipedia.org/wiki/Learning_with_errors) using the [NuFHE library](https://github.com/nucypher/nufhe).