Implementation notes: armeabi, novenablue, crypto_sign/redgemss192v2

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_sign
Primitive: redgemss192v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1168808899461028 0 081295 440 1576refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020050920200417

Test failure

Implementation: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
error 142
Alarm clock

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: opt
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
determinantn_gf2.c: In file included from determinantn_gf2.c:1:
determinantn_gf2.c: In file included from ./determinantn_gf2.h:5:
determinantn_gf2.c: ./gf2.h:8:17: warning: redefinition of typedef 'gf2' is a C11 feature [-Wtypedef-redefinition]
determinantn_gf2.c: typedef uint8_t gf2;
determinantn_gf2.c: ^
determinantn_gf2.c: ./parameters_HFE.h:16:27: note: previous definition is here
determinantn_gf2.c: typedef unsigned char gf2;
determinantn_gf2.c: ^
determinantn_gf2.c: 1 warning generated.
determinantnv_gf2.c: In file included from determinantnv_gf2.c:1:
determinantnv_gf2.c: In file included from ./determinantnv_gf2.h:5:
determinantnv_gf2.c: ./gf2.h:8:17: warning: redefinition of typedef 'gf2' is a C11 feature [-Wtypedef-redefinition]
determinantnv_gf2.c: typedef uint8_t gf2;
determinantnv_gf2.c: ^
determinantnv_gf2.c: ./parameters_HFE.h:16:27: note: previous definition is here
determinantnv_gf2.c: typedef unsigned char gf2;
determinantnv_gf2.c: ^
determinantnv_gf2.c: 1 warning generated.
mul_gf2x.c: Alarm clock

Number of similar (compiler,implementation) pairs: 10, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE opt
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE opt
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE opt
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE opt
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE opt
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE skylake
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE skylake
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE skylake
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE skylake
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE skylake

Compiler output

Implementation: opt
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
mul_gf2x.c: Alarm clock

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE opt
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE skylake
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE skylake
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE skylake
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE skylake

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
determinantn_gf2.c: In file included from determinantn_gf2.c:1:
determinantn_gf2.c: In file included from ./determinantn_gf2.h:5:
determinantn_gf2.c: ./gf2.h:8:17: warning: redefinition of typedef 'gf2' is a C11 feature [-Wtypedef-redefinition]
determinantn_gf2.c: typedef uint8_t gf2;
determinantn_gf2.c: ^
determinantn_gf2.c: ./parameters_HFE.h:16:27: note: previous definition is here
determinantn_gf2.c: typedef unsigned char gf2;
determinantn_gf2.c: ^
determinantn_gf2.c: 1 warning generated.
determinantnv_gf2.c: In file included from determinantnv_gf2.c:1:
determinantnv_gf2.c: In file included from ./determinantnv_gf2.h:5:
determinantnv_gf2.c: ./gf2.h:8:17: warning: redefinition of typedef 'gf2' is a C11 feature [-Wtypedef-redefinition]
determinantnv_gf2.c: typedef uint8_t gf2;
determinantnv_gf2.c: ^
determinantnv_gf2.c: ./parameters_HFE.h:16:27: note: previous definition is here
determinantnv_gf2.c: typedef unsigned char gf2;
determinantnv_gf2.c: ^
determinantnv_gf2.c: 1 warning generated.
randMatrix_gf2.c: In file included from randMatrix_gf2.c:3:
randMatrix_gf2.c: ./gf2.h:8:17: warning: redefinition of typedef 'gf2' is a C11 feature [-Wtypedef-redefinition]
randMatrix_gf2.c: typedef uint8_t gf2;
randMatrix_gf2.c: ^
randMatrix_gf2.c: ./parameters_HFE.h:16:27: note: previous definition is here
randMatrix_gf2.c: typedef unsigned char gf2;
randMatrix_gf2.c: ^
randMatrix_gf2.c: 1 warning generated.
signHFE.c: signHFE.c:984:26: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
signHFE.c: for(i=0;i<(NB_WORD_GFqv-1);++i)
signHFE.c: ~^~~~~~~~~~~~~~~~~
signHFE.c: 1 warning generated.

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref

Namespace violations

Implementation: ref
Security model: unknown
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
add_gf2n.o RedGeMSS_192U_add2_gf2n_ref T
add_gf2n.o RedGeMSS_192U_add2_product_gf2n_ref T
add_gf2n.o RedGeMSS_192U_add_gf2n_ref T
add_gf2n.o RedGeMSS_192U_add_product_gf2n_ref T
changeVariablesMQS_gf2.o RedGeMSS_192U_changeVariablesMQS_simd_gf2 T
chooseRootHFE_gf2nx.o RedGeMSS_192U_chooseRootHFE_gf2nx T
convMQS_gf2.o RedGeMSS_192U_convMQS_one_eq_to_hybrid_rep8_comp_gf2 T
convMQS_gf2.o RedGeMSS_192U_convMQS_one_eq_to_hybrid_rep8_uncomp_gf2 T
convMQ_gf2.o RedGeMSS_192U_convMQ_UL_gf2 T
convMQ_gf2.o RedGeMSS_192U_convMQ_last_UL_gf2 T
convMQ_gf2.o RedGeMSS_192U_convMQ_last_uncompressL_gf2 T
convMQ_gf2.o RedGeMSS_192U_convMQ_uncompressL_gf2 T
conv_gf2nx.o RedGeMSS_192U_convHFEpolynomialSparseToDense_gf2nx T
conv_gf2nx.o RedGeMSS_192U_convMonic_gf2nx T
determinantn_gf2.o RedGeMSS_192U_determinantn_cst_gf2 T
determinantn_gf2.o RedGeMSS_192U_determinantn_nocst_gf2 T
determinantnv_gf2.o RedGeMSS_192U_determinantnv_cst_gf2 T
determinantnv_gf2.o RedGeMSS_192U_determinantnv_nocst_gf2 T
div_gf2nx.o RedGeMSS_192U_div_q_monic_gf2nx T
div_gf2nx.o RedGeMSS_192U_div_qr_monic_gf2nx T
div_gf2nx.o RedGeMSS_192U_div_r_HFE_cst_gf2nx T
div_gf2nx.o RedGeMSS_192U_div_r_HFE_cstdeg_gf2nx T
div_gf2nx.o RedGeMSS_192U_div_r_HFE_gf2nx T
div_gf2nx.o RedGeMSS_192U_div_r_gf2nx T
div_gf2nx.o RedGeMSS_192U_div_r_monic_cst_gf2nx T
dotProduct_gf2n.o RedGeMSS_192U_dotProduct_no_simd_gf2n T
dotProduct_gf2n.o RedGeMSS_192U_doubleDotProduct_no_simd_gf2n T
evalMQShybrid_gf2.o RedGeMSS_192U_evalMQShybrid8_uncomp_nocst_gf2_m T
evalMQSnocst8_gf2.o RedGeMSS_192U_evalMQSnocst8_unrolled_gf2 T
evalMQSnocst8_quo_gf2.o RedGeMSS_192U_evalMQSnocst8_unrolled_quo_gf2 T
evalMQSv_gf2.o RedGeMSS_192U_evalMQSv_classical_gf2 T
evalMQnocst_gf2.o RedGeMSS_192U_evalMQnocst_unrolled_no_simd_gf2 T
findRootsSplit_gf2nx.o RedGeMSS_192U_findRootsSplit_gf2nx T
findRoots_gf2nx.o RedGeMSS_192U_findRootsHFE_gf2nx T
findRoots_gf2nx.o RedGeMSS_192U_findUniqRootHFE_gf2nx T
frobeniusMap_gf2nx.o RedGeMSS_192U_frobeniusMap_HFE_gf2nx T
gcd_gf2nx.o RedGeMSS_192U_gcd_gf2nx T
genCanonicalBasis_gf2n.o RedGeMSS_192U_genCanonicalBasis_gf2n T
genSecretMQS_gf2.o RedGeMSS_192U_genSecretMQS_gf2_ref T
initListDifferences_gf2nx.o RedGeMSS_192U_initListDifferences_gf2nx T
initMatrixId_gf2.o RedGeMSS_192U_initMatrixIdn_gf2 T
initMatrixId_gf2.o RedGeMSS_192U_initMatrixIdnv_gf2 T
invMatrixn_gf2.o RedGeMSS_192U_invMatrixLUn_gf2 T
invMatrixn_gf2.o RedGeMSS_192U_invMatrixn_cst_gf2 T
invMatrixn_gf2.o RedGeMSS_192U_invMatrixn_nocst_gf2 T
invMatrixnv_gf2.o RedGeMSS_192U_invMatrixLUnv_gf2 T
invMatrixnv_gf2.o RedGeMSS_192U_invMatrixnv_cst_gf2 T
invMatrixnv_gf2.o RedGeMSS_192U_invMatrixnv_nocst_gf2 T
inv_gf2n.o RedGeMSS_192U_inv_Fermat_gf2n_ref T
inv_gf2n.o RedGeMSS_192U_inv_ITMIA_gf2n_ref T
mixEquationsMQS_gf2.o RedGeMSS_192U_mixEquationsMQS8_gf2_right T
mul_gf2n.o RedGeMSS_192U_mul_no_simd_gf2x_ref T
mul_gf2n.o RedGeMSS_192U_mul_then_rem_gf2n T
predicate.o RedGeMSS_192U_CMP_LT T
predicate.o RedGeMSS_192U_CMP_LT_NOCST T
predicate.o RedGeMSS_192U_ISEQUAL T
predicate.o RedGeMSS_192U_ISEQUAL_NOCST T
predicate.o RedGeMSS_192U_ISNOTZERO T
predicate.o RedGeMSS_192U_ISONE T
predicate.o RedGeMSS_192U_ISONE_NOCST T
predicate.o RedGeMSS_192U_ISZERO T
predicate.o RedGeMSS_192U_ISZERO_NOCST T
randMatrix_gf2.o RedGeMSS_192U_cleanLowerMatrixn T
randMatrix_gf2.o RedGeMSS_192U_cleanLowerMatrixnv T
randMatrix_gf2.o RedGeMSS_192U_cleanMatrix_gf2_n T
randMatrix_gf2.o RedGeMSS_192U_cleanMatrix_gf2_nv T
randMatrix_gf2.o RedGeMSS_192U_genLowerMatrixn T
randMatrix_gf2.o RedGeMSS_192U_genLowerMatrixnv T
randMatrix_gf2.o RedGeMSS_192U_mulMatricesLU_gf2_n T
randMatrix_gf2.o RedGeMSS_192U_mulMatricesLU_gf2_nv T
randMatrix_gf2.o RedGeMSS_192U_randInvMatrix_gf2_n T
randMatrix_gf2.o RedGeMSS_192U_randInvMatrix_gf2_nv T
randMatrix_gf2.o RedGeMSS_192U_randMatrix_gf2_n T
randMatrix_gf2.o RedGeMSS_192U_randMatrix_gf2_nv T
rand_gf2nx.o RedGeMSS_192U_cleanMonicHFE_gf2nx T
rand_gf2nx.o RedGeMSS_192U_cleanMonicHFEv_gf2nx T
rand_gf2nx.o RedGeMSS_192U_randMonicHFE_gf2nx T
rand_gf2nx.o RedGeMSS_192U_randMonicHFEv_gf2nx T
rand_gf2nx.o RedGeMSS_192U_randMonic_gf2nx T
rem_gf2n.o RedGeMSS_192U_rem_gf2n_ref T
rem_gf2n.o RedGeMSS_192U_rem_gf2n_ref2 T
rem_gf2n.o RedGeMSS_192U_remsqr_gf2n_ref T
signHFE.o RedGeMSS_192U_precSignHFE T
signHFE.o RedGeMSS_192U_precSignHFESeed T
signHFE.o RedGeMSS_192U_signHFE_FeistelPatarin T
sign_keypairHFE.o RedGeMSS_192U_sign_keypairHFE T
sign_openHFE.o RedGeMSS_192U_sign_openHFE T
sign_openHFE.o RedGeMSS_192U_sign_openHFE_huncomp_pk T
sign_openHFE.o RedGeMSS_192U_sign_openHFE_uncomp_pk T
sort_gf2n.o RedGeMSS_192U_selectionSort_gf2n T
sort_gf2n.o RedGeMSS_192U_selectionSort_nocst_gf2n T
sqr_gf2n.o RedGeMSS_192U_sqr_no_simd_gf2x_ref2 T
sqr_gf2n.o RedGeMSS_192U_sqr_nocst_then_rem_gf2n T
sqr_gf2n.o RedGeMSS_192U_sqr_then_rem_gf2n T
sqr_gf2nx.o RedGeMSS_192U_sqr_HFE_gf2nx T
sqr_gf2nx.o RedGeMSS_192U_sqr_gf2nx T
vecMatProduct_gf2.o RedGeMSS_192U_vecMatProductm_64 T
vecMatProduct_gf2.o RedGeMSS_192U_vecMatProductn_64 T
vecMatProduct_gf2.o RedGeMSS_192U_vecMatProductnv_64 T
vecMatProduct_gf2.o RedGeMSS_192U_vecMatProductnvn_64 T
vecMatProduct_gf2.o RedGeMSS_192U_vecMatProductnvn_start_64 T
vecMatProduct_gf2.o RedGeMSS_192U_vecMatProductv_64 T

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref