HFHE

HFHE (Hypergraph Fully Homomorphic Encryption) is an approach to implementing a bootstrap FHE scheme using hypergraphs.

The implementation of logical gates through hypergraphs enables efficient binary operations:

These hypergraph-based implementations provide an approach to solving full homomorphic encryption problems.

Hypergraphs naturally support parallel computation because different nodes and hyperedges are processed independently.

Last updated