Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammurabi-ds/PySEAL
Not my code. A simple python SEAL wrapper. I changed it so that its easier to just build and use, compared to the dockerized versions available
https://github.com/hammurabi-ds/PySEAL
Last synced: 20 days ago
JSON representation
Not my code. A simple python SEAL wrapper. I changed it so that its easier to just build and use, compared to the dockerized versions available
- Host: GitHub
- URL: https://github.com/hammurabi-ds/PySEAL
- Owner: hammurabi-ds
- Created: 2019-05-21T07:02:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T11:19:14.000Z (over 5 years ago)
- Last Synced: 2024-09-05T02:01:22.922Z (2 months ago)
- Language: C++
- Homepage:
- Size: 289 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**PySEAL**
In order to install and use the python wrapper to SEAL, run the following bash script
1. cd to scripts and run "bash build-libs.sh" to build the library.
2. cd to SEALPython
3. Run "python matrix_operations.py" to execute an example of some matrix operations using SEAL.Now you can also run a notebook in there to play around with PySEAL.