English

Low-Latency Bootstrapping for CKKS using Roots of Unity

Cryptography and Security 2026-07-29 v1

Abstract

We introduce Sparse Roots of Unity (SPRU) bootstrapping, a new bootstrapping algorithm for the CKKS homomorphic encryption scheme for approximate arithmetic. The original CKKS bootstrapping method relies on homomorphically evaluating a polynomial that approximates modular reduction modulo q. In contrast, SPRU bootstrapping directly embeds the additive group modulo q into the complex roots of unity, which can be evaluated natively in the CKKS scheme. This approach significantly reduces the multiplicative depth required for bootstrapping, enabling the use of a smaller ring dimension and improving efficiency. In practice, using the OpenFHE C++ library, SPRU bootstrapping achieves up to a 5x reduction in latency when applied to ciphertexts with a small number of slots.

Cite

@article{arxiv.2607.27401,
  title  = {Low-Latency Bootstrapping for CKKS using Roots of Unity},
  author = {Jean-Sebastien Coron and Robin Koestler},
  journal= {arXiv preprint arXiv:2607.27401},
  year   = {2026}
}