paper-with-me

Papers

ComputeFHE: A Privacy-Preserving General-Purpose Computation Library

2026-06-23 · Faris Serdar Tasel, Efe Ciftci arxiv

Fully Homomorphic Encryption (FHE) enables computations to be performed directly on encrypted data while preserving data confidentiality. However, its practical applications remain limited by high computational costs and development complexity. This paper presents ComputeFHE, an open-source C++ library that facilitates the development of privacy-preserving applications based on the TFHE cryptosystem. The library provides encrypted integer and fixed-point data types together with arithmetic, logical, comparison, conditional, and oblivious array-access operations which allow developers to implement algorithms using a familiar imperative programming paradigm. ComputeFHE supports both conventional TFHE arithmetic based on standard two-input logic gates and an optimized Arithmetic Logic Unit (ALU) architecture utilizing FHE-friendly logic primitives. Experimental results demonstrate significant reductions in the number of required bootstrapping operations, achieving performance improvements of up to 3.9x for selected operations. In addition, the library includes a simulation mode that enables testing, debugging, and complexity analysis without performing actual cryptographic computations while providing circuit complexity and bootstrapping costs. Built on top of OpenFHE, ComputeFHE offers a practical and accessible framework for developing and evaluating privacy-preserving algorithms and applications.

📄 PDF Abstract BibTeX arXiv:2606.24379

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic Privacy-Preserving Machine Learning

2025-07-30 · Mengyu Zhang, Zhuotao Liu, Jingwen Huang, Xuanqi Liu arxiv

Privacy-preserving machine learning (PPML) is critical to ensure data privacy in AI. Over the past few years, the community has proposed a wide range of provably secure PPML schemes that rely on various cryptography prim…

Syft 0.5: A Platform for Universally Deployable Structured Transparency

2021-04-26 · Adam James Hall, Madhava Jay, Tudor Cebere, Bogdan Cebere 외

We present Syft 0.5, a general-purpose framework that combines a core group of privacy-enhancing technologies that facilitate a universal set of structured transparency systems. This framework is demonstrated through the…

Privacy Preserving

A Distributed Privacy-Preserving Learning Dynamics in General Social Networks

2020-11-15 · Youming Tao, Shuzhen Chen, Feng Li, Dongxiao Yu 외

In this paper, we study a distributed privacy-preserving learning problem in social networks with general topology. The agents can communicate with each other over the network, which may result in privacy disclosure, sin…

Privacy Preserving

On Choosing the $μ$ Parameter in Gaussian Differential Privacy

2026-06-08 · Bogdan Kulynych, Antti Honkela arxiv

Recent work argues for using Gaussian differential privacy (GDP) to report the privacy guarantees in privacy-preserving machine learning. We provide principled mappings from pure-DP $\varepsilon$ to GDP $μ$ by matching t…

The Large Margin Mechanism for Differentially Private Maximization

2014-09-07 · NeurIPS 2014 12 · Kamalika Chaudhuri, Daniel Hsu, Shuang Song

A basic problem in the design of privacy-preserving algorithms is the private maximization problem: the goal is to pick an item from a universe that (approximately) maximizes a data-dependent function, all under the cons…

BIG-bench Machine LearningPrivacy Preserving