Difference between revisions of "FHE over the Integers"

From certFHE Community KB
Jump to navigation Jump to search
Line 1: Line 1:
 
This is a fully homomorphic encryption relying only on modular arithmetic. The authors first create an [[somewhat homomorphic scheme]] which is [[bootstrappable]] and then apply Gentry's technique to construct a fully homomorphic scheme.
 
This is a fully homomorphic encryption relying only on modular arithmetic. The authors first create an [[somewhat homomorphic scheme]] which is [[bootstrappable]] and then apply Gentry's technique to construct a fully homomorphic scheme.
  
One of the main advantages of this scheme consists of its conceptual simplicity.
+
One of the main advantages of this scheme represents its conceptual simplicity. The security of the scheme is reduced to the approximate gcd problem over the integers, that is, given a list of integers that are near-multiples of an unknown integer <b> d </b>, find <b> d </b>.
 +
 
 +
== The bootstrappable encryption scheme ==

Revision as of 15:54, 24 March 2020

This is a fully homomorphic encryption relying only on modular arithmetic. The authors first create an somewhat homomorphic scheme which is bootstrappable and then apply Gentry's technique to construct a fully homomorphic scheme.

One of the main advantages of this scheme represents its conceptual simplicity. The security of the scheme is reduced to the approximate gcd problem over the integers, that is, given a list of integers that are near-multiples of an unknown integer d , find d .

The bootstrappable encryption scheme