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

Fixed syntactical errors in run-docker.sh and wrapper.cpp #22

Closed nilslukas closed 6 years ago

nilslukas commented 6 years ago

Fixed syntactical errors in run-docker.sh and /SEALPython/wrapper.cpp.

Added pickle serialization for PublicKey, SecretKey, EncryptionParameters and granted access to 192 bit coefficient moduli.

Added neat serialization and deserialization functions for pickle to improve readability

nilslukas commented 6 years ago

Resolves #21