High-speed key encapsulation from NTRU

Andreas Hülsing, Joost Rijneveld, John Schanck and Peter Schwabe

Abstract: This paper presents software demonstrating that the 20-year-old NTRU cryptosystem is competitive with more recent lattice-based cryptosystems in terms of speed, key size, and ciphertext size. We present a slightly simplified version of textbook NTRU, select parameters for this encryption scheme that target the 128-bit post-quantum security level, construct a KEM that is CCA2-secure in the quantum random oracle model, and present highly optimized software targeting Intel CPUs with the AVX2 vector instruction set. This software takes only 307914 cycles for the generation of a keypair, 48646 for encapsulation, and 67338 for decapsulation. It is, to the best of our knowledge, the first NTRU software with full protection against timing attacks.

Paper: 2017-08-28 (older versions: , )

Source code: Available on GitHub

Related talks:
High-speed key encapsulation from NTRU
2017-09-26 – CHES 2017

@inproceedings{HRSS17,
  author    = {Andreas H\"ulsing and Joost Rijneveld and John Schanck and Peter Schwabe},
  title     = {High-speed key encapsulation from NTRU},
  booktitle = {Cryptographic Hardware and Embedded Systems -- {CHES 2017}},
  editor    = {Wieland Fischer and Naofumi Homma},
  publisher = {Springer-Verlag Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  volume    = {10529},
  year      = {2017},
  pages     = {232-252},
  url       = {https://eprint.iacr.org/2017/667},
}