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

SEAL 3.0 #27

Open normster opened 5 years ago

normster commented 5 years ago

Hi, is there any plan to update PySEAL to use SEAL 3.0?

toddstavish commented 5 years ago

Not currently, but we'd accept a pull request if anyone does it. Please feel free to use the code base.

On Tue, Nov 20, 2018 at 4:54 PM Norman Mu notifications@github.com wrote:

Hi, is there any plan to update PySEAL to use SEAL 3.0?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Lab41/PySEAL/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AARCxg1hVpoMePqeB6b9YCXaf7KYZazmks5uxHoigaJpZM4Yr_rX .

asafbrill commented 5 years ago

Hi @normster, I also have the need to use SEAL 3.x... was wondering if you had any progress on this ?

normster commented 5 years ago

@asafbrill I actually found another library, nGraph from Intel, which accomplished what I needed.