pith. sign in

arxiv: 1905.07766 · v1 · pith:7HZINISVnew · submitted 2019-05-19 · 💻 cs.CR

Toward Scalable Fully Homomorphic Encryption Through Light Trusted Computing Assistance

classification 💻 cs.CR
keywords homomorphiccomputationcomputationsencryptionfullyhybridmemoryperformed
0
0 comments X
read the original abstract

It has been a long standing problem to securely outsource computation tasks to an untrusted party with integrity and confidentiality guarantees. While fully homomorphic encryption (FHE) is a promising technique that allows computations performed on the encrypted data, it suffers from a significant slow down to the computation. In this paper we propose a hybrid solution that uses the latest hardware Trusted Execution Environments (TEEs) to assist FHE by moving the bootstrapping step, which is one of the major obstacles in designing practical FHE schemes, to a secured SGX enclave. TEEFHE, the hybrid system we designed, makes it possible for homomorphic computations to be performed on smaller ciphertext and secret key, providing better performance and lower memory consumption. We make an effort to mitigate side channel leakages within SGX by making the memory access patterns totally independent from the secret information. The evaluation shows that TEEFHE effectively improves the software only FHE schemes in terms of both time and space.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Bifrost: Hybrid TEE-FHE Inference for Privacy-Preserving Transformer and LLM Serving

    cs.CR 2026-06 unverdicted novelty 7.0

    Bifrost achieves significant latency reductions in privacy-preserving transformer inference through a hybrid CPU TEE and accelerator FHE design, with Bifrost+ further optimizing via prefill/decode split.