-
Notifications
You must be signed in to change notification settings - Fork 16
SEAL
Alexander Viand edited this page Dec 8, 2020
·
7 revisions
Microsoft SEAL is an FHE library written in C++ (it also provides a C# wrapper) developed by the Cryptography and Privacy Research Group at MSR Redmond.
- Apparently SEAL is faster when compiled with clang.
- Python Bindings https://github.com/Huelse/SEAL-Python/
- node-seal (apparently includes a webassembly version of SEAL?) https://github.com/morfix-io/node-seal
- n-GraphHE https://github.com/IntelAI/he-transformer (old: https://github.com/NervanaSystems/he-transformer ) See also https://github.com/jonaschn/awesome-he
- Home
- Compilers & Optimizations
- Libraries
- Benchmark Programs
- Implementation Docs