PySEAL
This is for Python3
In order to install and use the python wrapper to SEAL, run the following bash script
- cd to scripts and run "bash build-libs.sh" to build the library.
- cd to SEALPython
- 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.