Type a search term to find related articles by LIMS subject matter experts gathered from the most trusted and dynamic collaboration tools in the laboratory informatics industry.
Developer(s) | IBM |
---|---|
Initial release | May 5, 2013 |
Stable release | 2.2.1
/ October 1, 2021 |
Repository | github |
Written in | C++ |
Platform | Microsoft Windows, MacOS, Linux |
License | Apache License (2.0) |
Website | homenc |
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][2]
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.[3]
The library implements the Brakerski-Gentry-Vaikuntanathan (BGV) fully homomorphic encryption scheme, as well as optimizations such as Smart-Vercauteren ciphertext packing techniques.[4]
HElib is written in C++ and uses the NTL mathematical library.