https://github.com/oznakn/ceng519-hw
https://github.com/oznakn/ceng519-hw
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oznakn/ceng519-hw
- Owner: oznakn
- Created: 2022-04-14T13:36:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T13:57:30.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:26:31.133Z (over 1 year ago)
- Language: Python
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Information
This is the dockerfile for generating a container that establishes the development environment for CENG519. The required packages (Microsoft SEAL and EVA) are already installed. Networkx is also installed for graph generation. You will implement a graph algorithm preserving the privacy of the graph. Note that, CKKS used by EVA is not powerful enough to do all kinds of computations. There is no comparison for instance.
# Running the example
```
python3 519ProjectTemplate/fhe_template_project.py
```
GOOD LUCK.