CKKS.org
  • home
  • blog (current)
  • software
  • A Novel Asymmetric BSGS Polynomial Evaluation Algorithm under Homomorphic Encryption

    TL;DR: We introduce a new polynomial evaluation algorithm under homomorphic encryption, namely the Asymmetric BSGS Algorithm. It is a generalization and specialization of the original Baby-Step Giant-Step algorithm in the leveled FHE computation model. Leveraging the observation that there is a difference in multiplicative depth between the baby-step set and the giant-step set, this algorithm significantly reduces the number of modulus and key switches required for dense polynomial evaluation from $$O(\sqrt{d})$$ to $$O(d^{1/t})$$, by adjusting the set decomposition method and relaxing the control of noise growth and ciphertext size in some calculations. Here, $$d$$ is the polynomial degree and $$t$$ is a small constant which, according to our experiments, is recommended to be chosen as $$4$$.

    November 03, 2025
    by Qingfeng Wang

  • Leveraging Discrete CKKS to Bootstrap in High Precision

    TL;DR: We introduce a new high-precision CKKS bootstrapping method. It leverages a novel Integer Cleaning strategy inspired by the Discrete CKKS technique and is implemented using the Grafting technique. We highlight its main building blocks and discuss its efficiency.

    October 06, 2025
    by Hyeongmin Choe

  • Convergent Evolution: Why Secure Homomorphic Encryption Will Resemble High-Performance GPU Computing

    TL;DR: Fully Homomorphic Encryption (FHE) programming hits a fundamental Turing Barrier where secure computation forbids the dynamic branching that makes conventional software work, forcing it into a parallel-first paradigm surprisingly similar to the high-performance GPU model. This means the future of FHE isn't a magic compiler, but a hybrid architecture where a trusted client orchestrates complex logic, while an untrusted server executes simple, branchless secure kernels on encrypted data across a well-defined offloading boundary. Ultimately, developers must stop trying to translate old optimization habits and start redefining problems from the ground up, because in the world of FHE, performance isn't about pruning—it's about parallelism.

    September 08, 2025
    by Sunchul Jung

  • NeuJeans: Fast Private CNN Inference by Fusing Convolutions and Bootstrapping in FHE

    TL;DR: NeuJeans introduces a new “Coefficients-in-Slot” (CinS) encoding for CKKS. It rethinks how convolutions are laid out and fuses them with bootstrapping, cutting latency on big models like ResNet running over ImageNet.

    September 01, 2025
    by Jaiyoung Park

  • Ciphertext-Ciphertext Matrix Multiplication: Fast for Large Matrices

    TL;DR: We propose fast ciphertext-ciphertext matrix multiplication (CC-MM) algorithms for large matrices. Our algorithms consist of plaintext matrix multiplications (PP-MM) and ciphertext matrix transpose algorithms (C-MT). We introduce and utilize new fast C-MT algorithms for large matrices. By leveraging high-performance BLAS libraries to accelerate PP-MM, we implement large-scale CC-MM with substantial performance improvements.

    August 10, 2025
    by Jai Hyun Park

  • <
  • 1
  • 2
  • >
Copyright Notice: All posts are owned by their respective authors. Please respect applicable copyright notices and laws.