Skip to content
/ SEAL Public
forked from Lab41/PySEAL

Unofficial fork of the Microsoft SEAL homomorphic encryption library demonstrating a python wrapper proof of concept that is dockerized.

License

Notifications You must be signed in to change notification settings

gregs5/SEAL

 
 

Repository files navigation

This repository is a proof of concept for adding a Python wrapper to the (Simple Encrypted Arithmetic Library (SEAL))[https://sealcrypto.org/], a homomorphic encryption library, developed by researchers in the Cryptography Research Group at Microsoft Research. Currently, this uses the version 2.2 codebase and dockerizes the library build (including a shared runtime), C++ example build, and Python wrapper build. The Python wrapper is using pybind11.

About

Unofficial fork of the Microsoft SEAL homomorphic encryption library demonstrating a python wrapper proof of concept that is dockerized.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.4%
  • C# 7.3%
  • Other 0.3%