Test results for amd64, hydra5, crypto_sign/mqqsig192
[Page version: 20251014 13:11:50]
Measurements for amd64, hydra5, crypto_sign
Test results for amd64, hydra5, crypto_sign
Test results for crypto_sign/mqqsig192
Computer: hydra5
Microarchitecture: amd64; K10 32nm (300f10)
Architecture: amd64
CPU ID: AuthenticAMD-00300f10-178bfbff
SUPERCOP version: 20250922
Operation: crypto_sign
Primitive: mqqsig192
Test failure
error 111
crypto_sign_open returns nonzero
Number of similar (implementation,compiler) pairs: 9, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
Compiler output
keygen.c: keygen.c:627:7: warning: unused variable 'makesigmaK' [-Wunused-variable]
keygen.c: 627 | int makesigmaK = 0;
keygen.c: | ^~~~~~~~~~
keygen.c: 1 warning generated.
mqq-sign.c: mqq-sign.c:97:13: warning: variable 'byteindex' set but not used [-Wunused-but-set-variable]
mqq-sign.c: 97 | uint8_t i, byteindex;
mqq-sign.c: | ^
mqq-sign.c: mqq-sign.c:479:17: warning: unused variable 'MaskShort' [-Wunused-variable]
mqq-sign.c: 479 | const uint16_t MaskShort[8] = {0x8000, 0x4000, 0x2000, 0x1000, 0x0800, 0x0400, 0x0200, 0x0100};
mqq-sign.c: | ^~~~~~~~~
mqq-sign.c: 2 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
Compiler output
keygen.c: keygen.c: In function 'crypto_sign_mqqsig192_ref_timingleaks_keypair':
keygen.c: keygen.c:627:21: warning: unused variable 'makesigmaK' [-Wunused-variable]
keygen.c: 627 | int makesigmaK = 0;
keygen.c: | ^~~~~~~~~~
keygen.c: In file included from keygen.c:40:
keygen.c: mqqsig.h: At top level:
keygen.c: mqqsig.h:169:50: warning: 'mqq_sigmaK' defined but not used [-Wunused-variable]
keygen.c: 169 | static uint_sigma __attribute__ ((aligned (16))) mqq_sigmaK[N];
keygen.c: | ^~~~~~~~~~
keygen.c: mqqsig.h:168:50: warning: 'mqq_sigma1' defined but not used [-Wunused-variable]
keygen.c: 168 | static uint_sigma __attribute__ ((aligned (16))) mqq_sigma1[N];
keygen.c: | ^~~~~~~~~~
keygen.c: mqqsig.h:163:47: warning: 'cc2' defined but not used [-Wunused-variable]
keygen.c: 163 | static uint8_t __attribute__ ((aligned (16))) cc2[9];
keygen.c: | ^~~
keygen.c: mqqsig.h:162:47: warning: 'cc1' defined but not used [-Wunused-variable]
keygen.c: 162 | static uint8_t __attribute__ ((aligned (16))) cc1[9];
keygen.c: | ^~~
keygen.c: mqqsig.h:160:47: warning: 'mqq_a' defined but not used [-Wunused-variable]
keygen.c: 160 | static uint8_t __attribute__ ((aligned (16))) mqq_a[9*9-1+1];
keygen.c: | ^~~~~
mqq-sign.c: mqq-sign.c: In function 'InverseAffineTransformation':
mqq-sign.c: mqq-sign.c:97:20: warning: variable 'byteindex' set but not used [-Wunused-but-set-variable]
mqq-sign.c: 97 | uint8_t i, byteindex;
mqq-sign.c: | ^~~~~~~~~
mqq-sign.c: mqq-sign.c: In function 'Q':
mqq-sign.c: mqq-sign.c:479:24: warning: unused variable 'MaskShort' [-Wunused-variable]
mqq-sign.c: 479 | const uint16_t MaskShort[8] = {0x8000, 0x4000, 0x2000, 0x1000, 0x0800, 0x0400, 0x0200, 0x0100};
mqq-sign.c: | ^~~~~~~~~
mqq-verify.c: In file included from mqq-verify.c:35:
mqq-verify.c: mqqsig.h:175:47: warning: 'lookup_table_private_key' defined but not used [-Wunused-variable]
mqq-verify.c: 175 | static uint8_t __attribute__ ((aligned (16))) lookup_table_private_key[256*256*2];
mqq-verify.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
mqq-verify.c: mqqsig.h:169:50: warning: 'mqq_sigmaK' defined but not used [-Wunused-variable]
mqq-verify.c: 169 | static uint_sigma __attribute__ ((aligned (16))) mqq_sigmaK[N];
mqq-verify.c: | ^~~~~~~~~~
mqq-verify.c: mqqsig.h:168:50: warning: 'mqq_sigma1' defined but not used [-Wunused-variable]
mqq-verify.c: 168 | static uint_sigma __attribute__ ((aligned (16))) mqq_sigma1[N];
mqq-verify.c: | ^~~~~~~~~~
mqq-verify.c: mqqsig.h:163:47: warning: 'cc2' defined but not used [-Wunused-variable]
mqq-verify.c: 163 | static uint8_t __attribute__ ((aligned (16))) cc2[9];
mqq-verify.c: | ^~~
mqq-verify.c: mqqsig.h:162:47: warning: 'cc1' defined but not used [-Wunused-variable]
mqq-verify.c: 162 | static uint8_t __attribute__ ((aligned (16))) cc1[9];
mqq-verify.c: | ^~~
mqq-verify.c: mqqsig.h:160:47: warning: 'mqq_a' defined but not used [-Wunused-variable]
mqq-verify.c: 160 | static uint8_t __attribute__ ((aligned (16))) mqq_a[9*9-1+1];
mqq-verify.c: | ^~~~~
try.c: In file included from crypto_sign_mqqsig192.h:4,
try.c: from crypto_sign.h:4,
try.c: from try.c:8,
try.c: from try-small.c:2:
try.c: mqqsig.h:175:47: warning: 'lookup_table_private_key' defined but not used [-Wunused-variable]
try.c: 175 | static uint8_t __attribute__ ((aligned (16))) lookup_table_private_key[256*256*2];
try.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
try.c: mqqsig.h:169:50: warning: 'mqq_sigmaK' defined but not used [-Wunused-variable]
try.c: 169 | static uint_sigma __attribute__ ((aligned (16))) mqq_sigmaK[N];
try.c: | ^~~~~~~~~~
try.c: mqqsig.h:168:50: warning: 'mqq_sigma1' defined but not used [-Wunused-variable]
try.c: 168 | static uint_sigma __attribute__ ((aligned (16))) mqq_sigma1[N];
try.c: | ^~~~~~~~~~
try.c: mqqsig.h:163:47: warning: 'cc2' defined but not used [-Wunused-variable]
try.c: 163 | static uint8_t __attribute__ ((aligned (16))) cc2[9];
try.c: | ^~~
try.c: mqqsig.h:162:47: warning: 'cc1' defined but not used [-Wunused-variable]
try.c: 162 | static uint8_t __attribute__ ((aligned (16))) cc1[9];
try.c: | ^~~
try.c: mqqsig.h:160:47: warning: 'mqq_a' defined but not used [-Wunused-variable]
try.c: 160 | static uint8_t __attribute__ ((aligned (16))) mqq_a[9*9-1+1];
try.c: | ^~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |