Client-Server Framework for FPGA Acceleration of Fan-Vercauteren-Based Homomorphic Encryption

Published: 2024, Last Modified: 15 Mar 2025ICM 2024EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Cloud computing is becoming increasingly popular and widely used in daily services. However, traditional computation on the cloud involves decryption and processing plaintext on the server side, raising privacy and security concerns. Homomorphic encryption enables computations on encrypted data without decryption, but is significantly slower. Accelerating these computations through hardware and arithmetic optimizations, like FPGA usage, is essential. Previous works focused on implementing building blocks for constructing a homomorphic encryption system, but do not provide a full framework to perform full operations. In this work, we go in a different direction: We design a client-server framework with a communication channel and an FPGA-based acceleration for the Fan-Vercauteren algorithm, as it has several open-source implementations and can be easily deployed. Using the framework we evaluate the end-to-end performance of the algorithm. The client employs software for encryption, decryption, and key generation, while the server utilizes FPGA hardware to accelerate the computation. We evaluate the timing needed and compare it to executing a full software version of the system.
Loading