Information Security and Cryptography Research Group

Short, Invertible Elements in Partially Splitting Cyclotomic Rings and Applications to Lattice-Based Zero-Knowledge Proofs

Vadim Lyubashevsky and Gregor Seiler

Advances in Cryptology — EUROCRYPT 2018, Springer, pp. 204-224, 2018.

When constructing practical zero-knowledge proofs based on the hardness of the Ring-LWE or the Ring-SIS problems over polynomial rings Zp[X]/(Xn+1), it is often necessary that the challenges come from a set C that satisfies three properties: the set should be large (around 2256), the elements in it should have small norms, and all the non-zero elements in the difference set CC should be invertible. The first two properties are straightforward to satisfy, while the third one requires us to make efficiency compromises. We can either work over rings where the polynomial Xn+1 only splits into two irreducible factors modulo p, which makes the speed of the multiplication operation in the ring sub-optimal; or we can limit our challenge set to polynomials of smaller degree, which requires them to have (much) larger norms.

In this work we show that one can use the optimal challenge sets C and still have the polynomial Xn+1 split into more than two factors. This comes as a direct application of our more general result that states that all non-zero polynomials with “small” coefficients in the cyclotomic ring Zp[X]/(Φm(X)) are invertible (where “small” depends on the size of p and how many irreducible factors the mth cyclotomic polynomial Φm(X) splits into). We furthermore establish sufficient conditions for p under which Φm(X) will split in such fashion.

For the purposes of implementation, if the polynomial Xn+1 splits into k factors, we can run FFT for logk levels until switching to Karatsuba multiplication. Experimentally, we show that increasing the number of levels from one to three or four results in a speedup by a factor of 23. We point out that this improvement comes completely for free simply by choosing a modulus p that has certain algebraic properties. In addition to the speed improvement, having the polynomial split into many factors has other applications – e.g. when one embeds information into the Chinese Remainder representation of the ring elements, the more the polynomial splits, the more information one can embed into an element.

BibTeX Citation

@inproceedings{LyuSei17,
    author       = {Vadim Lyubashevsky and Gregor Seiler},
    title        = {Short, Invertible Elements in Partially Splitting Cyclotomic Rings and Applications to Lattice-Based Zero-Knowledge Proofs},
    booktitle    = {Advances in Cryptology --- EUROCRYPT 2018},
    pages        = {204-224},
    year         = {2018},
    publisher    = {Springer},
}

Files and Links