English

Cheddar: A Swift Fully Homomorphic Encryption Library Designed for GPU Architectures

Cryptography and Security 2025-08-19 v2 Performance

Abstract

Fully homomorphic encryption (FHE) frees cloud computing from privacy concerns by enabling secure computation on encrypted data. However, its substantial computational and memory overhead results in significantly slower performance compared to unencrypted processing. To mitigate this overhead, we present Cheddar, a high-performance FHE library for GPUs, achieving substantial speedups over previous GPU implementations. We systematically enable 32-bit FHE execution, leveraging the 32-bit integer datapath within GPUs. We optimize GPU kernels using efficient low-level primitives and algorithms tailored to specific GPU architectures. Further, we alleviate the memory bandwidth burden by adjusting common FHE operational sequences and extensively applying kernel fusion. Cheddar delivers performance improvements of 2.18--4.45×\times for representative FHE workloads compared to state-of-the-art GPU implementations.

Keywords

Cite

@article{arxiv.2407.13055,
  title  = {Cheddar: A Swift Fully Homomorphic Encryption Library Designed for GPU Architectures},
  author = {Wonseok Choi and Jongmin Kim and Jung Ho Ahn},
  journal= {arXiv preprint arXiv:2407.13055},
  year   = {2025}
}

Comments

15 pages, 8 figures, accepted at ASPLOS 2026

R2 v1 2026-06-28T17:45:17.243Z