liboqs/docs/algorithms/sig_qtesla.md
Christian Paquin 9e09252304 Updated sig algs datasheets (#405)
* Added example_kem/sig and speed_kem/sig to Visual Studio.

* Updated sig data sheet (copied from nist-branch).

* Updated ref to branch (nist-branch --> master)
2018-10-09 19:48:41 -04:00

2.0 KiB

liboqs nist-branch algorithm datasheet: sig_qtesla

Summary

Parameter sets

Parameter set Security model Claimed NIST security level Public key size (bytes) Secret key size (bytes) Signature size (bytes)
qTESLA_I EUF-CMA 1 1504 2112 1376
qTESLA_III_size EUF-CMA 3 2976 4160 2720
qTESLA_III_speed EUF-CMA 3 3104 4160 2848
qTESLA_p_I EUF-CMA 1 14880 5184 2848
qTESLA_p_III EUF-CMA 3 39712 12352 6176

Implementation

  • Source of implementation: https://github.com/qtesla/qTesla
  • License: public domain
  • Language: C
  • Constant-time: Yes
  • Architectures supported in liboqs master branch: x86, x64