Verifiable Encodings for Secure Homomorphic Analytics
Sylvain Chatel, Christian Knabenhans, Apostolos Pyrgelis, Carmela Troncoso, Jean-Pierre Hubaux
TL;DR
This work addresses the absence of computation integrity guarantees in lattice-based homomorphic encryption by introducing two plaintext-space encodings, replication-based (REP) and polynomial-based (PE), that instantiate verifiable authenticators for CHHE pipelines. By shifting verification to the plaintext space and enabling offline challenge precomputation, VERITAS allows clients to detect malicious servers with probability at least $1-2^{-\\lambda}$ while preserving HE's privacy properties. The authors implement VERITAS in Go atop BFV (with batching) and demonstrate practical verification across ride-hailing, genomic analysis, encrypted search, and ML workloads, showing favorable client/server overheads relative to baseline HE. They further optimize for high multiplicative depth through PoC and interactive ReQ, reducing communication and computation where needed. Overall, VERITAS delivers a practical, open-source solution for verifiable secure analytics on encrypted data, enabling broader adoption of privacy-preserving outsourced computations with integrity guarantees.
Abstract
Homomorphic encryption, which enables the execution of arithmetic operations directly on ciphertexts, is a promising solution for protecting privacy of cloud-delegated computations on sensitive data. However, the correctness of the computation result is not ensured. We propose two error detection encodings and build authenticators that enable practical client-verification of cloud-based homomorphic computations under different trade-offs and without compromising on the features of the encryption algorithm. Our authenticators operate on top of trending ring learning with errors based fully homomorphic encryption schemes over the integers. We implement our solution in VERITAS, a ready-to-use system for verification of outsourced computations executed over encrypted data. We show that contrary to prior work VERITAS supports verification of any homomorphic operation and we demonstrate its practicality for various applications, such as ride-hailing, genomic-data analysis, encrypted search, and machine-learning training and inference.
