-
Ciphertext and Plaintext modules are not pickleable. Would be great if that worked +1: (Can't use pickle to serialize objects. Could be used for multithreading)
-
https://github.com/Lab41/PySEAL/blob/master/SEALPython/setup.py
-
Change Docker image to checkout pybind11 specific commit to prevent updates from breaking our build.
-
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…