Quantcast
Channel: Cryptology ePrint Archive
Viewing all articles
Browse latest Browse all 30189

Cryptoleq: A Heterogeneous Abstract Machine for Encrypted and Unencrypted Computation, by Oleg Mazonka and Nektarios Georgios Tsoutsos and Michail Maniatakos

$
0
0
The rapid expansion and increased popularity of cloud computing comes with no shortage of privacy concerns about outsourcing computation to semi-trusted parties. Leveraging the power of encryption, in this paper we introduce Cryptoleq: an abstract machine based on the concept of One Instruction Set Computer, capable of performing general-purpose computation on encrypted programs. The program operands are protected using the Paillier partially homomorphic cryptosystem, which supports addition on the encrypted domain. Full homomorphism over addition and multiplication, which is necessary for enabling general-purpose computation, is achieved by inventing a software re-encryption module written using Cryptoleq instructions and blended into the executing program. Cryptoleq is heterogeneous, allowing mixing encrypted and unencrypted instruction operands in the same program memory space. Programming with Cryptoleq is facilitated using an enhanced assembly language that allows development of any advanced algorithm on encrypted datasets. As a case study, we implemented and evaluated the performance of a typical Private Information Retrieval problem.

Viewing all articles
Browse latest Browse all 30189

Trending Articles