wfus / Fully-Homomorphic-Image-Processing

Fully Homomorphic Image Preprocessing and analysis - JPEG encoding, decoding, image resizing.
MIT License
51 stars 11 forks source link

How can i run it in SEAL? #51

Open siaaron045 opened 5 years ago

siaaron045 commented 5 years ago

I am sorry to bother you. Your project do not have the SEAL file. I download a SEAL in https://github.com/Microsoft/SEAL and how can i run it in SEAL. Thank you!

nvohra26 commented 5 years ago

I am also trying to use the project. The path mentioned as submodule does not have content on SEAL. What can be done. Thanks in advance.

ghost commented 4 years ago

same issue

DerekJarvis commented 3 years ago

Same. Would be nice to give this library a try.

pignuante commented 3 years ago

same issue

wfus commented 3 years ago

How important is running this to everyone? I could spend a few hours trying to fix it, I think it's probably due to us not pinning a correct SEAL version :(

Nikolaszhou commented 3 years ago

Same issue, which version is needed to directly clone the SEAL library provided by Microsoft? I hope to learn homomorphic encryption with this project, thank you