mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-10 00:03:09 -04:00
1.6 KiB
1.6 KiB
liboqs algorithm datasheet: sig_mqdss
Summary
- Name: MQDSS
- Algorithm type: signature
- Main cryptographic assumption: intractability of the search version of the MQ problem in the average case
- NIST submission URL: https://csrc.nist.gov/CSRC/media/Projects/Post-Quantum-Cryptography/documents/round-2/submissions/MQDSS-Round2.zip
- Submitters (to NIST competition): Ming-Shing Chen, Andreas Hülsing, Joost Rijneveld, Simona Samardjiska, Peter Schwabe
- Submitters' website: http://mqdss.org
- Added to liboqs by: Douglas Stebila
Parameter sets
Parameter set | Security model | Claimed NIST security level | Public key size (bytes) | Secret key size (bytes) | Signature size (bytes) |
---|---|---|---|---|---|
MQDSS-31-48 | EUF-CMA | 1-2 | 46 | 13 | 20854 |
MQDSS-31-64 | EUF-CMA | 3-4 | 64 | 26 | 43728 |
Implementation
- Source of implementation: https://github.com/PQClean/PQClean, originally from
0c64d4d67a
- Implementation version:
4270a54161
- License: CC0 1.0 Universal
- Language: C
- Constant-time: Yes
- Architectures supported in liboqs master branch: x86, x64