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.
The pySEAL docker image currently clones a public repository for pybind11
git clone https://github.com/pybind/pybind11.git
I would like to request that CyberReboot forks pybind11 so we can point the docker image to our own hosted repo to prevent our build from breaking if they update the software without our knowledge.
The pySEAL docker image currently clones a public repository for pybind11
git clone https://github.com/pybind/pybind11.git
I would like to request that CyberReboot forks pybind11 so we can point the docker image to our own hosted repo to prevent our build from breaking if they update the software without our knowledge.
Thanks!