Implementations of multi-key FHE schemes

We currently support only the threshold multiparty FHE setting as it is more efficient for many applications. The multikey approach is typically less efficient (although there are some recent works proposing a hybrid solution). I suggest watching Homomorphic Encryption for OpenFHE Users – OpenFHE.org to learn more about the differences between threshold FHE and multikey FHE.

1 Like