International Association for Cryptologic Research

International Association
for Cryptologic Research

CryptoDB

More Efficient Algorithms for the NTRU Key Generation Using the Field Norm

Authors:
Thomas Pornin
Thomas Prest
Download:
DOI: 10.1007/978-3-030-17259-6_17
Search ePrint
Search Google
Conference: PKC 2019
Abstract: NTRU lattices [13] are a class of polynomial rings which allow for compact and efficient representations of the lattice basis, thereby offering very good performance characteristics for the asymmetric algorithms that use them. Signature algorithms based on NTRU lattices have fast signature generation and verification, and relatively small signatures, public keys and private keys.A few lattice-based cryptographic schemes entail, generally during the key generation, solving the NTRU equation: $$\begin{aligned} f G - g F = q \mod x^n + 1 \end{aligned}$$Here f and g are fixed, the goal is to compute solutions F and G to the equation, and all the polynomials are in $${\mathbb {Z}}[x]/(x^n + 1)$$. The existing methods for solving this equation are quite cumbersome: their time and space complexities are at least cubic and quadratic in the dimension n, and for typical parameters they therefore require several megabytes of RAM and take more than a second on a typical laptop, precluding onboard key generation in embedded systems such as smart cards.In this work, we present two new algorithms for solving the NTRU equation. Both algorithms make a repeated use of the field norm in tower of fields; it allows them to be faster and more compact than existing algorithms by factors $${\tilde{O}}(n)$$. For lattice-based schemes considered in practice, this reduces both the computation time and RAM usage by factors at least 100, making key pair generation within range of smart card abilities.
BibTeX
@inproceedings{pkc-2019-29311,
  title={More Efficient Algorithms for the NTRU Key Generation Using the Field Norm},
  booktitle={Public-Key Cryptography – PKC 2019},
  series={Lecture Notes in Computer Science},
  publisher={Springer},
  volume={11443},
  pages={504-533},
  doi={10.1007/978-3-030-17259-6_17},
  author={Thomas Pornin and Thomas Prest},
  year=2019
}