Skip to content

joshbeal/SEAL

Repository files navigation

Introduction

Simple Encrypted Arithmetic Library (SEAL) is an easy-to-use homomorphic encryption library, developed by researchers in the Cryptography Research group at Microsoft Research. SEAL is written in C++, and contains .NET wrappers for the public API. SEAL is licensed under the Microsoft Research License Agreement, and is free for research use (see LICENSE.txt).

Documentation

A detailed manual for SEAL v2.3.0 is available here.

The code-base contains examples written both in C++ and in C#. These examples are heavily commented, serving as a self-contained short introduction to using the library. In addition, the .h files both in the C++ library and in the .NET wrapper library contain detailed comments for the public API.

To learn to use SEAL, we recommend looking at the example projects, as they contain several detailed and thoroughly commented examples demonstrating most of the basic features.

Acknowledgements

We would like to thank John Wernsing, Michael Naehrig, Nathan Dowlin, Rachel Player, Gizem Cetin, Susan Xia, Peter Rindal, Kyoohyung Han, Zhicong Huang, and Amir Jalali for their contributions to the SEAL project. We would also like to thank everyone who has sent us helpful comments, suggestions, and bug reports.

Contact Us

If you have any questions, suggestions, comments, or bug reports, please contact us by emailing sealcrypto@microsoft.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages