Test results for armeabi, bblack, crypto_sign/sflashv2

[Page version: 20250923 20:25:05]

Measurements for armeabi, bblack, crypto_sign Test results for armeabi, bblack, crypto_sign Test results for crypto_sign/sflashv2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250415
Operation: crypto_sign
Primitive: sflashv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
67251228120 0 040177 516 1512T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
68614441061 0 065932 472 1520T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
72913625936 0 036973 516 1512T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
78813624986 0 035645 508 1512T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
80400837593 0 053644 472 1520T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
83637628949 0 043514 468 1512T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
86500025718 0 036861 516 1512T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
87479243385 0 059620 472 1512T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025050420250307
88220843385 0 059620 472 1512T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025050420250307

Compiler output


keypair.c: keypair.c:10:18: warning: unused variable 'seed' [-Wunused-variable]
keypair.c:   unsigned char *seed;
keypair.c:                  ^
keypair.c: keypair.c:11:7: warning: unused variable 'length' [-Wunused-variable]
keypair.c:   int length;
keypair.c:       ^
keypair.c: 2 warnings generated.
lib_flash.c: lib_flash.c:409:50: warning: '/*' within block comment [-Wcomment]
lib_flash.c:         init_table_flash(CK->M,/*CK->I,*/CK->M1/*,CK->M2/* /*,CK->M3*/);
lib_flash.c:                                                         ^
lib_flash.c: lib_flash.c:409:53: warning: '/*' within block comment [-Wcomment]
lib_flash.c:         init_table_flash(CK->M,/*CK->I,*/CK->M1/*,CK->M2/* /*,CK->M3*/);
lib_flash.c:                                                            ^
lib_flash.c: lib_flash.c:690:3: warning: '/*' within block comment [-Wcomment]
lib_flash.c:                 /*mis <E0> la puissance 2^7^22 de tmp
lib_flash.c:                 ^
lib_flash.c: lib_flash.c:692:3: warning: '/*' within block comment [-Wcomment]
lib_flash.c:                 /*
lib_flash.c:                 ^
lib_flash.c: lib_flash.c:695:4: warning: '/*' within block comment [-Wcomment]
lib_flash.c:    /* inversion affine de S*/
lib_flash.c:    ^
lib_flash.c: lib_flash.c:726:14: warning: 'size' argument to memset is '0'; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
lib_flash.c:         memset(V,33,0);
lib_flash.c:                     ^
lib_flash.c: lib_flash.c:726:14: note: parenthesize the third argument to silence
lib_flash.c: lib_flash.c:783:14: warning: 'size' argument to memset is '0'; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
lib_flash.c:         memset(V,33,0);
lib_flash.c:                     ^
lib_flash.c: lib_flash.c:783:14: note: parenthesize the third argument to silence
lib_flash.c: lib_flash.c:809:6: warning: unused variable 'i' [-Wunused-variable]
lib_flash.c:         int i;
lib_flash.c: ...
table_flash.c: table_flash.c:25:8: warning: ^ has lower precedence than <; < will be evaluated first [-Wparentheses]
table_flash.c:                 if( x^P < x)
table_flash.c:                      ^~~~~~
table_flash.c: table_flash.c:25:8: note: place parentheses around the '<' expression to silence this warning
table_flash.c:                 if( x^P < x)
table_flash.c:                      ^
table_flash.c:                       (    )
table_flash.c: table_flash.c:25:8: note: place parentheses around the ^ expression to evaluate it first
table_flash.c:                 if( x^P < x)
table_flash.c:                      ^
table_flash.c:                     (  )
table_flash.c: table_flash.c:39:28: warning: suggest braces around initialization of subobject [-Wmissing-braces]
table_flash.c: unsigned char MM[37][37]={ 1 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0
table_flash.c:                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
table_flash.c:                            {                                                                                                            }
table_flash.c: table_flash.c:40:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
table_flash.c: ,1 ,1 ,0 ,0 ,1 ,1 ,0 ,1 ,0 ,1 ,1 ,1 ,1 ,1 ,0 ,1 ,1 ,0 ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,1 ,1 ,1 ,0 ,1 ,1 ,1 ,1 ,0 ,1
table_flash.c:  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
table_flash.c:  {                                                                                                            }
table_flash.c: table_flash.c:41:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
table_flash.c: ,0 ,0 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,0 ,0 ,1 ,0 ,1 ,1 ,1 ,1 ,0 ,1 ,0 ,1 ,1 ,0 ,0 ,1 ,0 ,1 ,0 ,0 ,0 ,1 ,0 ,1 ,0 ,0 ,0 ,1
table_flash.c:  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
table_flash.c:  {                                                                                                            }
table_flash.c: table_flash.c:42:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
table_flash.c: ,1 ,0 ,0 ,0 ,1 ,0 ,1 ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,1 ,1 ,1 ,1 ,0 ,0 ,1 ,1 ,1 ,0 ,1 ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,1 ,0 ,1
table_flash.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


keypair.c: keypair.c: In function 'crypto_sign_sflashv2_ref_timingleaks_keypair':
keypair.c: keypair.c:11:7: warning: unused variable 'length' [-Wunused-variable]
keypair.c:    int length;
keypair.c:        ^~~~~~
keypair.c: keypair.c:10:18: warning: unused variable 'seed' [-Wunused-variable]
keypair.c:    unsigned char *seed;
keypair.c:                   ^~~~
lib_flash.c: lib_flash.c: In function 'Flash_build_complete_key':
lib_flash.c: lib_flash.c:409:50: warning: "/*" within comment [-Wcomment]
lib_flash.c:   init_table_flash(CK->M,/*CK->I,*/CK->M1/*,CK->M2/* /*,CK->M3*/);
lib_flash.c:
lib_flash.c: lib_flash.c:409:53: warning: "/*" within comment [-Wcomment]
lib_flash.c: lib_flash.c: In function 'Flash_decrypt':
lib_flash.c: lib_flash.c:690:3: warning: "/*" within comment [-Wcomment]
lib_flash.c:    /*mis � la puissance 2^7^22 de tmp
lib_flash.c:
lib_flash.c: lib_flash.c:692:3: warning: "/*" within comment [-Wcomment]
lib_flash.c:    /*
lib_flash.c:
lib_flash.c: lib_flash.c:695:4: warning: "/*" within comment [-Wcomment]
lib_flash.c:     /* inversion affine de S*/
lib_flash.c:
lib_flash.c: lib_flash.c: In function 'format_message1':
lib_flash.c: lib_flash.c:726:2: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args]
lib_flash.c:   memset(V,33,0);
lib_flash.c:   ^~~~~~
lib_flash.c: lib_flash.c: In function 'format_message2':
lib_flash.c: lib_flash.c:783:2: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args]
lib_flash.c:   memset(V,33,0);
lib_flash.c:   ^~~~~~
lib_flash.c: lib_flash.c: In function 'Flash_sign':
lib_flash.c: lib_flash.c:809:6: warning: unused variable 'i' [-Wunused-variable]
lib_flash.c: ...
table_flash.c: table_flash.c: In function 'mult2':
table_flash.c: table_flash.c:25:11: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
table_flash.c:    if( x^P < x)
table_flash.c:          ~~^~~
table_flash.c: table_flash.c: In function 'build_MM':
table_flash.c: table_flash.c:39:26: warning: missing braces around initializer [-Wmissing-braces]
table_flash.c:  unsigned char MM[37][37]={ 1 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0
table_flash.c:                           ^
table_flash.c:                             {
table_flash.c:  ,1 ,1 ,0 ,0 ,1 ,1 ,0 ,1 ,0 ,1 ,1 ,1 ,1 ,1 ,0 ,1 ,1 ,0 ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,1 ,1 ,1 ,0 ,1 ,1 ,1 ,1 ,0 ,1
table_flash.c:  }{
table_flash.c:  ,0 ,0 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,0 ,0 ,1 ,0 ,1 ,1 ,1 ,1 ,0 ,1 ,0 ,1 ,1 ,0 ,0 ,1 ,0 ,1 ,0 ,0 ,0 ,1 ,0 ,1 ,0 ,0 ,0 ,1
table_flash.c:  }{
table_flash.c:  ,1 ,0 ,0 ,0 ,1 ,0 ,1 ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,1 ,1 ,1 ,1 ,0 ,0 ,1 ,1 ,1 ,0 ,1 ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,1 ,0 ,1
table_flash.c:  }{
table_flash.c:  ,0 ,0 ,1 ,1 ,1 ,0 ,0 ,1 ,1 ,0 ,0 ,1 ,1 ,0 ,1 ,1 ,1 ,0 ,1 ,0 ,0 ,1 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,1 ,1 ,0 ,1 ,1 ,0 ,0 ,1
table_flash.c:  }{
table_flash.c:  ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,1 ,1 ,0 ,1 ,1 ,1 ,0 ,1 ,0 ,0 ,0 ,1 ,1 ,0 ,0 ,0 ,0 ,1 ,1 ,0 ,1 ,1 ,0 ,1 ,1 ,1 ,0 ,0 ,1 ,1
table_flash.c:  }{
table_flash.c:  ,1 ,0 ,1 ,1 ,1 ,0 ,1 ,0 ,1 ,1 ,0 ,1 ,1 ,1 ,0 ,1 ,1 ,0 ,0 ,1 ,0 ,1 ,1 ,0 ,0 ,0 ,1 ,1 ,1 ,1 ,1 ,0 ,1 ,1 ,1 ,0 ,0
table_flash.c:  }{
table_flash.c:  ,1 ,1 ,0 ,0 ,1 ,0 ,0 ,1 ,0 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,0 ,0 ,0 ,0 ,1 ,1 ,1 ,1 ,0 ,0 ,0 ,0 ,1 ,0 ,0 ,0 ,1 ,0 ,0 ,1 ,0
table_flash.c:  }{
table_flash.c:  ,0 ,0 ,0 ,0 ,0 ,1 ,0 ,1 ,0 ,0 ,0 ,0 ,1 ,0 ,0 ,0 ,0 ,0 ,1 ,1 ,0 ,0 ,0 ,0 ,1 ,0 ,0 ,0 ,1 ,1 ,1 ,1 ,1 ,0 ,0 ,0 ,1
table_flash.c:  }{
table_flash.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 00000106
keypair.o N 00000108
keypair.o N 00000116
keypair.o N 0000012a
keypair.o N 0000012c
keypair.o N 0000012e
keypair.o N 00000131
keypair.o N 00000135
keypair.o N 00000138
keypair.o N 0000013b
keypair.o N 0000013f
keypair.o N 00000142
keypair.o N 00000145
keypair.o N 0000014b
keypair.o N 0000014d
keypair.o N 00000160
keypair.o N 0000018d
keypair.o N 00000191
keypair.o N 00000194
keypair.o N 00000197
keypair.o N 0000019a
keypair.o N 0000019f
lib_flash.o Bij_Aff T
lib_flash.o Flash_build_complete_key T
lib_flash.o Flash_complete2private T
lib_flash.o Flash_complete2public T
lib_flash.o Flash_decrypt T
lib_flash.o Flash_encrypt T
lib_flash.o Flash_load2_private_key T
lib_flash.o Flash_load2_public_key T
lib_flash.o Flash_load_private_key T
lib_flash.o Flash_load_public_key T
lib_flash.o Flash_sign T
lib_flash.o Flash_sign2 T
lib_flash.o Flash_store2_private_key T
lib_flash.o Flash_store2_public_key T
lib_flash.o Flash_store_private_key T
lib_flash.o Flash_verify T
lib_flash.o Flash_verify2 T
lib_flash.o N 00000000
lib_flash.o N 00000037
lib_flash.o N 00000043
lib_flash.o N 00000108
lib_flash.o N 00000116
lib_flash.o N 00000128
lib_flash.o N 0000012d
lib_flash.o N 00000133
lib_flash.o N 00000135
lib_flash.o N 0000013c
lib_flash.o N 0000013e
lib_flash.o N 00000140
lib_flash.o N 00000142
lib_flash.o N 00000145
lib_flash.o N 00000159
lib_flash.o N 0000015b
lib_flash.o N 0000015f
lib_flash.o N 00000164
lib_flash.o N 0000016a
lib_flash.o N 0000016c
lib_flash.o N 0000016e
lib_flash.o N 00000178
lib_flash.o N 0000017a
lib_flash.o N 0000017c
lib_flash.o N 0000017e
lib_flash.o N 00000180
lib_flash.o N 0000018b
lib_flash.o N 0000018e
lib_flash.o N 00000191
lib_flash.o N 00000194
lib_flash.o N 0000019d
lib_flash.o N 000001a1
lib_flash.o N 000001a9
lib_flash.o N 000001ae
lib_flash.o N 000001b6
lib_flash.o N 000001bc
lib_flash.o N 000001c4
lib_flash.o N 000001cd
lib_flash.o N 000001d6
lib_flash.o N 000001ef
lib_flash.o N 00000205
lib_flash.o N 0000021c
lib_flash.o N 0000022a
lib_flash.o N 00000238
lib_flash.o N 00000248
lib_flash.o N 00000258
lib_flash.o N 00000263
lib_flash.o N 0000026f
lib_flash.o N 0000027c
lib_flash.o N 0000028a
lib_flash.o N 00000293
lib_flash.o N 0000029d
lib_flash.o N 000002b5
lib_flash.o N 000002cb
lib_flash.o N 000002e2
lib_flash.o N 000002fa
lib_flash.o N 00000313
lib_flash.o N 0000032a
lib_flash.o N 00000342
lib_flash.o N 00000344
lib_flash.o N 00000346
lib_flash.o N 00000349
lib_flash.o N 0000034c
lib_flash.o N 0000034e
lib_flash.o N 00000350
lib_flash.o N 00000352
lib_flash.o N 00000355
lib_flash.o N 00000357
lib_flash.o N 00000359
lib_flash.o N 0000035b
lib_flash.o N 0000035d
lib_flash.o N 0000035f
lib_flash.o N 00000363
lib_flash.o N 00000369
lib_flash.o N 0000036e
lib_flash.o N 00000374
lib_flash.o N 0000037a
lib_flash.o N 0000037f
lib_flash.o N 00000383
lib_flash.o N 00000388
lib_flash.o N 0000038b
lib_flash.o N 0000038e
lib_flash.o N 00000391
lib_flash.o N 00000394
lib_flash.o N 00000396
lib_flash.o N 00000398
lib_flash.o N 0000039b
lib_flash.o N 0000039d
lib_flash.o N 000003a1
lib_flash.o N 000003a5
lib_flash.o N 000003a8
lib_flash.o N 000003ae
lib_flash.o N 000003c1
lib_flash.o N 000003c4
lib_flash.o N 000003c8
lib_flash.o N 000003cb
lib_flash.o N 000003cd
lib_flash.o N 000003d1
lib_flash.o N 000003d6
lib_flash.o N 000003db
lib_flash.o N 000003e0
lib_flash.o N 000003e3
lib_flash.o N 000003e5
lib_flash.o N 000003ec
lib_flash.o N 000003f6
lib_flash.o N 000003fa
lib_flash.o N 000003ff
lib_flash.o N 00000402
lib_flash.o N 0000040a
lib_flash.o N 00000411
lib_flash.o N 0000041e
lib_flash.o N 0000042b
lib_flash.o N 00000439
lib_flash.o N 00000448
lib_flash.o N 00000456
lib_flash.o N 00000464
lib_flash.o N 00000471
lib_flash.o N 0000047d
lib_flash.o N 0000048b
lib_flash.o N 0000049b
lib_flash.o N 000004a8
lib_flash.o N 000004b1
lib_flash.o N 000004bc
lib_flash.o N 000004c3
lib_flash.o N 000004cb
lib_flash.o N 000004d3
lib_flash.o N 000004df
lib_flash.o N 000004e8
lib_flash.o N 000004f0
lib_flash.o N 000004fc
lib_flash.o N 0000050b
lib_flash.o N 0000051a
lib_flash.o N 00000526
lib_flash.o N 00000530
lib_flash.o N 00000536
lib_flash.o N 00000541
lib_flash.o N 00000549
lib_flash.o N 00000557
lib_flash.o N 00000560
lib_flash.o N 0000056a
lib_flash.o N 00000573
lib_flash.o N 0000057f
lib_flash.o N 0000058a
lib_flash.o N 00000598
lib_flash.o N 000005a6
lib_flash.o N 000005b3
lib_flash.o N 000005ba
lib_flash.o N 000005c7
lib_flash.o N 000005ce
lib_flash.o N 000005d4
lib_flash.o N 000005dd
lib_flash.o N 000005e6
lib_flash.o N 000005eb
lib_flash.o add37 T
lib_flash.o bit T
lib_flash.o exponent T
lib_flash.o format_message1 T
lib_flash.o format_message2 T
lib_flash.o inv_affine T
lib_flash.o lineaire T
lib_flash.o load_bit T
lib_flash.o mul37 T
lib_flash.o nextbit T
lib_flash.o priv_pub T
lib_flash.o quadratic T
lib_flash.o sqsq37 T
lib_flash.o store_bit T
messagesigned.o N 00000000
messagesigned.o N 00000037
messagesigned.o N 00000047
messagesigned.o N 0000010c
messagesigned.o N 0000010e
messagesigned.o N 0000011c
messagesigned.o N 00000130
messagesigned.o N 00000132
messagesigned.o N 00000134
messagesigned.o N 00000137
messagesigned.o N 0000013b
messagesigned.o N 0000013e
messagesigned.o N 00000141
messagesigned.o N 00000145
messagesigned.o N 00000148
messagesigned.o N 0000014b
messagesigned.o N 00000151
messagesigned.o N 00000153
messagesigned.o N 00000166
messagesigned.o N 00000190
messagesigned.o N 00000194
messagesigned.o N 0000019e
messagesigned.o N 000001a0
messagesigned.o N 000001a5
messagesigned.o N 000001bc
messagesigned.o N 000001bf
messagesigned.o N 000001c2
messagesigned.o N 000001c8
signedmessage.o N 00000000
signedmessage.o N 00000037
signedmessage.o N 00000047
signedmessage.o N 0000010c
signedmessage.o N 0000010e
signedmessage.o N 0000011c
signedmessage.o N 00000130
signedmessage.o N 00000132
signedmessage.o N 00000134
signedmessage.o N 00000137
signedmessage.o N 0000013b
signedmessage.o N 0000013e
signedmessage.o N 00000141
signedmessage.o N 00000145
signedmessage.o N 00000148
signedmessage.o N 0000014b
signedmessage.o N 00000151
signedmessage.o N 00000153
signedmessage.o N 00000166
signedmessage.o N 0000018b
signedmessage.o N 0000018f
signedmessage.o N 00000199
signedmessage.o N 0000019c
signedmessage.o N 000001a2
signedmessage.o N 000001b9
signedmessage.o N 000001bb
signedmessage.o N 000001be
signedmessage.o N 000001c3
table_flash.o N 00000000
table_flash.o N 00000037
table_flash.o N 00000045
table_flash.o N 0000010a
table_flash.o N 0000011c
table_flash.o N 0000012a
table_flash.o N 00000132
table_flash.o N 00000134
table_flash.o N 00000137
table_flash.o N 0000014b
table_flash.o N 00000154
table_flash.o N 00000157
table_flash.o N 0000015d
table_flash.o N 0000016e
table_flash.o N 00000170
table_flash.o N 00000172
table_flash.o N 00000174
table_flash.o N 00000178
table_flash.o N 0000017a
table_flash.o build_M T
table_flash.o build_MM T
table_flash.o init_table_flash T
table_flash.o mult2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 00000106
keypair.o N 00000108
keypair.o N 00000116
keypair.o N 0000012a
keypair.o N 0000012c
keypair.o N 0000012e
keypair.o N 00000131
keypair.o N 00000135
keypair.o N 00000138
keypair.o N 0000013b
keypair.o N 0000013f
keypair.o N 00000142
keypair.o N 00000145
keypair.o N 0000014b
keypair.o N 0000014d
keypair.o N 00000160
keypair.o N 0000018d
keypair.o N 00000191
keypair.o N 00000194
keypair.o N 00000197
keypair.o N 0000019a
keypair.o N 0000019f
lib_flash.o Bij_Aff T
lib_flash.o Flash_build_complete_key T
lib_flash.o Flash_complete2private T
lib_flash.o Flash_complete2public T
lib_flash.o Flash_decrypt T
lib_flash.o Flash_encrypt T
lib_flash.o Flash_load2_private_key T
lib_flash.o Flash_load2_public_key T
lib_flash.o Flash_load_private_key T
lib_flash.o Flash_load_public_key T
lib_flash.o Flash_sign T
lib_flash.o Flash_sign2 T
lib_flash.o Flash_store2_private_key T
lib_flash.o Flash_store2_public_key T
lib_flash.o Flash_store_private_key T
lib_flash.o Flash_verify T
lib_flash.o Flash_verify2 T
lib_flash.o N 00000000
lib_flash.o N 00000037
lib_flash.o N 00000043
lib_flash.o N 00000108
lib_flash.o N 00000116
lib_flash.o N 00000128
lib_flash.o N 0000012d
lib_flash.o N 00000133
lib_flash.o N 00000135
lib_flash.o N 0000013e
lib_flash.o N 00000140
lib_flash.o N 00000142
lib_flash.o N 00000144
lib_flash.o N 00000146
lib_flash.o N 0000014a
lib_flash.o N 0000014c
lib_flash.o N 0000014f
lib_flash.o N 00000163
lib_flash.o N 00000165
lib_flash.o N 0000016f
lib_flash.o N 00000171
lib_flash.o N 00000173
lib_flash.o N 00000175
lib_flash.o N 00000177
lib_flash.o N 00000179
lib_flash.o N 0000017b
lib_flash.o N 0000017d
lib_flash.o N 00000186
lib_flash.o N 00000189
lib_flash.o N 0000018d
lib_flash.o N 00000195
lib_flash.o N 0000019a
lib_flash.o N 000001a2
lib_flash.o N 000001a8
lib_flash.o N 000001b3
lib_flash.o N 000001ba
lib_flash.o N 000001c0
lib_flash.o N 000001c8
lib_flash.o N 000001d1
lib_flash.o N 000001ea
lib_flash.o N 00000200
lib_flash.o N 00000217
lib_flash.o N 00000225
lib_flash.o N 00000233
lib_flash.o N 00000243
lib_flash.o N 00000253
lib_flash.o N 0000025e
lib_flash.o N 0000026a
lib_flash.o N 00000277
lib_flash.o N 00000285
lib_flash.o N 0000028e
lib_flash.o N 00000298
lib_flash.o N 000002b0
lib_flash.o N 000002c6
lib_flash.o N 000002dd
lib_flash.o N 000002f5
lib_flash.o N 0000030e
lib_flash.o N 00000325
lib_flash.o N 0000033d
lib_flash.o N 0000033f
lib_flash.o N 00000342
lib_flash.o N 00000345
lib_flash.o N 00000348
lib_flash.o N 0000034d
lib_flash.o N 0000034f
lib_flash.o N 00000351
lib_flash.o N 00000354
lib_flash.o N 00000357
lib_flash.o N 00000359
lib_flash.o N 0000035b
lib_flash.o N 0000035d
lib_flash.o N 0000035f
lib_flash.o N 00000363
lib_flash.o N 00000369
lib_flash.o N 0000036e
lib_flash.o N 00000374
lib_flash.o N 0000037a
lib_flash.o N 0000037f
lib_flash.o N 00000383
lib_flash.o N 00000388
lib_flash.o N 0000038b
lib_flash.o N 0000038e
lib_flash.o N 00000391
lib_flash.o N 00000394
lib_flash.o N 00000396
lib_flash.o N 00000398
lib_flash.o N 0000039b
lib_flash.o N 0000039d
lib_flash.o N 000003a1
lib_flash.o N 000003a5
lib_flash.o N 000003a8
lib_flash.o N 000003ae
lib_flash.o N 000003c1
lib_flash.o N 000003c4
lib_flash.o N 000003c8
lib_flash.o N 000003cb
lib_flash.o N 000003cd
lib_flash.o N 000003d1
lib_flash.o N 000003d6
lib_flash.o N 000003db
lib_flash.o N 000003e0
lib_flash.o N 000003e3
lib_flash.o N 000003e5
lib_flash.o N 000003ec
lib_flash.o N 000003f6
lib_flash.o N 000003fa
lib_flash.o N 000003ff
lib_flash.o N 00000402
lib_flash.o N 0000040a
lib_flash.o N 00000411
lib_flash.o N 0000041e
lib_flash.o N 0000042b
lib_flash.o N 00000439
lib_flash.o N 00000448
lib_flash.o N 00000456
lib_flash.o N 00000464
lib_flash.o N 00000471
lib_flash.o N 0000047d
lib_flash.o N 0000048b
lib_flash.o N 0000049b
lib_flash.o N 000004a8
lib_flash.o N 000004b1
lib_flash.o N 000004bc
lib_flash.o N 000004c3
lib_flash.o N 000004cb
lib_flash.o N 000004d3
lib_flash.o N 000004df
lib_flash.o N 000004e8
lib_flash.o N 000004f0
lib_flash.o N 000004fc
lib_flash.o N 0000050b
lib_flash.o N 0000051a
lib_flash.o N 00000526
lib_flash.o N 00000530
lib_flash.o N 00000536
lib_flash.o N 00000541
lib_flash.o N 00000549
lib_flash.o N 00000557
lib_flash.o N 00000560
lib_flash.o N 0000056a
lib_flash.o N 00000573
lib_flash.o N 0000057f
lib_flash.o N 0000058a
lib_flash.o N 00000598
lib_flash.o N 000005a6
lib_flash.o N 000005b3
lib_flash.o N 000005ba
lib_flash.o N 000005c7
lib_flash.o N 000005ce
lib_flash.o N 000005d4
lib_flash.o N 000005dd
lib_flash.o N 000005e6
lib_flash.o N 000005eb
lib_flash.o add37 T
lib_flash.o bit T
lib_flash.o exponent T
lib_flash.o format_message1 T
lib_flash.o format_message2 T
lib_flash.o inv_affine T
lib_flash.o lineaire T
lib_flash.o load_bit T
lib_flash.o mul37 T
lib_flash.o nextbit T
lib_flash.o priv_pub T
lib_flash.o quadratic T
lib_flash.o sqsq37 T
lib_flash.o store_bit T
messagesigned.o N 00000000
messagesigned.o N 00000037
messagesigned.o N 00000047
messagesigned.o N 0000010c
messagesigned.o N 0000010e
messagesigned.o N 0000011c
messagesigned.o N 00000130
messagesigned.o N 00000132
messagesigned.o N 00000134
messagesigned.o N 00000137
messagesigned.o N 0000013b
messagesigned.o N 0000013e
messagesigned.o N 00000141
messagesigned.o N 00000145
messagesigned.o N 00000148
messagesigned.o N 0000014b
messagesigned.o N 00000151
messagesigned.o N 00000153
messagesigned.o N 00000166
messagesigned.o N 00000190
messagesigned.o N 00000194
messagesigned.o N 0000019e
messagesigned.o N 000001a0
messagesigned.o N 000001a5
messagesigned.o N 000001bc
messagesigned.o N 000001bf
messagesigned.o N 000001c2
messagesigned.o N 000001c8
signedmessage.o N 00000000
signedmessage.o N 00000037
signedmessage.o N 00000047
signedmessage.o N 0000010c
signedmessage.o N 0000010e
signedmessage.o N 0000011c
signedmessage.o N 00000130
signedmessage.o N 00000132
signedmessage.o N 00000134
signedmessage.o N 00000137
signedmessage.o N 0000013b
signedmessage.o N 0000013e
signedmessage.o N 00000141
signedmessage.o N 00000145
signedmessage.o N 00000148
signedmessage.o N 0000014b
signedmessage.o N 00000151
signedmessage.o N 00000153
signedmessage.o N 00000166
signedmessage.o N 0000018b
signedmessage.o N 0000018f
signedmessage.o N 00000199
signedmessage.o N 0000019c
signedmessage.o N 000001a2
signedmessage.o N 000001b9
signedmessage.o N 000001bb
signedmessage.o N 000001be
signedmessage.o N 000001c3
table_flash.o N 00000000
table_flash.o N 00000037
table_flash.o N 00000045
table_flash.o N 0000010a
table_flash.o N 0000011c
table_flash.o N 0000012a
table_flash.o N 00000132
table_flash.o N 00000134
table_flash.o N 00000137
table_flash.o N 0000014b
table_flash.o N 00000154
table_flash.o N 00000157
table_flash.o N 0000015d
table_flash.o N 0000016e
table_flash.o N 00000170
table_flash.o N 00000172
table_flash.o N 00000174
table_flash.o N 00000176
table_flash.o N 00000178
table_flash.o build_M T
table_flash.o build_MM T
table_flash.o init_table_flash T
table_flash.o mult2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 00000105
keypair.o N 00000107
keypair.o N 00000115
keypair.o N 00000129
keypair.o N 0000012b
keypair.o N 0000012d
keypair.o N 00000130
keypair.o N 00000134
keypair.o N 00000137
keypair.o N 0000013a
keypair.o N 0000013e
keypair.o N 00000141
keypair.o N 00000144
keypair.o N 0000014a
keypair.o N 0000014c
keypair.o N 0000015f
keypair.o N 0000018c
keypair.o N 00000190
keypair.o N 00000193
keypair.o N 00000196
keypair.o N 00000199
keypair.o N 0000019e
lib_flash.o Bij_Aff T
lib_flash.o Flash_build_complete_key T
lib_flash.o Flash_complete2private T
lib_flash.o Flash_complete2public T
lib_flash.o Flash_decrypt T
lib_flash.o Flash_encrypt T
lib_flash.o Flash_load2_private_key T
lib_flash.o Flash_load2_public_key T
lib_flash.o Flash_load_private_key T
lib_flash.o Flash_load_public_key T
lib_flash.o Flash_sign T
lib_flash.o Flash_sign2 T
lib_flash.o Flash_store2_private_key T
lib_flash.o Flash_store2_public_key T
lib_flash.o Flash_store_private_key T
lib_flash.o Flash_verify T
lib_flash.o Flash_verify2 T
lib_flash.o N 00000000
lib_flash.o N 00000037
lib_flash.o N 00000043
lib_flash.o N 00000107
lib_flash.o N 00000115
lib_flash.o N 00000127
lib_flash.o N 0000012c
lib_flash.o N 00000132
lib_flash.o N 00000134
lib_flash.o N 0000013b
lib_flash.o N 0000013d
lib_flash.o N 0000013f
lib_flash.o N 00000141
lib_flash.o N 00000144
lib_flash.o N 00000158
lib_flash.o N 0000015a
lib_flash.o N 0000015e
lib_flash.o N 00000163
lib_flash.o N 00000169
lib_flash.o N 0000016b
lib_flash.o N 0000016d
lib_flash.o N 00000177
lib_flash.o N 00000179
lib_flash.o N 0000017b
lib_flash.o N 0000017d
lib_flash.o N 0000017f
lib_flash.o N 0000018a
lib_flash.o N 0000018d
lib_flash.o N 00000190
lib_flash.o N 00000193
lib_flash.o N 0000019c
lib_flash.o N 000001a0
lib_flash.o N 000001a8
lib_flash.o N 000001ad
lib_flash.o N 000001b5
lib_flash.o N 000001bb
lib_flash.o N 000001c3
lib_flash.o N 000001cc
lib_flash.o N 000001d5
lib_flash.o N 000001ee
lib_flash.o N 00000204
lib_flash.o N 0000021b
lib_flash.o N 00000229
lib_flash.o N 00000237
lib_flash.o N 00000247
lib_flash.o N 00000257
lib_flash.o N 00000262
lib_flash.o N 0000026e
lib_flash.o N 0000027b
lib_flash.o N 00000289
lib_flash.o N 00000292
lib_flash.o N 0000029c
lib_flash.o N 000002b4
lib_flash.o N 000002ca
lib_flash.o N 000002e1
lib_flash.o N 000002f9
lib_flash.o N 00000312
lib_flash.o N 00000329
lib_flash.o N 00000341
lib_flash.o N 00000343
lib_flash.o N 00000345
lib_flash.o N 00000348
lib_flash.o N 0000034b
lib_flash.o N 0000034d
lib_flash.o N 0000034f
lib_flash.o N 00000351
lib_flash.o N 00000354
lib_flash.o N 00000356
lib_flash.o N 00000358
lib_flash.o N 0000035a
lib_flash.o N 0000035c
lib_flash.o N 0000035e
lib_flash.o N 00000362
lib_flash.o N 00000368
lib_flash.o N 0000036d
lib_flash.o N 00000373
lib_flash.o N 00000379
lib_flash.o N 0000037e
lib_flash.o N 00000382
lib_flash.o N 00000387
lib_flash.o N 0000038a
lib_flash.o N 0000038d
lib_flash.o N 00000390
lib_flash.o N 00000393
lib_flash.o N 00000395
lib_flash.o N 00000397
lib_flash.o N 0000039a
lib_flash.o N 0000039c
lib_flash.o N 000003a0
lib_flash.o N 000003a4
lib_flash.o N 000003a7
lib_flash.o N 000003ad
lib_flash.o N 000003c0
lib_flash.o N 000003c3
lib_flash.o N 000003c7
lib_flash.o N 000003ca
lib_flash.o N 000003cc
lib_flash.o N 000003d0
lib_flash.o N 000003d5
lib_flash.o N 000003da
lib_flash.o N 000003df
lib_flash.o N 000003e2
lib_flash.o N 000003e4
lib_flash.o N 000003eb
lib_flash.o N 000003f5
lib_flash.o N 000003f9
lib_flash.o N 000003fe
lib_flash.o N 00000401
lib_flash.o N 00000409
lib_flash.o N 00000410
lib_flash.o N 0000041d
lib_flash.o N 0000042a
lib_flash.o N 00000438
lib_flash.o N 00000447
lib_flash.o N 00000455
lib_flash.o N 00000463
lib_flash.o N 00000470
lib_flash.o N 0000047c
lib_flash.o N 0000048a
lib_flash.o N 0000049a
lib_flash.o N 000004a7
lib_flash.o N 000004b0
lib_flash.o N 000004bb
lib_flash.o N 000004c2
lib_flash.o N 000004ca
lib_flash.o N 000004d2
lib_flash.o N 000004de
lib_flash.o N 000004e7
lib_flash.o N 000004ef
lib_flash.o N 000004fb
lib_flash.o N 0000050a
lib_flash.o N 00000519
lib_flash.o N 00000525
lib_flash.o N 0000052f
lib_flash.o N 00000535
lib_flash.o N 00000540
lib_flash.o N 00000548
lib_flash.o N 00000556
lib_flash.o N 0000055f
lib_flash.o N 00000569
lib_flash.o N 00000572
lib_flash.o N 0000057e
lib_flash.o N 00000589
lib_flash.o N 00000597
lib_flash.o N 000005a5
lib_flash.o N 000005b2
lib_flash.o N 000005b9
lib_flash.o N 000005c6
lib_flash.o N 000005cd
lib_flash.o N 000005d3
lib_flash.o N 000005dc
lib_flash.o N 000005e5
lib_flash.o N 000005ea
lib_flash.o add37 T
lib_flash.o bit T
lib_flash.o exponent T
lib_flash.o format_message1 T
lib_flash.o format_message2 T
lib_flash.o inv_affine T
lib_flash.o lineaire T
lib_flash.o load_bit T
lib_flash.o mul37 T
lib_flash.o nextbit T
lib_flash.o priv_pub T
lib_flash.o quadratic T
lib_flash.o sqsq37 T
lib_flash.o store_bit T
messagesigned.o N 00000000
messagesigned.o N 00000037
messagesigned.o N 00000047
messagesigned.o N 0000010b
messagesigned.o N 0000010d
messagesigned.o N 0000011b
messagesigned.o N 0000012f
messagesigned.o N 00000131
messagesigned.o N 00000133
messagesigned.o N 00000136
messagesigned.o N 0000013a
messagesigned.o N 0000013d
messagesigned.o N 00000140
messagesigned.o N 00000144
messagesigned.o N 00000147
messagesigned.o N 0000014a
messagesigned.o N 00000150
messagesigned.o N 00000152
messagesigned.o N 00000165
messagesigned.o N 0000018f
messagesigned.o N 00000193
messagesigned.o N 0000019d
messagesigned.o N 0000019f
messagesigned.o N 000001a4
messagesigned.o N 000001bb
messagesigned.o N 000001be
messagesigned.o N 000001c1
messagesigned.o N 000001c7
signedmessage.o N 00000000
signedmessage.o N 00000037
signedmessage.o N 00000047
signedmessage.o N 0000010b
signedmessage.o N 0000010d
signedmessage.o N 0000011b
signedmessage.o N 0000012f
signedmessage.o N 00000131
signedmessage.o N 00000133
signedmessage.o N 00000136
signedmessage.o N 0000013a
signedmessage.o N 0000013d
signedmessage.o N 00000140
signedmessage.o N 00000144
signedmessage.o N 00000147
signedmessage.o N 0000014a
signedmessage.o N 00000150
signedmessage.o N 00000152
signedmessage.o N 00000165
signedmessage.o N 0000018a
signedmessage.o N 0000018e
signedmessage.o N 00000198
signedmessage.o N 0000019b
signedmessage.o N 000001a1
signedmessage.o N 000001b8
signedmessage.o N 000001ba
signedmessage.o N 000001bd
signedmessage.o N 000001c2
table_flash.o N 00000000
table_flash.o N 00000037
table_flash.o N 00000045
table_flash.o N 00000109
table_flash.o N 0000011b
table_flash.o N 00000129
table_flash.o N 00000131
table_flash.o N 00000133
table_flash.o N 00000136
table_flash.o N 0000014a
table_flash.o N 00000153
table_flash.o N 00000156
table_flash.o N 0000015c
table_flash.o N 0000016d
table_flash.o N 0000016f
table_flash.o N 00000171
table_flash.o N 00000173
table_flash.o N 00000177
table_flash.o N 00000179
table_flash.o build_M T
table_flash.o build_MM T
table_flash.o init_table_flash T
table_flash.o mult2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 00000106
keypair.o N 00000108
keypair.o N 00000116
keypair.o N 0000012a
keypair.o N 0000012c
keypair.o N 0000012e
keypair.o N 00000131
keypair.o N 00000135
keypair.o N 00000138
keypair.o N 0000013b
keypair.o N 0000013f
keypair.o N 00000142
keypair.o N 00000145
keypair.o N 0000014b
keypair.o N 0000014d
keypair.o N 00000160
keypair.o N 0000018d
keypair.o N 00000191
keypair.o N 00000194
keypair.o N 00000197
keypair.o N 0000019a
keypair.o N 0000019f
lib_flash.o Bij_Aff T
lib_flash.o Flash_build_complete_key T
lib_flash.o Flash_complete2private T
lib_flash.o Flash_complete2public T
lib_flash.o Flash_decrypt T
lib_flash.o Flash_encrypt T
lib_flash.o Flash_load2_private_key T
lib_flash.o Flash_load2_public_key T
lib_flash.o Flash_load_private_key T
lib_flash.o Flash_load_public_key T
lib_flash.o Flash_sign T
lib_flash.o Flash_sign2 T
lib_flash.o Flash_store2_private_key T
lib_flash.o Flash_store2_public_key T
lib_flash.o Flash_store_private_key T
lib_flash.o Flash_verify T
lib_flash.o Flash_verify2 T
lib_flash.o N 00000000
lib_flash.o N 00000037
lib_flash.o N 00000043
lib_flash.o N 00000108
lib_flash.o N 00000116
lib_flash.o N 00000128
lib_flash.o N 0000012d
lib_flash.o N 00000133
lib_flash.o N 00000135
lib_flash.o N 0000013e
lib_flash.o N 00000140
lib_flash.o N 00000142
lib_flash.o N 00000145
lib_flash.o N 00000159
lib_flash.o N 0000015b
lib_flash.o N 0000015f
lib_flash.o N 00000161
lib_flash.o N 00000165
lib_flash.o N 0000016d
lib_flash.o N 00000172
lib_flash.o N 0000017a
lib_flash.o N 00000180
lib_flash.o N 0000018b
lib_flash.o N 00000195
lib_flash.o N 0000019c
lib_flash.o N 000001a2
lib_flash.o N 000001aa
lib_flash.o N 000001b3
lib_flash.o N 000001bc
lib_flash.o N 000001d5
lib_flash.o N 000001eb
lib_flash.o N 00000202
lib_flash.o N 00000210
lib_flash.o N 0000021e
lib_flash.o N 0000022e
lib_flash.o N 0000023e
lib_flash.o N 00000249
lib_flash.o N 00000255
lib_flash.o N 00000262
lib_flash.o N 00000270
lib_flash.o N 00000279
lib_flash.o N 00000283
lib_flash.o N 0000029b
lib_flash.o N 000002b1
lib_flash.o N 000002c8
lib_flash.o N 000002e0
lib_flash.o N 000002f9
lib_flash.o N 00000310
lib_flash.o N 00000328
lib_flash.o N 0000032a
lib_flash.o N 0000032d
lib_flash.o N 00000330
lib_flash.o N 00000332
lib_flash.o N 00000334
lib_flash.o N 00000336
lib_flash.o N 00000338
lib_flash.o N 0000033a
lib_flash.o N 0000033d
lib_flash.o N 00000342
lib_flash.o N 00000344
lib_flash.o N 00000346
lib_flash.o N 00000349
lib_flash.o N 0000034c
lib_flash.o N 0000034e
lib_flash.o N 00000350
lib_flash.o N 00000352
lib_flash.o N 00000355
lib_flash.o N 00000357
lib_flash.o N 00000359
lib_flash.o N 0000035b
lib_flash.o N 0000035d
lib_flash.o N 0000035f
lib_flash.o N 00000363
lib_flash.o N 00000369
lib_flash.o N 0000036e
lib_flash.o N 00000374
lib_flash.o N 0000037a
lib_flash.o N 0000037f
lib_flash.o N 00000383
lib_flash.o N 00000388
lib_flash.o N 0000038b
lib_flash.o N 0000038e
lib_flash.o N 00000391
lib_flash.o N 00000394
lib_flash.o N 00000396
lib_flash.o N 00000398
lib_flash.o N 0000039b
lib_flash.o N 0000039d
lib_flash.o N 000003a1
lib_flash.o N 000003a5
lib_flash.o N 000003a8
lib_flash.o N 000003ae
lib_flash.o N 000003c1
lib_flash.o N 000003c4
lib_flash.o N 000003c8
lib_flash.o N 000003cb
lib_flash.o N 000003cd
lib_flash.o N 000003d1
lib_flash.o N 000003d6
lib_flash.o N 000003db
lib_flash.o N 000003e0
lib_flash.o N 000003e3
lib_flash.o N 000003e5
lib_flash.o N 000003ec
lib_flash.o N 000003f6
lib_flash.o N 000003fa
lib_flash.o N 000003ff
lib_flash.o N 00000402
lib_flash.o N 0000040a
lib_flash.o N 00000411
lib_flash.o N 0000041e
lib_flash.o N 0000042b
lib_flash.o N 00000439
lib_flash.o N 00000448
lib_flash.o N 00000456
lib_flash.o N 00000464
lib_flash.o N 00000471
lib_flash.o N 0000047d
lib_flash.o N 0000048b
lib_flash.o N 0000049b
lib_flash.o N 000004a8
lib_flash.o N 000004b1
lib_flash.o N 000004bc
lib_flash.o N 000004c3
lib_flash.o N 000004cb
lib_flash.o N 000004d3
lib_flash.o N 000004df
lib_flash.o N 000004e8
lib_flash.o N 000004f0
lib_flash.o N 000004fc
lib_flash.o N 0000050b
lib_flash.o N 0000051a
lib_flash.o N 00000526
lib_flash.o N 00000530
lib_flash.o N 00000536
lib_flash.o N 00000541
lib_flash.o N 00000549
lib_flash.o N 00000557
lib_flash.o N 00000560
lib_flash.o N 0000056a
lib_flash.o N 00000573
lib_flash.o N 0000057f
lib_flash.o N 0000058a
lib_flash.o N 00000598
lib_flash.o N 000005a6
lib_flash.o N 000005b3
lib_flash.o N 000005ba
lib_flash.o N 000005c7
lib_flash.o N 000005ce
lib_flash.o N 000005d4
lib_flash.o N 000005dd
lib_flash.o N 000005e6
lib_flash.o N 000005eb
lib_flash.o add37 T
lib_flash.o bit T
lib_flash.o exponent T
lib_flash.o format_message1 T
lib_flash.o format_message2 T
lib_flash.o inv_affine T
lib_flash.o lineaire T
lib_flash.o load_bit T
lib_flash.o mul37 T
lib_flash.o nextbit T
lib_flash.o priv_pub T
lib_flash.o quadratic T
lib_flash.o sqsq37 T
lib_flash.o store_bit T
messagesigned.o N 00000000
messagesigned.o N 00000037
messagesigned.o N 00000047
messagesigned.o N 0000010c
messagesigned.o N 0000010e
messagesigned.o N 0000011c
messagesigned.o N 00000130
messagesigned.o N 00000132
messagesigned.o N 00000134
messagesigned.o N 00000137
messagesigned.o N 0000013b
messagesigned.o N 0000013e
messagesigned.o N 00000141
messagesigned.o N 00000145
messagesigned.o N 00000148
messagesigned.o N 0000014b
messagesigned.o N 00000151
messagesigned.o N 00000153
messagesigned.o N 00000166
messagesigned.o N 00000190
messagesigned.o N 00000194
messagesigned.o N 0000019e
messagesigned.o N 000001a0
messagesigned.o N 000001a5
messagesigned.o N 000001bc
messagesigned.o N 000001bf
messagesigned.o N 000001c2
messagesigned.o N 000001c8
signedmessage.o N 00000000
signedmessage.o N 00000037
signedmessage.o N 00000047
signedmessage.o N 0000010c
signedmessage.o N 0000010e
signedmessage.o N 0000011c
signedmessage.o N 00000130
signedmessage.o N 00000132
signedmessage.o N 00000134
signedmessage.o N 00000137
signedmessage.o N 0000013b
signedmessage.o N 0000013e
signedmessage.o N 00000141
signedmessage.o N 00000145
signedmessage.o N 00000148
signedmessage.o N 0000014b
signedmessage.o N 00000151
signedmessage.o N 00000153
signedmessage.o N 00000166
signedmessage.o N 0000018b
signedmessage.o N 0000018f
signedmessage.o N 00000199
signedmessage.o N 0000019c
signedmessage.o N 000001a2
signedmessage.o N 000001b9
signedmessage.o N 000001bb
signedmessage.o N 000001be
signedmessage.o N 000001c3
table_flash.o N 00000000
table_flash.o N 00000037
table_flash.o N 00000045
table_flash.o N 0000010a
table_flash.o N 0000011c
table_flash.o N 0000012a
table_flash.o N 00000132
table_flash.o N 00000134
table_flash.o N 00000137
table_flash.o N 0000014b
table_flash.o N 00000154
table_flash.o N 00000157
table_flash.o N 0000015d
table_flash.o N 0000016e
table_flash.o N 00000170
table_flash.o N 00000172
table_flash.o N 00000174
table_flash.o N 00000178
table_flash.o N 0000017a
table_flash.o build_M T
table_flash.o build_MM T
table_flash.o init_table_flash T
table_flash.o mult2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 00000105
keypair.o N 00000107
keypair.o N 00000115
keypair.o N 00000129
keypair.o N 0000012b
keypair.o N 0000012d
keypair.o N 00000130
keypair.o N 00000134
keypair.o N 00000137
keypair.o N 0000013a
keypair.o N 0000013e
keypair.o N 00000141
keypair.o N 00000144
keypair.o N 0000014a
keypair.o N 0000014c
keypair.o N 0000015f
keypair.o N 0000018c
keypair.o N 00000190
keypair.o N 00000193
keypair.o N 00000196
keypair.o N 00000199
keypair.o N 0000019e
lib_flash.o Bij_Aff T
lib_flash.o Flash_build_complete_key T
lib_flash.o Flash_complete2private T
lib_flash.o Flash_complete2public T
lib_flash.o Flash_decrypt T
lib_flash.o Flash_encrypt T
lib_flash.o Flash_load2_private_key T
lib_flash.o Flash_load2_public_key T
lib_flash.o Flash_load_private_key T
lib_flash.o Flash_load_public_key T
lib_flash.o Flash_sign T
lib_flash.o Flash_sign2 T
lib_flash.o Flash_store2_private_key T
lib_flash.o Flash_store2_public_key T
lib_flash.o Flash_store_private_key T
lib_flash.o Flash_verify T
lib_flash.o Flash_verify2 T
lib_flash.o N 00000000
lib_flash.o N 00000037
lib_flash.o N 00000043
lib_flash.o N 00000107
lib_flash.o N 00000115
lib_flash.o N 00000127
lib_flash.o N 0000012c
lib_flash.o N 00000132
lib_flash.o N 00000134
lib_flash.o N 0000013d
lib_flash.o N 0000013f
lib_flash.o N 00000141
lib_flash.o N 00000143
lib_flash.o N 00000145
lib_flash.o N 00000149
lib_flash.o N 0000014b
lib_flash.o N 0000014e
lib_flash.o N 00000162
lib_flash.o N 00000164
lib_flash.o N 0000016e
lib_flash.o N 00000170
lib_flash.o N 00000172
lib_flash.o N 00000174
lib_flash.o N 00000176
lib_flash.o N 00000178
lib_flash.o N 0000017a
lib_flash.o N 0000017c
lib_flash.o N 00000185
lib_flash.o N 00000188
lib_flash.o N 0000018c
lib_flash.o N 00000194
lib_flash.o N 00000199
lib_flash.o N 000001a1
lib_flash.o N 000001a7
lib_flash.o N 000001b2
lib_flash.o N 000001b9
lib_flash.o N 000001bf
lib_flash.o N 000001c7
lib_flash.o N 000001d0
lib_flash.o N 000001e9
lib_flash.o N 000001ff
lib_flash.o N 00000216
lib_flash.o N 00000224
lib_flash.o N 00000232
lib_flash.o N 00000242
lib_flash.o N 00000252
lib_flash.o N 0000025d
lib_flash.o N 00000269
lib_flash.o N 00000276
lib_flash.o N 00000284
lib_flash.o N 0000028d
lib_flash.o N 00000297
lib_flash.o N 000002af
lib_flash.o N 000002c5
lib_flash.o N 000002dc
lib_flash.o N 000002f4
lib_flash.o N 0000030d
lib_flash.o N 00000324
lib_flash.o N 0000033c
lib_flash.o N 0000033e
lib_flash.o N 00000341
lib_flash.o N 00000344
lib_flash.o N 00000347
lib_flash.o N 0000034c
lib_flash.o N 0000034e
lib_flash.o N 00000350
lib_flash.o N 00000353
lib_flash.o N 00000356
lib_flash.o N 00000358
lib_flash.o N 0000035a
lib_flash.o N 0000035c
lib_flash.o N 0000035e
lib_flash.o N 00000362
lib_flash.o N 00000368
lib_flash.o N 0000036d
lib_flash.o N 00000373
lib_flash.o N 00000379
lib_flash.o N 0000037e
lib_flash.o N 00000382
lib_flash.o N 00000387
lib_flash.o N 0000038a
lib_flash.o N 0000038d
lib_flash.o N 00000390
lib_flash.o N 00000393
lib_flash.o N 00000395
lib_flash.o N 00000397
lib_flash.o N 0000039a
lib_flash.o N 0000039c
lib_flash.o N 000003a0
lib_flash.o N 000003a4
lib_flash.o N 000003a7
lib_flash.o N 000003ad
lib_flash.o N 000003c0
lib_flash.o N 000003c3
lib_flash.o N 000003c7
lib_flash.o N 000003ca
lib_flash.o N 000003cc
lib_flash.o N 000003d0
lib_flash.o N 000003d5
lib_flash.o N 000003da
lib_flash.o N 000003df
lib_flash.o N 000003e2
lib_flash.o N 000003e4
lib_flash.o N 000003eb
lib_flash.o N 000003f5
lib_flash.o N 000003f9
lib_flash.o N 000003fe
lib_flash.o N 00000401
lib_flash.o N 00000409
lib_flash.o N 00000410
lib_flash.o N 0000041d
lib_flash.o N 0000042a
lib_flash.o N 00000438
lib_flash.o N 00000447
lib_flash.o N 00000455
lib_flash.o N 00000463
lib_flash.o N 00000470
lib_flash.o N 0000047c
lib_flash.o N 0000048a
lib_flash.o N 0000049a
lib_flash.o N 000004a7
lib_flash.o N 000004b0
lib_flash.o N 000004bb
lib_flash.o N 000004c2
lib_flash.o N 000004ca
lib_flash.o N 000004d2
lib_flash.o N 000004de
lib_flash.o N 000004e7
lib_flash.o N 000004ef
lib_flash.o N 000004fb
lib_flash.o N 0000050a
lib_flash.o N 00000519
lib_flash.o N 00000525
lib_flash.o N 0000052f
lib_flash.o N 00000535
lib_flash.o N 00000540
lib_flash.o N 00000548
lib_flash.o N 00000556
lib_flash.o N 0000055f
lib_flash.o N 00000569
lib_flash.o N 00000572
lib_flash.o N 0000057e
lib_flash.o N 00000589
lib_flash.o N 00000597
lib_flash.o N 000005a5
lib_flash.o N 000005b2
lib_flash.o N 000005b9
lib_flash.o N 000005c6
lib_flash.o N 000005cd
lib_flash.o N 000005d3
lib_flash.o N 000005dc
lib_flash.o N 000005e5
lib_flash.o N 000005ea
lib_flash.o add37 T
lib_flash.o bit T
lib_flash.o exponent T
lib_flash.o format_message1 T
lib_flash.o format_message2 T
lib_flash.o inv_affine T
lib_flash.o lineaire T
lib_flash.o load_bit T
lib_flash.o mul37 T
lib_flash.o nextbit T
lib_flash.o priv_pub T
lib_flash.o quadratic T
lib_flash.o sqsq37 T
lib_flash.o store_bit T
messagesigned.o N 00000000
messagesigned.o N 00000037
messagesigned.o N 00000047
messagesigned.o N 0000010b
messagesigned.o N 0000010d
messagesigned.o N 0000011b
messagesigned.o N 0000012f
messagesigned.o N 00000131
messagesigned.o N 00000133
messagesigned.o N 00000136
messagesigned.o N 0000013a
messagesigned.o N 0000013d
messagesigned.o N 00000140
messagesigned.o N 00000144
messagesigned.o N 00000147
messagesigned.o N 0000014a
messagesigned.o N 00000150
messagesigned.o N 00000152
messagesigned.o N 00000165
messagesigned.o N 0000018f
messagesigned.o N 00000193
messagesigned.o N 0000019d
messagesigned.o N 0000019f
messagesigned.o N 000001a4
messagesigned.o N 000001bb
messagesigned.o N 000001be
messagesigned.o N 000001c1
messagesigned.o N 000001c7
signedmessage.o N 00000000
signedmessage.o N 00000037
signedmessage.o N 00000047
signedmessage.o N 0000010b
signedmessage.o N 0000010d
signedmessage.o N 0000011b
signedmessage.o N 0000012f
signedmessage.o N 00000131
signedmessage.o N 00000133
signedmessage.o N 00000136
signedmessage.o N 0000013a
signedmessage.o N 0000013d
signedmessage.o N 00000140
signedmessage.o N 00000144
signedmessage.o N 00000147
signedmessage.o N 0000014a
signedmessage.o N 00000150
signedmessage.o N 00000152
signedmessage.o N 00000165
signedmessage.o N 0000018a
signedmessage.o N 0000018e
signedmessage.o N 00000198
signedmessage.o N 0000019b
signedmessage.o N 000001a1
signedmessage.o N 000001b8
signedmessage.o N 000001ba
signedmessage.o N 000001bd
signedmessage.o N 000001c2
table_flash.o N 00000000
table_flash.o N 00000037
table_flash.o N 00000045
table_flash.o N 00000109
table_flash.o N 0000011b
table_flash.o N 00000129
table_flash.o N 00000131
table_flash.o N 00000133
table_flash.o N 00000136
table_flash.o N 0000014a
table_flash.o N 00000153
table_flash.o N 00000156
table_flash.o N 0000015c
table_flash.o N 0000016d
table_flash.o N 0000016f
table_flash.o N 00000171
table_flash.o N 00000173
table_flash.o N 00000175
table_flash.o N 00000177
table_flash.o build_M T
table_flash.o build_MM T
table_flash.o init_table_flash T
table_flash.o mult2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


lib_flash.o Bij_Aff T
lib_flash.o Flash_build_complete_key T
lib_flash.o Flash_complete2private T
lib_flash.o Flash_complete2public T
lib_flash.o Flash_decrypt T
lib_flash.o Flash_encrypt T
lib_flash.o Flash_load2_private_key T
lib_flash.o Flash_load2_public_key T
lib_flash.o Flash_load_private_key T
lib_flash.o Flash_load_public_key T
lib_flash.o Flash_sign T
lib_flash.o Flash_sign2 T
lib_flash.o Flash_store2_private_key T
lib_flash.o Flash_store2_public_key T
lib_flash.o Flash_store_private_key T
lib_flash.o Flash_verify T
lib_flash.o Flash_verify2 T
lib_flash.o add37 T
lib_flash.o bit T
lib_flash.o exponent T
lib_flash.o format_message1 T
lib_flash.o format_message2 T
lib_flash.o inv_affine T
lib_flash.o lineaire T
lib_flash.o load_bit T
lib_flash.o mul37 T
lib_flash.o nextbit T
lib_flash.o priv_pub T
lib_flash.o quadratic T
lib_flash.o sqsq37 T
lib_flash.o store_bit T
table_flash.o build_M T
table_flash.o build_MM T
table_flash.o init_table_flash T
table_flash.o mult2 T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)