OpenFHE: Open-Source Fully Homomorphic Encryption Library
S. Halevi,M. Triplett,Vincent Zucca,Dmitriy Suponitsky,Ahmad Al Badawi,D. Micciancio,Kurt Rohloff,Saroja Erabelli,Jack Bates,Yongwoo Lee,V. Vaikuntanathan,Zeyu Liu,Jonathan Saylor,Andrey Kim,Ian Quah,N. Genise,Hamish Hunt,Flávio Bergamaschi,Y. Polyakov,Saraswathy R.V.,David Cousins
DOI: https://doi.org/10.1145/3560827.3563379
2022-11-07
Abstract:Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. We introduce OpenFHE, a new open-source FHE software library that incorporates selected design ideas from prior FHE projects, such as PALISADE, HElib, and HEAAN, and includes several new design concepts and ideas. The main new design features can be summarized as follows: (1) we assume from the very beginning that all implemented FHE schemes will support bootstrapping and scheme switching; (2) OpenFHE supports multiple hardware acceleration backends using a standard Hardware Abstraction Layer (HAL); (3) OpenFHE includes both user-friendly modes, where all maintenance operations, such as modulus switching, key switching, and bootstrapping, are automatically invoked by the library, and compiler-friendly modes, where an external compiler makes these decisions. This paper focuses on high-level description of OpenFHE design, and the reader is pointed to external OpenFHE references for a more detailed/technical description of the software library.
Computer Science