Lab41 / PySEAL

This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
Other
225 stars 86 forks source link

Compilation errors #21

Closed nilslukas closed 6 years ago

nilslukas commented 6 years ago

Currently, /run-docker.shoutputs the following error:

Unable to find image 'seal-io:latest' locally

because we renamed the container. Replace the line with

docker run -it seal-save python3 SEALPythonExamples/examples.py

Furthermore, there are simple syntactical errors in the SEALPython/wrapper.cpp (e.g. line 185).

Will make a PR shortly to fix them.

toddstavish commented 6 years ago

Thanks!