morphic*encryption

Some encryption are partially homomorphic ...

The secure NAND gate !

  1. full homomorphic encryption

enc( 1+AB ) = enc(1) + enc(A) enc(B)

  1. use multiplication encryption (RSA) combining with additive encryption (Paillier)

use Gentry's technique using a Reed Solomom / viterbi scheme to cancel noise iand refresh data

read more : 2