Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months 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

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.