Reference articles on history, science, culture and more
Encyclopedia

Short integer solution problem

Computational problem used in cryptography

Short integer solution (SIS) and ring-SIS problems are two average-case problems that are used in lattice-based cryptography constructions. Lattice-based cryptography began in 1996 from a seminal work by Miklós Ajtai who presented a family of one-way functions based on SIS problem. He showed that it is secure in an average case if the shortest vector problem \mathrm {SVP} _{\gamma } (where \gamma =n^{c} for some constant c>0) is hard in the worst case.

Average case problems are the problems that are hard to be solved for some randomly selected instances. For cryptography applications, worst case complexity is not sufficient, and we need to guarantee cryptographic construction are hard based on average case complexity.

01Lattices

A full rank lattice {\mathfrak {L}}\subset \mathbb {R} ^{n} is a set of integer linear combinations of n linearly independent vectors \{b_{1},\ldots ,b_{n}\}, named basis:

{\mathfrak {L}}(b_{1},\ldots ,b_{n})=\left\{\sum _{i=1}^{n}z_{i}b_{i}:z_{i}\in \mathbb {Z} \right\}=\{B{\boldsymbol {z}}:{\boldsymbol {z}}\in \mathbb {Z} ^{n}\}

where B\in \mathbb {R} ^{n\times n} is a matrix having basis vectors as its columns.

Remark: Given B_{1},B_{2} two bases for lattice {\mathfrak {L}}, there exist unimodular matrices U_{1} such that B_{1}=B_{2}U_{1}^{-1},B_{2}=B_{1}U_{1}.

02Ideal lattice

Definition: Rotational shift operator on \mathbb {R} ^{n}(n\geq 2) is denoted by \operatorname {rot}, and is defined as:

\forall {\boldsymbol {x}}=(x_{1},\ldots ,x_{n-1},x_{n})\in \mathbb {R} ^{n}:\operatorname {rot} (x_{1},\ldots ,x_{n-1},x_{n})=(x_{n},x_{1},\ldots ,x_{n-1})

Cyclic lattices

Micciancio introduced cyclic lattices in his work in generalizing the compact knapsack problem to arbitrary rings. A cyclic lattice is a lattice that is closed under rotational shift operator. Formally, cyclic lattices are defined as follows:

Definition: A lattice {\mathfrak {L}}\subseteq \mathbb {Z} ^{n} is cyclic if \forall {\boldsymbol {x}}\in {\mathfrak {L}}:\operatorname {rot} ({\boldsymbol {x}})\in {\mathfrak {L}}.

Examples:

  1. \mathbb {Z} ^{n} itself is a cyclic lattice.
  2. Lattices corresponding to any ideal in the quotient polynomial ring R=\mathbb {Z} [x]/(x^{n}-1) are cyclic:

consider the quotient polynomial ring R=\mathbb {Z} [x]/(x^{n}-1), and let p(x) be some polynomial in R, i.e. p(x)=\sum _{i=0}^{n-1}a_{i}x^{i} where a_{i}\in \mathbb {Z} for i=0,\ldots ,n-1.

Define the embedding coefficient \mathbb {Z}-module isomorphism \rho as:

{\begin{aligned}\quad \rho :R&\rightarrow \mathbb {Z} ^{n}\\[4pt]p(x)=\sum _{i=0}^{n-1}a_{i}x^{i}&\mapsto (a_{0},\ldots ,a_{n-1})\end{aligned}}

Let I\subset R be an ideal. The lattice corresponding to ideal I\subset R, denoted by {\mathfrak {L}}_{I}, is a sublattice of \mathbb {Z} ^{n}, and is defined as

{\mathfrak {L}}_{I}:=\rho (I)=\left\{(a_{0},\ldots ,a_{n-1})\mid \sum _{i=0}^{n-1}a_{i}x^{i}\in I\right\}\subset \mathbb {Z} ^{n}.

Theorem: {\mathfrak {L}}\subset \mathbb {Z} ^{n} is cyclic if and only if {\mathfrak {L}} corresponds to some ideal I in the quotient polynomial ring R=\mathbb {Z} [x]/(x^{n}-1).

proof: \Leftarrow ) We have:

{\mathfrak {L}}={\mathfrak {L}}_{I}:=\rho (I)=\left\{(a_{0},\ldots ,a_{n-1})\mid \sum _{i=0}^{n-1}a_{i}x^{i}\in I\right\}

Let (a_{0},\ldots ,a_{n-1}) be an arbitrary element in {\mathfrak {L}}. Then, define p(x)=\sum _{i=0}^{n-1}a_{i}x^{i}\in I. But since I is an ideal, we have xp(x)\in I. Then, \rho (xp(x))\in {\mathfrak {L}}_{I}. But, \rho (xp(x))=\operatorname {rot} (a_{0},\ldots ,a_{n-1})\in {\mathfrak {L}}_{I}. Hence, {\mathfrak {L}} is cyclic.

\Rightarrow )

Let {\mathfrak {L}}\subset \mathbb {Z} ^{n} be a cyclic lattice. Hence \forall (a_{0},\ldots ,a_{n-1})\in {\mathfrak {L}}:\operatorname {rot} (a_{0},\ldots ,a_{n-1})\in {\mathfrak {L}}.

Define the set of polynomials I:=\left\{\sum _{i=0}^{n-1}a_{i}x^{i}\mid (a_{0},\ldots ,a_{n-1})\in {\mathfrak {L}}\right\}:

  1. Since {\mathfrak {L}} a lattice and hence an additive subgroup of \mathbb {Z} ^{n}, I\subset R is an additive subgroup of R.
  2. Since {\mathfrak {L}} is cyclic, \forall p(x)\in I:xp(x)\in I.

Hence, I\subset R is an ideal, and consequently, {\mathfrak {L}}={\mathfrak {L}}_{I}.

Ideal lattices

Source:

Let f(x)\in \mathbb {Z} [x] be a monic polynomial of degree n. For cryptographic applications, f(x) is usually selected to be irreducible. The ideal generated by f(x) is:

(f(x)):=f(x)\cdot \mathbb {Z} [x]=\{f(x)g(x):\forall g(x)\in \mathbb {Z} [x]\}.

The quotient polynomial ring R=\mathbb {Z} [x]/(f(x)) partitions \mathbb {Z} [x] into equivalence classes of polynomials of degree at most n-1:

R=\mathbb {Z} [x]/(f(x))=\left\{\sum _{i=0}^{n-1}a_{i}x^{i}:a_{i}\in \mathbb {Z} \right\}

where addition and multiplication are reduced modulo f(x).

Consider the embedding coefficient \mathbb {Z}-module isomorphism \rho. Then, each ideal in R defines a sublattice of \mathbb {Z} ^{n} called ideal lattice.

Definition: {\mathfrak {L}}_{I}, the lattice corresponding to an ideal I, is called ideal lattice. More precisely, consider a quotient polynomial ring R=\mathbb {Z} [x]/(p(x)), where (p(x)) is the ideal generated by a degree n polynomial p(x)\in \mathbb {Z} [x]. {\mathfrak {L}}_{I}, is a sublattice of \mathbb {Z} ^{n}, and is defined as:

{\mathfrak {L}}_{I}:=\rho (I)=\left\{(a_{0},\ldots ,a_{n-1})\mid \sum _{i=0}^{n-1}a_{i}x^{i}\in I\right\}\subset \mathbb {Z} ^{n}.

Remark:

  1. It turns out that {\text{GapSVP}}_{\gamma } for even small \gamma =\operatorname {poly(n)} is typically easy on ideal lattices. The intuition is that the algebraic symmetries causes the minimum distance of an ideal to lie within a narrow, easily computable range.
  2. By exploiting the provided algebraic symmetries in ideal lattices, one can convert a short nonzero vector into n linearly independent ones of (nearly) the same length. Therefore, on ideal lattices, \mathrm {SVP} _{\gamma } and \mathrm {SIVP} _{\gamma } are equivalent with a small loss. Furthermore, even for quantum algorithms, \mathrm {SVP} _{\gamma } and \mathrm {SIVP} _{\gamma } are believed to be very hard in the worst-case scenario.

03Short integer solution problem

The Short Integer Solution (SIS) problem is an average case problem that is used in lattice-based cryptography constructions. Lattice-based cryptography began in 1996 from a seminal work by Ajtai who presented a family of one-way functions based on the SIS problem. He showed that it is secure in an average case if \mathrm {SVP} _{\gamma } (where \gamma =n^{c} for some constant c>0) is hard in a worst-case scenario. Along with applications in classical cryptography, the SIS problem and its variants are utilized in several post-quantum security schemes including CRYSTALS-Dilithium and Falcon.

SISq,n,m,β

Let A\in \mathbb {Z} _{q}^{n\times m} be an n\times m matrix with entries in \mathbb {Z} _{q} that consists of m uniformly random vectors {\boldsymbol {a_{i}}}\in \mathbb {Z} _{q}^{n}: A=[{\boldsymbol {a_{1}}}|\cdots |{\boldsymbol {a_{m}}}]. Find a nonzero vector {\boldsymbol {x}}\in \mathbb {Z} ^{m} such that for some norm \|\cdot \|:

  • 0<\|{\boldsymbol {x}}\|\leq \beta,
  • f_{A}({\boldsymbol {x}}):=A{\boldsymbol {x}}={\boldsymbol {0}}\in \mathbb {Z} _{q}^{n}.

A solution to SIS without the required constraint on the length of the solution (\|{\boldsymbol {x}}\|\leq \beta) is easy to compute by using Gaussian elimination technique. We also require \beta <q, otherwise {\boldsymbol {x}}=(q,0,\ldots ,0)\in \mathbb {Z} ^{m} is a trivial solution.

In order to guarantee f_{A}({\boldsymbol {x}}) has non-trivial, short solution, we require:

  • \beta \geq {\sqrt {n\log q}}, and
  • m\geq n\log q

Theorem: For any m=\operatorname {poly} (n), any \beta >0, and any sufficiently large q\geq \beta n^{c} (for any constant c>0), solving \operatorname {SIS} _{n,m,q,\beta } with nonnegligible probability is at least as hard as solving the \operatorname {GapSVP} _{\gamma } and \operatorname {SIVP} _{\gamma } for some \gamma =\beta \cdot O({\sqrt {n}}) with a high probability in the worst-case scenario.

R-SISq,n,m,β

The SIS problem solved over an ideal ring is also called the Ring-SIS or R-SIS problem. This problem considers a quotient polynomial ring R_{q}=\mathbb {Z} _{q}[x]/(f(x)) with f(x)=x^{n}-1 for some integer n and with some norm \|\cdot \|. Of particular interest are cases where there exists integer k such that n=2^{k} as this restricts the quotient to cyclotomic polynomials.

We then define the problem as follows:

Select m independent uniformly random elements a_{i}\in R_{q}. Define vector {\vec {\boldsymbol {a}}}:=(a_{1},\ldots ,a_{m})\in R_{q}^{m}. Find a nonzero vector {\vec {\boldsymbol {z}}}:=(z_{1},\ldots ,z_{m})\in R^{m} such that:

  • 0<\|{\vec {\boldsymbol {z}}}\|\leq \beta,
  • f_{\vec {\boldsymbol {a}}}({\vec {\boldsymbol {z}}}):={\vec {\boldsymbol {a}}}^{T}.{\vec {\boldsymbol {z}}}=\sum _{i=1}^{m}a_{i}.z_{i}=0\in R_{q}.

Recall that to guarantee existence of a solution to SIS problem, we require m\approx n\log q. However, Ring-SIS problem provide us with more compactness and efficacy: to guarantee existence of a solution to Ring-SIS problem, we require m\approx \log q .

Definition: The nega-circulant matrix of b is defined as:

{\text{for}}\quad b=\sum _{i=0}^{n-1}b_{i}x^{i}\in R,\quad \operatorname {rot} (b):={\begin{bmatrix}b_{0}&-b_{n-1}&\ldots &-b_{1}\\[0.3em]b_{1}&b_{0}&\ldots &-b_{2}\\[0.3em]\vdots &\vdots &\ddots &\vdots \\[0.3em]b_{n-1}&b_{n-2}&\ldots &b_{0}\end{bmatrix}}

When the quotient polynomial ring is R=\mathbb {Z} [x]/(x^{n}+1) for n=2^{k}, the ring multiplication a_{i}.p_{i} can be efficiently computed by first forming \operatorname {rot} (a_{i}), the nega-circulant matrix of a_{i}, and then multiplying \operatorname {rot} (a_{i}) with \rho (p_{i}(x))\in Z^{n}, the embedding coefficient vector of p_{i} (or, alternatively with \sigma (p_{i}(x))\in Z^{n}, the canonical coefficient vector.

Moreover, R-SIS problem is a special case of SIS problem where the matrix A in the SIS problem is restricted to negacirculant blocks: A=[\operatorname {rot} (a_{1})|\cdots |\operatorname {rot} (a_{m})].

M-SISq,n,d,m,β

The SIS problem solved over a module lattice is also called the Module-SIS or M-SIS problem. Like R-SIS, this problem considers the quotient polynomial ring R=\mathbb {Z} [x]/(f(x)) and R_{q}=\mathbb {Z} _{q}[x]/(f(x)) for f(x)=x^{n}-1 with a special interest in cases where n is a power of 2. Then, let M be a module of rank d such that M\subseteq R^{d} and let \|\cdot \| be an arbitrary norm over R_{q}^{m}.

We then define the problem as follows:

Select m independent uniformly random elements a_{i}\in R_{q}^{d}. Define vector {\vec {\boldsymbol {a}}}:=(a_{1},\ldots ,a_{m})\in R_{q}^{d\times m}. Find a nonzero vector {\vec {\boldsymbol {z}}}:=(z_{1},\ldots ,z_{m})\in R^{m} such that:

  • 0<\|{\vec {\boldsymbol {z}}}\|\leq \beta,
  • f_{\vec {\boldsymbol {a}}}({\vec {\boldsymbol {z}}}):={\vec {\boldsymbol {a}}}^{T}.{\vec {\boldsymbol {z}}}=\sum _{i=1}^{m}a_{i}.z_{i}=0\in R_{q}^{d}.

While M-SIS is a less compact variant of SIS than R-SIS, the M-SIS problem is asymptotically at least as hard as R-SIS and therefore gives a tighter bound on the hardness assumption of SIS. This makes assuming the hardness of M-SIS a safer, but less efficient underlying assumption when compared to R-SIS.

Watch videos about Short integer solution problemExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Short integer solution problem, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.