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
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