HElib | |
Developer: | IBM |
Latest Release Version: | 2.2.1 |
Programming Language: | C++ |
Platform: | Microsoft Windows, MacOS, Linux |
License: | Apache License (2.0) |
Homomorphic Encryption library or HElib is a free and open-source cross platform software developed by IBM that implements various forms of homomorphic encryption.[1]
HElib was primarily developed by Shai Halevi and Victor Shoup, shortly after Craig Gentry was a researcher at IBM, with the initial release being on May 5, 2013.[2]
The library implements the Brakerski-Gentry-Vaikuntanathan (BGV) fully homomorphic encryption scheme, as well as optimizations such as Smart-Vercauteren ciphertext packing techniques.[3]
HElib is written in C++ and uses the NTL mathematical library.