English

Sieving for closest lattice vectors (with preprocessing)

Cryptography and Security 2019-10-04 v1 Computational Geometry

Abstract

Lattice-based cryptography has recently emerged as a prime candidate for efficient and secure post-quantum cryptography. The two main hard problems underlying its security are the shortest vector problem (SVP) and the closest vector problem (CVP). Various algorithms have been studied for solving these problems, and for SVP, lattice sieving currently dominates in terms of the asymptotic time complexity: one can heuristically solve SVP in time 20.292d2^{0.292d} in high dimensions dd [BDGL'16]. Although several SVP algorithms can also be used to solve CVP, it is not clear whether this also holds for heuristic lattice sieving methods. The best time complexity for CVP is currently 20.377d2^{0.377d} [BGJ'14]. In this paper we revisit sieving algorithms for solving SVP, and study how these algorithms can be modified to solve CVP and its variants as well. Our first method is aimed at solving one problem instance and minimizes the overall time complexity for a single CVP instance with a time complexity of 20.292d2^{0.292d}. Our second method minimizes the amortized time complexity for several instances on the same lattice, at the cost of a larger preprocessing cost. We can solve the closest vector problem with preprocessing (CVPP) with 20.636d2^{0.636d} space and preprocessing, in 20.136d2^{0.136d} time, while the query complexity can even be reduced to 2ϵd2^{\epsilon d} at the cost of preprocessing time and memory complexities of (1/ϵ)O(d)(1/\epsilon)^{O(d)}. For easier variants of CVP, such as approximate CVP and bounded distance decoding (BDD), we further show how the preprocessing method achieves even better complexities. For instance, we can solve approximate CVPP with large approximation factors kk with polynomial-sized advice in polynomial time if k=Ω(d/logd)k = \Omega(\sqrt{d/\log d}), heuristically closing the gap between the decision-CVPP result of [AR'04] and the search-CVPP result of [DRS'14].

Keywords

Cite

@article{arxiv.1607.04789,
  title  = {Sieving for closest lattice vectors (with preprocessing)},
  author = {Thijs Laarhoven},
  journal= {arXiv preprint arXiv:1607.04789},
  year   = {2019}
}

Comments

23rd Conference on Selected Areas in Cryptography (SAC), 2016

R2 v1 2026-06-22T14:56:28.923Z