Skip to content

A simple python3 SEAL wrapper. This one is easier to just build and use, compared to the dockerized versions available

Notifications You must be signed in to change notification settings

Arman001/PySEAL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySEAL

This is for Python3

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.

About

A simple python3 SEAL wrapper. This one is easier to just build and use, compared to the dockerized versions available

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%