Test results for armeabi, bblack, crypto_sign/sphincss128sha256robust

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_sign Test results for armeabi, bblack, crypto_sign Test results for crypto_sign/sphincss128sha256robust
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: sphincss128sha256robust
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
790251314413608 0 025680 504 1552T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
908419661612740 0 023788 504 1552T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
989479843222028 0 046809 456 1560T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
1011474231222712 0 038625 456 1560T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
1013083203219800 0 035865 456 1552T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
1013214530419800 0 035865 456 1552T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
1055763756017836 0 032135 452 1552T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
1168631573611692 0 022296 496 1552T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091420240716
1295331856012100 0 023220 504 1552T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091420240716

Compiler output


hash_sha256x8.c: In file included from hash_sha256x8.c:10:
hash_sha256x8.c: In file included from ./sha256avx.h:3:
hash_sha256x8.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/immintrin.h:28:
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
hash_sha256x8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:143:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
hash_sha256x8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:173:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
hash_sha256x8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:203:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
hash_sha256x8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:230:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
hash_sha256x8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:253:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
hash_sha256x8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:274:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
hash_sha256x8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hash_sha256x8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:301:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
hash_sha256x8.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:avx2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:avx2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:avx2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:avx2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:avx2clang -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


hash_sha256x8.c: In file included from hash_sha256x8.c:10:
hash_sha256x8.c: sha256avx.h:3:10: fatal error: immintrin.h: No such file or directory
hash_sha256x8.c:  #include "immintrin.h"
hash_sha256x8.c:           ^~~~~~~~~~~~~
hash_sha256x8.c: compilation terminated.

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

Namespace violations


address.o N 00000000
address.o N 00000037
address.o N 00000041
address.o N 00000115
address.o N 00000122
address.o N 0000012d
address.o N 00000136
address.o N 00000144
address.o N 00000153
address.o N 00000161
address.o N 0000016a
address.o N 0000017c
address.o N 0000018d
address.o N 0000019f
address.o N 000001ae
address.o N 000001bc
address.o N 000001cc
address.o N 000001db
address.o N 000001e1
address.o N 000001ef
address.o N 000001f4
address.o N 000001f6
address.o N 000001fa
address.o N 00000200
address.o N 00000205
address.o N 0000021c
address.o N 00000227
address.o N 00000230
address.o N 00000235
address.o N 00000239
address.o N 0000023c
address.o N 00000244
address.o N 0000024a
address.o N 0000024f
address.o N 0000025b
address.o addr_to_bytes T
address.o copy_keypair_addr T
address.o copy_subtree_addr T
address.o set_chain_addr T
address.o set_hash_addr T
address.o set_keypair_addr T
address.o set_layer_addr T
address.o set_tree_addr T
address.o set_tree_height T
address.o set_tree_index T
address.o set_type T
fors.o N 00000000
fors.o N 00000037
fors.o N 0000003e
fors.o N 00000112
fors.o N 00000125
fors.o N 0000012d
fors.o N 0000013a
fors.o N 00000145
fors.o N 0000014e
fors.o N 00000150
fors.o N 0000015e
fors.o N 00000160
fors.o N 00000167
fors.o N 00000169
fors.o N 00000175
fors.o N 00000178
fors.o N 00000180
fors.o N 0000018f
fors.o N 0000019f
fors.o N 000001a4
fors.o N 000001ad
fors.o N 000001b7
fors.o N 000001c5
fors.o N 000001d6
fors.o N 000001ea
fors.o N 000001f0
fors.o N 000001ff
fors.o N 0000020c
fors.o N 00000210
fors.o N 00000213
fors.o N 0000021d
fors.o N 00000228
fors.o fors_pk_from_sig T
fors.o fors_sign T
hash_sha256.o N 00000000
hash_sha256.o N 00000037
hash_sha256.o N 00000045
hash_sha256.o N 00000119
hash_sha256.o N 00000126
hash_sha256.o N 00000134
hash_sha256.o N 0000013e
hash_sha256.o N 00000146
hash_sha256.o N 0000015a
hash_sha256.o N 00000171
hash_sha256.o N 0000017c
hash_sha256.o N 00000185
hash_sha256.o N 00000192
hash_sha256.o N 0000019d
hash_sha256.o N 000001a6
hash_sha256.o N 000001bf
hash_sha256.o N 000001c8
hash_sha256.o N 000001db
hash_sha256.o N 000001e8
hash_sha256.o N 000001f1
hash_sha256.o N 000001f9
hash_sha256.o N 000001fd
hash_sha256.o N 00000204
hash_sha256.o N 00000208
hash_sha256.o N 0000020c
hash_sha256.o N 00000211
hash_sha256.o N 00000217
hash_sha256.o N 00000219
hash_sha256.o N 00000220
hash_sha256.o N 00000228
hash_sha256.o N 0000022a
hash_sha256.o N 0000022c
hash_sha256.o N 00000230
hash_sha256.o N 00000235
hash_sha256.o N 0000023a
hash_sha256.o N 00000240
hash_sha256.o N 00000247
hash_sha256.o N 0000024c
hash_sha256.o N 00000255
hash_sha256.o N 00000258
hash_sha256.o gen_message_random T
hash_sha256.o hash_message T
hash_sha256.o initialize_hash_function T
hash_sha256.o prf_addr T
hash_sha256.o state_seeded C
sha256.o N 00000000
sha256.o N 00000037
sha256.o N 00000040
sha256.o N 00000114
sha256.o N 00000121
sha256.o N 0000012f
sha256.o N 00000139
sha256.o N 00000141
sha256.o N 00000155
sha256.o N 0000015c
sha256.o N 00000173
sha256.o N 0000017e
sha256.o N 00000187
sha256.o N 00000194
sha256.o N 0000019f
sha256.o N 000001a8
sha256.o N 000001ba
sha256.o N 000001bc
sha256.o N 000001cf
sha256.o N 000001d1
sha256.o N 000001e3
sha256.o N 000001f6
sha256.o N 00000206
sha256.o N 0000020c
sha256.o N 0000020e
sha256.o N 00000215
sha256.o N 0000021c
sha256.o N 00000220
sha256.o N 00000223
sha256.o N 00000229
sha256.o N 0000023b
sha256.o N 00000244
sha256.o N 0000024a
sha256.o N 00000263
sha256.o N 00000277
sha256.o N 00000288
sha256.o N 0000028d
sha256.o N 00000298
sha256.o N 000002a3
sha256.o N 000002a5
sha256.o N 000002a7
sha256.o N 000002a9
sha256.o N 000002ab
sha256.o N 000002ad
sha256.o N 000002af
sha256.o N 000002b1
sha256.o N 000002b3
sha256.o N 000002b6
sha256.o N 000002b9
sha256.o N 000002bc
sha256.o N 000002bf
sha256.o N 000002c2
sha256.o N 000002c5
sha256.o N 000002c8
sha256.o N 000002cb
sha256.o N 000002ce
sha256.o N 000002d1
sha256.o N 000002d4
sha256.o N 000002d7
sha256.o N 000002db
sha256.o N 000002df
sha256.o N 000002e3
sha256.o N 000002e7
sha256.o N 000002eb
sha256.o N 000002ef
sha256.o N 000002f6
sha256.o N 000002fb
sha256.o N 00000302
sha256.o N 00000309
sha256.o N 0000031b
sha256.o N 00000321
sha256.o N 00000327
sha256.o compress_address T
sha256.o mgf1 T
sha256.o seed_state T
sha256.o sha256 T
sha256.o sha256_inc_blocks T
sha256.o sha256_inc_finalize T
sha256.o sha256_inc_init T
sha256.o state_seeded C
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000112
sign.o N 0000011f
sign.o N 00000126
sign.o N 0000013f
sign.o N 00000143
sign.o N 00000146
sign.o N 00000154
sign.o N 00000157
sign.o N 0000015c
sign.o N 00000166
sign.o N 0000017a
sign.o N 00000188
sign.o N 00000193
sign.o N 0000019c
sign.o N 000001b7
sign.o N 000001ce
sign.o N 000001e9
sign.o N 000001fb
sign.o N 00000211
sign.o N 0000021f
sign.o N 0000025b
sign.o N 00000271
sign.o N 00000284
sign.o N 000002b8
sign.o N 000002f1
sign.o N 000002fb
sign.o N 00000308
sign.o N 0000030d
sign.o N 00000315
sign.o N 0000031e
sign.o N 00000327
sign.o N 00000331
sign.o N 00000339
sign.o N 0000033f
sign.o N 00000344
sign.o N 00000348
sign.o N 00000352
sign.o N 0000035a
sign.o N 00000361
sign.o N 00000363
sign.o N 00000368
sign.o N 0000036f
sign.o N 00000374
sign.o N 0000037f
sign.o N 00000388
sign.o N 00000391
sign.o N 00000393
sign.o N 0000039b
sign.o N 000003a4
sign.o N 000003a7
sign.o crypto_sign_bytes T
sign.o crypto_sign_publickeybytes T
sign.o crypto_sign_secretkeybytes T
sign.o crypto_sign_seed_keypair T
sign.o crypto_sign_seedbytes T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
thash_sha256_robust.o N 00000000
thash_sha256_robust.o N 00000037
thash_sha256_robust.o N 0000004d
thash_sha256_robust.o N 00000121
thash_sha256_robust.o N 0000012e
thash_sha256_robust.o N 0000013c
thash_sha256_robust.o N 00000146
thash_sha256_robust.o N 0000014e
thash_sha256_robust.o N 00000162
thash_sha256_robust.o N 00000168
thash_sha256_robust.o N 0000016f
thash_sha256_robust.o N 0000017a
thash_sha256_robust.o N 0000017e
thash_sha256_robust.o N 00000181
thash_sha256_robust.o N 0000018a
thash_sha256_robust.o N 00000197
thash_sha256_robust.o N 000001a0
thash_sha256_robust.o N 000001a5
thash_sha256_robust.o N 000001b0
thash_sha256_robust.o N 000001b9
thash_sha256_robust.o N 000001bd
thash_sha256_robust.o N 000001c5
thash_sha256_robust.o state_seeded C
thash_sha256_robust.o thash T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 00000113
utils.o N 0000012a
utils.o N 00000137
utils.o N 00000142
utils.o N 0000014b
utils.o N 00000158
utils.o N 00000165
utils.o N 00000172
utils.o N 0000017b
utils.o N 0000017f
utils.o N 0000018d
utils.o N 00000194
utils.o N 00000196
utils.o N 0000019a
utils.o N 0000019d
utils.o N 000001a3
utils.o N 000001aa
utils.o N 000001b1
utils.o N 000001c5
utils.o N 000001ca
utils.o N 000001cf
utils.o N 000001d8
utils.o N 000001e3
utils.o N 000001ed
utils.o N 000001f2
utils.o N 000001fb
utils.o N 00000207
utils.o N 0000020f
utils.o N 00000215
utils.o N 0000021f
utils.o N 00000228
utils.o N 00000230
utils.o N 00000234
utils.o N 0000023b
utils.o bytes_to_ull T
utils.o compute_root T
utils.o treehash T
utils.o ull_to_bytes T
wots.o N 00000000
wots.o N 00000037
wots.o N 0000003e
wots.o N 00000112
wots.o N 0000011e
wots.o N 00000121
wots.o N 0000012f
wots.o N 00000137
wots.o N 00000141
wots.o N 0000014e
wots.o N 00000159
wots.o N 00000162
wots.o N 0000016c
wots.o N 00000170
wots.o N 00000173
wots.o N 00000179
wots.o N 0000017f
wots.o N 00000188
wots.o N 0000018d
wots.o N 0000018f
wots.o N 00000196
wots.o N 0000019d
wots.o N 000001a1
wots.o N 000001a9
wots.o N 000001af
wots.o N 000001b5
wots.o N 000001be
wots.o N 000001c3
wots.o N 000001d1
wots.o N 000001dd
wots.o N 000001e8
wots.o N 000001f3
wots.o N 00000207
wots.o N 0000020c
wots.o N 00000218
wots.o N 00000222
wots.o N 00000230
wots.o N 00000241
wots.o N 00000244
wots.o N 0000024c
wots.o N 00000250
wots.o wots_gen_pk T
wots.o wots_pk_from_sig T
wots.o wots_sign 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


address.o N 00000000
address.o N 00000037
address.o N 00000041
address.o N 00000115
address.o N 00000122
address.o N 0000012d
address.o N 00000136
address.o N 00000144
address.o N 00000153
address.o N 00000161
address.o N 0000016a
address.o N 0000017c
address.o N 0000018d
address.o N 0000019f
address.o N 000001ae
address.o N 000001bc
address.o N 000001cc
address.o N 000001db
address.o N 000001e1
address.o N 000001ef
address.o N 000001f4
address.o N 000001f6
address.o N 000001fa
address.o N 00000200
address.o N 00000205
address.o N 0000021c
address.o N 00000227
address.o N 00000230
address.o N 00000235
address.o N 00000239
address.o N 0000023c
address.o N 00000244
address.o N 0000024a
address.o N 0000024f
address.o N 0000025b
address.o addr_to_bytes T
address.o copy_keypair_addr T
address.o copy_subtree_addr T
address.o set_chain_addr T
address.o set_hash_addr T
address.o set_keypair_addr T
address.o set_layer_addr T
address.o set_tree_addr T
address.o set_tree_height T
address.o set_tree_index T
address.o set_type T
fors.o N 00000000
fors.o N 00000037
fors.o N 0000003e
fors.o N 00000112
fors.o N 0000011e
fors.o N 00000121
fors.o N 0000012f
fors.o N 00000137
fors.o N 00000146
fors.o N 00000153
fors.o N 0000015e
fors.o N 00000167
fors.o N 00000177
fors.o N 0000017c
fors.o N 00000185
fors.o N 0000018f
fors.o N 000001a2
fors.o N 000001b0
fors.o N 000001c1
fors.o N 000001c9
fors.o N 000001dd
fors.o N 000001e3
fors.o N 000001f2
fors.o N 000001ff
fors.o N 00000203
fors.o N 00000206
fors.o N 00000208
fors.o N 00000212
fors.o N 0000021d
fors.o N 0000021f
fors.o N 00000226
fors.o N 00000228
fors.o fors_pk_from_sig T
fors.o fors_sign T
hash_sha256.o N 00000000
hash_sha256.o N 00000037
hash_sha256.o N 00000045
hash_sha256.o N 00000119
hash_sha256.o N 00000126
hash_sha256.o N 00000134
hash_sha256.o N 0000013e
hash_sha256.o N 00000146
hash_sha256.o N 0000015a
hash_sha256.o N 00000171
hash_sha256.o N 0000017c
hash_sha256.o N 00000185
hash_sha256.o N 00000192
hash_sha256.o N 0000019d
hash_sha256.o N 000001a6
hash_sha256.o N 000001bf
hash_sha256.o N 000001c8
hash_sha256.o N 000001db
hash_sha256.o N 000001e8
hash_sha256.o N 000001f1
hash_sha256.o N 000001f9
hash_sha256.o N 000001fd
hash_sha256.o N 00000204
hash_sha256.o N 00000208
hash_sha256.o N 0000020c
hash_sha256.o N 00000211
hash_sha256.o N 00000217
hash_sha256.o N 00000219
hash_sha256.o N 00000220
hash_sha256.o N 00000228
hash_sha256.o N 0000022a
hash_sha256.o N 0000022c
hash_sha256.o N 00000230
hash_sha256.o N 00000235
hash_sha256.o N 0000023a
hash_sha256.o N 00000240
hash_sha256.o N 00000247
hash_sha256.o N 0000024c
hash_sha256.o N 00000255
hash_sha256.o N 00000258
hash_sha256.o gen_message_random T
hash_sha256.o hash_message T
hash_sha256.o initialize_hash_function T
hash_sha256.o prf_addr T
hash_sha256.o state_seeded C
sha256.o N 00000000
sha256.o N 00000037
sha256.o N 00000040
sha256.o N 00000114
sha256.o N 00000121
sha256.o N 0000012f
sha256.o N 00000139
sha256.o N 00000141
sha256.o N 00000155
sha256.o N 0000015c
sha256.o N 00000173
sha256.o N 0000017e
sha256.o N 00000187
sha256.o N 00000194
sha256.o N 0000019f
sha256.o N 000001a8
sha256.o N 000001ba
sha256.o N 000001bc
sha256.o N 000001cf
sha256.o N 000001d1
sha256.o N 000001e3
sha256.o N 000001f6
sha256.o N 00000206
sha256.o N 0000020c
sha256.o N 0000020e
sha256.o N 00000215
sha256.o N 0000021c
sha256.o N 00000220
sha256.o N 00000223
sha256.o N 00000229
sha256.o N 0000023b
sha256.o N 00000244
sha256.o N 0000024a
sha256.o N 00000263
sha256.o N 00000277
sha256.o N 00000288
sha256.o N 0000028d
sha256.o N 00000298
sha256.o N 000002a3
sha256.o N 000002a5
sha256.o N 000002a7
sha256.o N 000002a9
sha256.o N 000002ab
sha256.o N 000002ad
sha256.o N 000002af
sha256.o N 000002b1
sha256.o N 000002b3
sha256.o N 000002b6
sha256.o N 000002b9
sha256.o N 000002bc
sha256.o N 000002bf
sha256.o N 000002c2
sha256.o N 000002c5
sha256.o N 000002c8
sha256.o N 000002cb
sha256.o N 000002ce
sha256.o N 000002d1
sha256.o N 000002d4
sha256.o N 000002d7
sha256.o N 000002db
sha256.o N 000002df
sha256.o N 000002e3
sha256.o N 000002e7
sha256.o N 000002eb
sha256.o N 000002ef
sha256.o N 000002f6
sha256.o N 000002fb
sha256.o N 00000302
sha256.o N 00000309
sha256.o N 0000031b
sha256.o N 00000321
sha256.o N 00000327
sha256.o compress_address T
sha256.o mgf1 T
sha256.o seed_state T
sha256.o sha256 T
sha256.o sha256_inc_blocks T
sha256.o sha256_inc_finalize T
sha256.o sha256_inc_init T
sha256.o state_seeded C
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000112
sign.o N 0000011f
sign.o N 00000126
sign.o N 0000013f
sign.o N 00000143
sign.o N 00000146
sign.o N 00000154
sign.o N 00000157
sign.o N 0000015c
sign.o N 00000166
sign.o N 0000017a
sign.o N 00000188
sign.o N 00000193
sign.o N 0000019c
sign.o N 000001b7
sign.o N 000001ce
sign.o N 000001e9
sign.o N 000001fb
sign.o N 00000211
sign.o N 0000021f
sign.o N 0000025b
sign.o N 00000271
sign.o N 00000284
sign.o N 000002b8
sign.o N 000002f1
sign.o N 000002fb
sign.o N 00000308
sign.o N 0000030d
sign.o N 00000315
sign.o N 0000031e
sign.o N 00000327
sign.o N 00000331
sign.o N 00000339
sign.o N 0000033f
sign.o N 00000344
sign.o N 00000348
sign.o N 00000352
sign.o N 0000035a
sign.o N 00000361
sign.o N 00000363
sign.o N 00000368
sign.o N 0000036f
sign.o N 00000374
sign.o N 0000037f
sign.o N 00000388
sign.o N 00000391
sign.o N 00000393
sign.o N 0000039b
sign.o N 000003a4
sign.o N 000003a7
sign.o crypto_sign_bytes T
sign.o crypto_sign_publickeybytes T
sign.o crypto_sign_secretkeybytes T
sign.o crypto_sign_seed_keypair T
sign.o crypto_sign_seedbytes T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
thash_sha256_robust.o N 00000000
thash_sha256_robust.o N 00000037
thash_sha256_robust.o N 0000004d
thash_sha256_robust.o N 00000121
thash_sha256_robust.o N 0000012e
thash_sha256_robust.o N 0000013c
thash_sha256_robust.o N 00000146
thash_sha256_robust.o N 0000014e
thash_sha256_robust.o N 00000162
thash_sha256_robust.o N 00000168
thash_sha256_robust.o N 0000016f
thash_sha256_robust.o N 0000017a
thash_sha256_robust.o N 0000017e
thash_sha256_robust.o N 00000181
thash_sha256_robust.o N 0000018a
thash_sha256_robust.o N 00000197
thash_sha256_robust.o N 000001a0
thash_sha256_robust.o N 000001a5
thash_sha256_robust.o N 000001b0
thash_sha256_robust.o N 000001b9
thash_sha256_robust.o N 000001bd
thash_sha256_robust.o N 000001c5
thash_sha256_robust.o state_seeded C
thash_sha256_robust.o thash T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 00000113
utils.o N 0000012a
utils.o N 00000137
utils.o N 00000142
utils.o N 0000014b
utils.o N 00000158
utils.o N 00000165
utils.o N 00000172
utils.o N 0000017b
utils.o N 0000017f
utils.o N 0000018d
utils.o N 00000194
utils.o N 00000196
utils.o N 0000019a
utils.o N 0000019d
utils.o N 000001a3
utils.o N 000001aa
utils.o N 000001b1
utils.o N 000001c5
utils.o N 000001ca
utils.o N 000001cf
utils.o N 000001d8
utils.o N 000001e3
utils.o N 000001ed
utils.o N 000001f2
utils.o N 000001fb
utils.o N 00000207
utils.o N 0000020f
utils.o N 00000215
utils.o N 0000021f
utils.o N 00000228
utils.o N 00000230
utils.o N 00000234
utils.o N 0000023b
utils.o bytes_to_ull T
utils.o compute_root T
utils.o treehash T
utils.o ull_to_bytes T
wots.o N 00000000
wots.o N 00000037
wots.o N 0000003e
wots.o N 00000112
wots.o N 0000011e
wots.o N 00000121
wots.o N 0000012f
wots.o N 00000137
wots.o N 00000141
wots.o N 0000014e
wots.o N 00000159
wots.o N 00000162
wots.o N 0000016c
wots.o N 00000170
wots.o N 00000173
wots.o N 00000179
wots.o N 0000017f
wots.o N 00000188
wots.o N 0000018d
wots.o N 0000018f
wots.o N 00000196
wots.o N 0000019d
wots.o N 000001a1
wots.o N 000001a9
wots.o N 000001af
wots.o N 000001b5
wots.o N 000001be
wots.o N 000001c3
wots.o N 000001d1
wots.o N 000001dd
wots.o N 000001e8
wots.o N 000001f3
wots.o N 00000207
wots.o N 0000020c
wots.o N 00000218
wots.o N 00000222
wots.o N 00000230
wots.o N 00000241
wots.o N 00000244
wots.o N 0000024c
wots.o N 00000250
wots.o wots_gen_pk T
wots.o wots_pk_from_sig T
wots.o wots_sign 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


address.o N 00000000
address.o N 00000037
address.o N 00000041
address.o N 00000114
address.o N 00000121
address.o N 0000012c
address.o N 00000135
address.o N 00000143
address.o N 00000152
address.o N 00000160
address.o N 00000169
address.o N 0000017b
address.o N 0000018c
address.o N 0000019e
address.o N 000001ad
address.o N 000001bb
address.o N 000001cb
address.o N 000001da
address.o N 000001e0
address.o N 000001ee
address.o N 000001f3
address.o N 000001f5
address.o N 000001f9
address.o N 000001ff
address.o N 00000204
address.o N 0000021b
address.o N 00000226
address.o N 0000022f
address.o N 00000234
address.o N 00000238
address.o N 0000023b
address.o N 00000243
address.o N 00000249
address.o N 0000024e
address.o N 0000025a
address.o addr_to_bytes T
address.o copy_keypair_addr T
address.o copy_subtree_addr T
address.o set_chain_addr T
address.o set_hash_addr T
address.o set_keypair_addr T
address.o set_layer_addr T
address.o set_tree_addr T
address.o set_tree_height T
address.o set_tree_index T
address.o set_type T
fors.o N 00000000
fors.o N 00000037
fors.o N 0000003e
fors.o N 00000111
fors.o N 00000124
fors.o N 0000012c
fors.o N 00000139
fors.o N 00000144
fors.o N 0000014d
fors.o N 0000014f
fors.o N 0000015d
fors.o N 0000015f
fors.o N 00000166
fors.o N 00000168
fors.o N 00000174
fors.o N 00000177
fors.o N 0000017f
fors.o N 0000018e
fors.o N 0000019e
fors.o N 000001a3
fors.o N 000001ac
fors.o N 000001b6
fors.o N 000001c4
fors.o N 000001d5
fors.o N 000001e9
fors.o N 000001ef
fors.o N 000001fe
fors.o N 0000020b
fors.o N 0000020f
fors.o N 00000212
fors.o N 0000021c
fors.o N 00000227
fors.o fors_pk_from_sig T
fors.o fors_sign T
hash_sha256.o N 00000000
hash_sha256.o N 00000037
hash_sha256.o N 00000045
hash_sha256.o N 00000118
hash_sha256.o N 00000125
hash_sha256.o N 00000133
hash_sha256.o N 0000013d
hash_sha256.o N 00000145
hash_sha256.o N 00000159
hash_sha256.o N 00000170
hash_sha256.o N 0000017b
hash_sha256.o N 00000184
hash_sha256.o N 00000191
hash_sha256.o N 0000019c
hash_sha256.o N 000001a5
hash_sha256.o N 000001be
hash_sha256.o N 000001c7
hash_sha256.o N 000001da
hash_sha256.o N 000001e7
hash_sha256.o N 000001f0
hash_sha256.o N 000001f8
hash_sha256.o N 000001fc
hash_sha256.o N 00000203
hash_sha256.o N 00000207
hash_sha256.o N 0000020b
hash_sha256.o N 00000210
hash_sha256.o N 00000216
hash_sha256.o N 00000218
hash_sha256.o N 0000021f
hash_sha256.o N 00000227
hash_sha256.o N 00000229
hash_sha256.o N 0000022b
hash_sha256.o N 0000022f
hash_sha256.o N 00000234
hash_sha256.o N 00000239
hash_sha256.o N 0000023f
hash_sha256.o N 00000246
hash_sha256.o N 0000024b
hash_sha256.o N 00000254
hash_sha256.o N 00000257
hash_sha256.o gen_message_random T
hash_sha256.o hash_message T
hash_sha256.o initialize_hash_function T
hash_sha256.o prf_addr T
hash_sha256.o state_seeded C
sha256.o N 00000000
sha256.o N 00000037
sha256.o N 00000040
sha256.o N 00000113
sha256.o N 00000120
sha256.o N 0000012e
sha256.o N 00000138
sha256.o N 00000140
sha256.o N 00000154
sha256.o N 0000015b
sha256.o N 00000172
sha256.o N 0000017d
sha256.o N 00000186
sha256.o N 00000193
sha256.o N 0000019e
sha256.o N 000001a7
sha256.o N 000001b9
sha256.o N 000001bb
sha256.o N 000001ce
sha256.o N 000001d0
sha256.o N 000001e2
sha256.o N 000001f5
sha256.o N 00000205
sha256.o N 0000020b
sha256.o N 0000020d
sha256.o N 00000214
sha256.o N 0000021b
sha256.o N 0000021f
sha256.o N 00000222
sha256.o N 00000228
sha256.o N 0000023a
sha256.o N 00000243
sha256.o N 00000249
sha256.o N 00000262
sha256.o N 00000276
sha256.o N 00000287
sha256.o N 0000028c
sha256.o N 00000297
sha256.o N 000002a2
sha256.o N 000002a4
sha256.o N 000002a6
sha256.o N 000002a8
sha256.o N 000002aa
sha256.o N 000002ac
sha256.o N 000002ae
sha256.o N 000002b0
sha256.o N 000002b2
sha256.o N 000002b5
sha256.o N 000002b8
sha256.o N 000002bb
sha256.o N 000002be
sha256.o N 000002c1
sha256.o N 000002c4
sha256.o N 000002c7
sha256.o N 000002ca
sha256.o N 000002cd
sha256.o N 000002d0
sha256.o N 000002d3
sha256.o N 000002d6
sha256.o N 000002da
sha256.o N 000002de
sha256.o N 000002e2
sha256.o N 000002e6
sha256.o N 000002ea
sha256.o N 000002ee
sha256.o N 000002f5
sha256.o N 000002fa
sha256.o N 00000301
sha256.o N 00000308
sha256.o N 0000031a
sha256.o N 00000320
sha256.o N 00000326
sha256.o compress_address T
sha256.o mgf1 T
sha256.o seed_state T
sha256.o sha256 T
sha256.o sha256_inc_blocks T
sha256.o sha256_inc_finalize T
sha256.o sha256_inc_init T
sha256.o state_seeded C
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000111
sign.o N 0000011e
sign.o N 00000125
sign.o N 0000013e
sign.o N 00000142
sign.o N 00000145
sign.o N 00000153
sign.o N 00000156
sign.o N 0000015b
sign.o N 00000165
sign.o N 00000179
sign.o N 00000187
sign.o N 00000192
sign.o N 0000019b
sign.o N 000001b6
sign.o N 000001cd
sign.o N 000001e8
sign.o N 000001fa
sign.o N 00000210
sign.o N 0000021e
sign.o N 0000025a
sign.o N 00000270
sign.o N 00000283
sign.o N 000002b7
sign.o N 000002f0
sign.o N 000002fa
sign.o N 00000307
sign.o N 0000030c
sign.o N 00000314
sign.o N 0000031d
sign.o N 00000326
sign.o N 00000330
sign.o N 00000338
sign.o N 0000033e
sign.o N 00000343
sign.o N 00000347
sign.o N 00000351
sign.o N 00000359
sign.o N 00000360
sign.o N 00000362
sign.o N 00000367
sign.o N 0000036e
sign.o N 00000373
sign.o N 0000037e
sign.o N 00000387
sign.o N 00000390
sign.o N 00000392
sign.o N 0000039a
sign.o N 000003a3
sign.o N 000003a6
sign.o crypto_sign_bytes T
sign.o crypto_sign_publickeybytes T
sign.o crypto_sign_secretkeybytes T
sign.o crypto_sign_seed_keypair T
sign.o crypto_sign_seedbytes T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
thash_sha256_robust.o N 00000000
thash_sha256_robust.o N 00000037
thash_sha256_robust.o N 0000004d
thash_sha256_robust.o N 00000120
thash_sha256_robust.o N 0000012d
thash_sha256_robust.o N 0000013b
thash_sha256_robust.o N 00000145
thash_sha256_robust.o N 0000014d
thash_sha256_robust.o N 00000161
thash_sha256_robust.o N 00000167
thash_sha256_robust.o N 0000016e
thash_sha256_robust.o N 00000179
thash_sha256_robust.o N 0000017d
thash_sha256_robust.o N 00000180
thash_sha256_robust.o N 00000189
thash_sha256_robust.o N 00000196
thash_sha256_robust.o N 0000019f
thash_sha256_robust.o N 000001a4
thash_sha256_robust.o N 000001af
thash_sha256_robust.o N 000001b8
thash_sha256_robust.o N 000001bc
thash_sha256_robust.o N 000001c4
thash_sha256_robust.o state_seeded C
thash_sha256_robust.o thash T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 00000112
utils.o N 00000129
utils.o N 00000136
utils.o N 00000141
utils.o N 0000014a
utils.o N 00000157
utils.o N 00000164
utils.o N 00000171
utils.o N 0000017a
utils.o N 0000017e
utils.o N 0000018c
utils.o N 00000193
utils.o N 00000195
utils.o N 00000199
utils.o N 0000019c
utils.o N 000001a2
utils.o N 000001a9
utils.o N 000001b0
utils.o N 000001c4
utils.o N 000001c9
utils.o N 000001ce
utils.o N 000001d7
utils.o N 000001e2
utils.o N 000001ec
utils.o N 000001f1
utils.o N 000001fa
utils.o N 00000206
utils.o N 0000020e
utils.o N 00000214
utils.o N 0000021e
utils.o N 00000227
utils.o N 0000022f
utils.o N 00000233
utils.o N 0000023a
utils.o bytes_to_ull T
utils.o compute_root T
utils.o treehash T
utils.o ull_to_bytes T
wots.o N 00000000
wots.o N 00000037
wots.o N 0000003e
wots.o N 00000111
wots.o N 0000011d
wots.o N 00000120
wots.o N 0000012e
wots.o N 00000136
wots.o N 00000140
wots.o N 0000014d
wots.o N 00000158
wots.o N 00000161
wots.o N 0000016b
wots.o N 0000016f
wots.o N 00000172
wots.o N 00000178
wots.o N 0000017e
wots.o N 00000187
wots.o N 0000018c
wots.o N 0000018e
wots.o N 00000195
wots.o N 0000019c
wots.o N 000001a0
wots.o N 000001a8
wots.o N 000001ae
wots.o N 000001b4
wots.o N 000001bd
wots.o N 000001c2
wots.o N 000001d0
wots.o N 000001dc
wots.o N 000001e7
wots.o N 000001f2
wots.o N 00000206
wots.o N 0000020b
wots.o N 00000217
wots.o N 00000221
wots.o N 0000022f
wots.o N 00000240
wots.o N 00000243
wots.o N 0000024b
wots.o N 0000024f
wots.o wots_gen_pk T
wots.o wots_pk_from_sig T
wots.o wots_sign 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


address.o N 00000000
address.o N 00000037
address.o N 00000041
address.o N 00000115
address.o N 00000122
address.o N 0000012d
address.o N 00000136
address.o N 00000144
address.o N 00000153
address.o N 00000161
address.o N 0000016a
address.o N 0000017c
address.o N 0000018d
address.o N 0000019f
address.o N 000001ae
address.o N 000001bc
address.o N 000001cc
address.o N 000001db
address.o N 000001e1
address.o N 000001ef
address.o N 000001f4
address.o N 000001f6
address.o N 000001fa
address.o N 00000200
address.o N 00000205
address.o N 0000021c
address.o N 00000227
address.o N 00000230
address.o N 00000235
address.o N 00000239
address.o N 0000023c
address.o N 00000244
address.o N 0000024a
address.o N 0000024f
address.o N 0000025b
address.o addr_to_bytes T
address.o copy_keypair_addr T
address.o copy_subtree_addr T
address.o set_chain_addr T
address.o set_hash_addr T
address.o set_keypair_addr T
address.o set_layer_addr T
address.o set_tree_addr T
address.o set_tree_height T
address.o set_tree_index T
address.o set_type T
fors.o N 00000000
fors.o N 00000037
fors.o N 0000003e
fors.o N 00000112
fors.o N 00000125
fors.o N 0000012d
fors.o N 0000013a
fors.o N 00000145
fors.o N 0000014e
fors.o N 00000150
fors.o N 0000015e
fors.o N 00000160
fors.o N 00000167
fors.o N 00000169
fors.o N 00000175
fors.o N 00000178
fors.o N 00000180
fors.o N 0000018f
fors.o N 0000019f
fors.o N 000001a4
fors.o N 000001ad
fors.o N 000001b7
fors.o N 000001c5
fors.o N 000001d6
fors.o N 000001ea
fors.o N 000001f0
fors.o N 000001ff
fors.o N 0000020c
fors.o N 00000210
fors.o N 00000213
fors.o N 0000021d
fors.o N 00000228
fors.o fors_pk_from_sig T
fors.o fors_sign T
hash_sha256.o N 00000000
hash_sha256.o N 00000037
hash_sha256.o N 00000045
hash_sha256.o N 00000119
hash_sha256.o N 00000126
hash_sha256.o N 00000134
hash_sha256.o N 0000013e
hash_sha256.o N 00000146
hash_sha256.o N 0000015a
hash_sha256.o N 00000171
hash_sha256.o N 0000017c
hash_sha256.o N 00000185
hash_sha256.o N 00000192
hash_sha256.o N 0000019d
hash_sha256.o N 000001a6
hash_sha256.o N 000001bf
hash_sha256.o N 000001c8
hash_sha256.o N 000001db
hash_sha256.o N 000001e8
hash_sha256.o N 000001f1
hash_sha256.o N 000001f9
hash_sha256.o N 000001fd
hash_sha256.o N 00000204
hash_sha256.o N 00000208
hash_sha256.o N 0000020c
hash_sha256.o N 00000211
hash_sha256.o N 00000217
hash_sha256.o N 00000219
hash_sha256.o N 00000220
hash_sha256.o N 00000228
hash_sha256.o N 0000022a
hash_sha256.o N 0000022f
hash_sha256.o N 00000231
hash_sha256.o N 00000235
hash_sha256.o N 0000023a
hash_sha256.o N 00000240
hash_sha256.o N 00000247
hash_sha256.o N 0000024c
hash_sha256.o N 00000255
hash_sha256.o N 00000258
hash_sha256.o gen_message_random T
hash_sha256.o hash_message T
hash_sha256.o initialize_hash_function T
hash_sha256.o prf_addr T
hash_sha256.o state_seeded C
sha256.o N 00000000
sha256.o N 00000037
sha256.o N 00000040
sha256.o N 00000114
sha256.o N 00000121
sha256.o N 0000012f
sha256.o N 00000139
sha256.o N 00000141
sha256.o N 00000155
sha256.o N 0000015c
sha256.o N 00000173
sha256.o N 0000017e
sha256.o N 00000187
sha256.o N 00000194
sha256.o N 0000019f
sha256.o N 000001a8
sha256.o N 000001bb
sha256.o N 000001bd
sha256.o N 000001bf
sha256.o N 000001d1
sha256.o N 000001e4
sha256.o N 000001f4
sha256.o N 000001fa
sha256.o N 000001fc
sha256.o N 00000203
sha256.o N 0000020a
sha256.o N 0000020e
sha256.o N 00000211
sha256.o N 00000217
sha256.o N 00000229
sha256.o N 0000023b
sha256.o N 00000254
sha256.o N 00000268
sha256.o N 00000279
sha256.o N 0000027e
sha256.o N 00000289
sha256.o N 00000292
sha256.o N 00000298
sha256.o N 000002a3
sha256.o N 000002a5
sha256.o N 000002a7
sha256.o N 000002a9
sha256.o N 000002ab
sha256.o N 000002ad
sha256.o N 000002af
sha256.o N 000002b1
sha256.o N 000002b3
sha256.o N 000002b6
sha256.o N 000002b9
sha256.o N 000002bc
sha256.o N 000002bf
sha256.o N 000002c2
sha256.o N 000002c5
sha256.o N 000002c8
sha256.o N 000002cb
sha256.o N 000002ce
sha256.o N 000002d1
sha256.o N 000002d4
sha256.o N 000002d7
sha256.o N 000002db
sha256.o N 000002df
sha256.o N 000002e3
sha256.o N 000002e7
sha256.o N 000002eb
sha256.o N 000002ef
sha256.o N 000002f6
sha256.o N 000002fb
sha256.o N 00000302
sha256.o N 00000309
sha256.o N 0000031b
sha256.o N 00000321
sha256.o N 00000327
sha256.o compress_address T
sha256.o mgf1 T
sha256.o seed_state T
sha256.o sha256 T
sha256.o sha256_inc_blocks T
sha256.o sha256_inc_finalize T
sha256.o sha256_inc_init T
sha256.o state_seeded C
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000112
sign.o N 0000011f
sign.o N 00000126
sign.o N 00000141
sign.o N 00000158
sign.o N 00000173
sign.o N 00000185
sign.o N 0000019b
sign.o N 000001b4
sign.o N 000001b8
sign.o N 000001c6
sign.o N 00000202
sign.o N 00000218
sign.o N 0000022b
sign.o N 0000025f
sign.o N 00000298
sign.o N 000002a2
sign.o N 000002b0
sign.o N 000002c4
sign.o N 000002d2
sign.o N 000002dd
sign.o N 000002e6
sign.o N 000002e9
sign.o N 000002ec
sign.o N 000002f1
sign.o N 000002fb
sign.o N 00000308
sign.o N 0000030d
sign.o N 00000315
sign.o N 0000031e
sign.o N 00000327
sign.o N 00000331
sign.o N 00000339
sign.o N 0000033f
sign.o N 00000344
sign.o N 00000348
sign.o N 00000352
sign.o N 0000035a
sign.o N 00000361
sign.o N 00000363
sign.o N 00000368
sign.o N 0000036f
sign.o N 00000374
sign.o N 0000037f
sign.o N 00000388
sign.o N 00000391
sign.o N 00000393
sign.o N 0000039b
sign.o N 000003a4
sign.o N 000003a7
sign.o crypto_sign_bytes T
sign.o crypto_sign_publickeybytes T
sign.o crypto_sign_secretkeybytes T
sign.o crypto_sign_seed_keypair T
sign.o crypto_sign_seedbytes T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
thash_sha256_robust.o N 00000000
thash_sha256_robust.o N 00000037
thash_sha256_robust.o N 0000004d
thash_sha256_robust.o N 00000121
thash_sha256_robust.o N 0000012e
thash_sha256_robust.o N 0000013c
thash_sha256_robust.o N 00000146
thash_sha256_robust.o N 0000014e
thash_sha256_robust.o N 00000162
thash_sha256_robust.o N 00000168
thash_sha256_robust.o N 0000016f
thash_sha256_robust.o N 0000017a
thash_sha256_robust.o N 0000017e
thash_sha256_robust.o N 00000181
thash_sha256_robust.o N 0000018a
thash_sha256_robust.o N 00000197
thash_sha256_robust.o N 000001a0
thash_sha256_robust.o N 000001a5
thash_sha256_robust.o N 000001b0
thash_sha256_robust.o N 000001b9
thash_sha256_robust.o N 000001bd
thash_sha256_robust.o N 000001c5
thash_sha256_robust.o state_seeded C
thash_sha256_robust.o thash T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 00000113
utils.o N 0000012a
utils.o N 00000137
utils.o N 00000142
utils.o N 0000014b
utils.o N 00000158
utils.o N 00000165
utils.o N 00000172
utils.o N 0000017b
utils.o N 0000017f
utils.o N 0000018d
utils.o N 00000194
utils.o N 00000196
utils.o N 0000019a
utils.o N 0000019d
utils.o N 000001a3
utils.o N 000001aa
utils.o N 000001b1
utils.o N 000001c5
utils.o N 000001ca
utils.o N 000001cf
utils.o N 000001d8
utils.o N 000001e3
utils.o N 000001ed
utils.o N 000001f2
utils.o N 000001fb
utils.o N 00000207
utils.o N 0000020f
utils.o N 00000215
utils.o N 0000021f
utils.o N 00000228
utils.o N 00000230
utils.o N 00000234
utils.o N 0000023b
utils.o bytes_to_ull T
utils.o compute_root T
utils.o treehash T
utils.o ull_to_bytes T
wots.o N 00000000
wots.o N 00000037
wots.o N 0000003e
wots.o N 00000112
wots.o N 0000011e
wots.o N 00000121
wots.o N 0000012f
wots.o N 00000137
wots.o N 00000141
wots.o N 0000014e
wots.o N 00000159
wots.o N 00000162
wots.o N 00000169
wots.o N 00000170
wots.o N 00000174
wots.o N 0000017c
wots.o N 00000182
wots.o N 00000188
wots.o N 00000191
wots.o N 00000196
wots.o N 0000019a
wots.o N 0000019d
wots.o N 000001ab
wots.o N 000001b7
wots.o N 000001c2
wots.o N 000001cd
wots.o N 000001e1
wots.o N 000001e6
wots.o N 000001e8
wots.o N 000001f4
wots.o N 000001fe
wots.o N 00000208
wots.o N 00000216
wots.o N 00000227
wots.o N 0000022a
wots.o N 00000233
wots.o N 00000238
wots.o N 0000023e
wots.o N 00000244
wots.o N 0000024c
wots.o N 00000250
wots.o wots_gen_pk T
wots.o wots_pk_from_sig T
wots.o wots_sign 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


address.o N 00000000
address.o N 00000037
address.o N 00000041
address.o N 00000114
address.o N 00000121
address.o N 0000012c
address.o N 00000135
address.o N 00000143
address.o N 00000152
address.o N 00000160
address.o N 00000169
address.o N 0000017b
address.o N 0000018c
address.o N 0000019e
address.o N 000001ad
address.o N 000001bb
address.o N 000001cb
address.o N 000001da
address.o N 000001e0
address.o N 000001ee
address.o N 000001f3
address.o N 000001f5
address.o N 000001f9
address.o N 000001ff
address.o N 00000204
address.o N 0000021b
address.o N 00000226
address.o N 0000022f
address.o N 00000234
address.o N 00000238
address.o N 0000023b
address.o N 00000243
address.o N 00000249
address.o N 0000024e
address.o N 0000025a
address.o addr_to_bytes T
address.o copy_keypair_addr T
address.o copy_subtree_addr T
address.o set_chain_addr T
address.o set_hash_addr T
address.o set_keypair_addr T
address.o set_layer_addr T
address.o set_tree_addr T
address.o set_tree_height T
address.o set_tree_index T
address.o set_type T
fors.o N 00000000
fors.o N 00000037
fors.o N 0000003e
fors.o N 00000111
fors.o N 0000011d
fors.o N 00000120
fors.o N 0000012e
fors.o N 00000136
fors.o N 00000145
fors.o N 00000152
fors.o N 0000015d
fors.o N 00000166
fors.o N 00000176
fors.o N 0000017b
fors.o N 00000184
fors.o N 0000018e
fors.o N 000001a1
fors.o N 000001af
fors.o N 000001c0
fors.o N 000001c8
fors.o N 000001dc
fors.o N 000001e2
fors.o N 000001f1
fors.o N 000001fe
fors.o N 00000202
fors.o N 00000205
fors.o N 00000207
fors.o N 00000211
fors.o N 0000021c
fors.o N 0000021e
fors.o N 00000225
fors.o N 00000227
fors.o fors_pk_from_sig T
fors.o fors_sign T
hash_sha256.o N 00000000
hash_sha256.o N 00000037
hash_sha256.o N 00000045
hash_sha256.o N 00000118
hash_sha256.o N 00000125
hash_sha256.o N 00000133
hash_sha256.o N 0000013d
hash_sha256.o N 00000145
hash_sha256.o N 00000159
hash_sha256.o N 00000170
hash_sha256.o N 0000017b
hash_sha256.o N 00000184
hash_sha256.o N 00000191
hash_sha256.o N 0000019c
hash_sha256.o N 000001a5
hash_sha256.o N 000001be
hash_sha256.o N 000001c7
hash_sha256.o N 000001da
hash_sha256.o N 000001e7
hash_sha256.o N 000001f0
hash_sha256.o N 000001f8
hash_sha256.o N 000001fc
hash_sha256.o N 00000203
hash_sha256.o N 00000207
hash_sha256.o N 0000020b
hash_sha256.o N 00000210
hash_sha256.o N 00000216
hash_sha256.o N 00000218
hash_sha256.o N 0000021f
hash_sha256.o N 00000227
hash_sha256.o N 00000229
hash_sha256.o N 0000022b
hash_sha256.o N 0000022f
hash_sha256.o N 00000234
hash_sha256.o N 00000239
hash_sha256.o N 0000023f
hash_sha256.o N 00000246
hash_sha256.o N 0000024b
hash_sha256.o N 00000254
hash_sha256.o N 00000257
hash_sha256.o gen_message_random T
hash_sha256.o hash_message T
hash_sha256.o initialize_hash_function T
hash_sha256.o prf_addr T
hash_sha256.o state_seeded C
sha256.o N 00000000
sha256.o N 00000037
sha256.o N 00000040
sha256.o N 00000113
sha256.o N 00000120
sha256.o N 0000012e
sha256.o N 00000138
sha256.o N 00000140
sha256.o N 00000154
sha256.o N 0000015b
sha256.o N 00000172
sha256.o N 0000017d
sha256.o N 00000186
sha256.o N 00000193
sha256.o N 0000019e
sha256.o N 000001a7
sha256.o N 000001b9
sha256.o N 000001bb
sha256.o N 000001ce
sha256.o N 000001d0
sha256.o N 000001e2
sha256.o N 000001f5
sha256.o N 00000205
sha256.o N 0000020b
sha256.o N 0000020d
sha256.o N 00000214
sha256.o N 0000021b
sha256.o N 0000021f
sha256.o N 00000222
sha256.o N 00000228
sha256.o N 0000023a
sha256.o N 00000243
sha256.o N 00000249
sha256.o N 00000262
sha256.o N 00000276
sha256.o N 00000287
sha256.o N 0000028c
sha256.o N 00000297
sha256.o N 000002a2
sha256.o N 000002a4
sha256.o N 000002a6
sha256.o N 000002a8
sha256.o N 000002aa
sha256.o N 000002ac
sha256.o N 000002ae
sha256.o N 000002b0
sha256.o N 000002b2
sha256.o N 000002b5
sha256.o N 000002b8
sha256.o N 000002bb
sha256.o N 000002be
sha256.o N 000002c1
sha256.o N 000002c4
sha256.o N 000002c7
sha256.o N 000002ca
sha256.o N 000002cd
sha256.o N 000002d0
sha256.o N 000002d3
sha256.o N 000002d6
sha256.o N 000002da
sha256.o N 000002de
sha256.o N 000002e2
sha256.o N 000002e6
sha256.o N 000002ea
sha256.o N 000002ee
sha256.o N 000002f5
sha256.o N 000002fa
sha256.o N 00000301
sha256.o N 00000308
sha256.o N 0000031a
sha256.o N 00000320
sha256.o N 00000326
sha256.o compress_address T
sha256.o mgf1 T
sha256.o seed_state T
sha256.o sha256 T
sha256.o sha256_inc_blocks T
sha256.o sha256_inc_finalize T
sha256.o sha256_inc_init T
sha256.o state_seeded C
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000111
sign.o N 0000011e
sign.o N 00000125
sign.o N 0000013e
sign.o N 00000142
sign.o N 00000145
sign.o N 00000153
sign.o N 00000156
sign.o N 0000015b
sign.o N 00000165
sign.o N 00000179
sign.o N 00000187
sign.o N 00000192
sign.o N 0000019b
sign.o N 000001b6
sign.o N 000001cd
sign.o N 000001e8
sign.o N 000001fa
sign.o N 00000210
sign.o N 0000021e
sign.o N 0000025a
sign.o N 00000270
sign.o N 00000283
sign.o N 000002b7
sign.o N 000002f0
sign.o N 000002fa
sign.o N 00000307
sign.o N 0000030c
sign.o N 00000314
sign.o N 0000031d
sign.o N 00000326
sign.o N 00000330
sign.o N 00000338
sign.o N 0000033e
sign.o N 00000343
sign.o N 00000347
sign.o N 00000351
sign.o N 00000359
sign.o N 00000360
sign.o N 00000362
sign.o N 00000367
sign.o N 0000036e
sign.o N 00000373
sign.o N 0000037e
sign.o N 00000387
sign.o N 00000390
sign.o N 00000392
sign.o N 0000039a
sign.o N 000003a3
sign.o N 000003a6
sign.o crypto_sign_bytes T
sign.o crypto_sign_publickeybytes T
sign.o crypto_sign_secretkeybytes T
sign.o crypto_sign_seed_keypair T
sign.o crypto_sign_seedbytes T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
thash_sha256_robust.o N 00000000
thash_sha256_robust.o N 00000037
thash_sha256_robust.o N 0000004d
thash_sha256_robust.o N 00000120
thash_sha256_robust.o N 0000012d
thash_sha256_robust.o N 0000013b
thash_sha256_robust.o N 00000145
thash_sha256_robust.o N 0000014d
thash_sha256_robust.o N 00000161
thash_sha256_robust.o N 00000167
thash_sha256_robust.o N 0000016e
thash_sha256_robust.o N 00000179
thash_sha256_robust.o N 0000017d
thash_sha256_robust.o N 00000180
thash_sha256_robust.o N 00000189
thash_sha256_robust.o N 00000196
thash_sha256_robust.o N 0000019f
thash_sha256_robust.o N 000001a4
thash_sha256_robust.o N 000001af
thash_sha256_robust.o N 000001b8
thash_sha256_robust.o N 000001bc
thash_sha256_robust.o N 000001c4
thash_sha256_robust.o state_seeded C
thash_sha256_robust.o thash T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 00000112
utils.o N 00000129
utils.o N 00000136
utils.o N 00000141
utils.o N 0000014a
utils.o N 00000157
utils.o N 00000164
utils.o N 00000171
utils.o N 0000017a
utils.o N 0000017e
utils.o N 0000018c
utils.o N 00000193
utils.o N 00000195
utils.o N 00000199
utils.o N 0000019c
utils.o N 000001a2
utils.o N 000001a9
utils.o N 000001b0
utils.o N 000001c4
utils.o N 000001c9
utils.o N 000001ce
utils.o N 000001d7
utils.o N 000001e2
utils.o N 000001ec
utils.o N 000001f1
utils.o N 000001fa
utils.o N 00000206
utils.o N 0000020e
utils.o N 00000214
utils.o N 0000021e
utils.o N 00000227
utils.o N 0000022f
utils.o N 00000233
utils.o N 0000023a
utils.o bytes_to_ull T
utils.o compute_root T
utils.o treehash T
utils.o ull_to_bytes T
wots.o N 00000000
wots.o N 00000037
wots.o N 0000003e
wots.o N 00000111
wots.o N 0000011d
wots.o N 00000120
wots.o N 0000012e
wots.o N 00000136
wots.o N 00000140
wots.o N 0000014d
wots.o N 00000158
wots.o N 00000161
wots.o N 0000016b
wots.o N 0000016f
wots.o N 00000172
wots.o N 00000178
wots.o N 0000017e
wots.o N 00000187
wots.o N 0000018c
wots.o N 0000018e
wots.o N 00000195
wots.o N 0000019c
wots.o N 000001a0
wots.o N 000001a8
wots.o N 000001ae
wots.o N 000001b4
wots.o N 000001bd
wots.o N 000001c2
wots.o N 000001d0
wots.o N 000001dc
wots.o N 000001e7
wots.o N 000001f2
wots.o N 00000206
wots.o N 0000020b
wots.o N 00000217
wots.o N 00000221
wots.o N 0000022f
wots.o N 00000240
wots.o N 00000243
wots.o N 0000024b
wots.o N 0000024f
wots.o wots_gen_pk T
wots.o wots_pk_from_sig T
wots.o wots_sign 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


address.o addr_to_bytes T
address.o copy_keypair_addr T
address.o copy_subtree_addr T
address.o set_chain_addr T
address.o set_hash_addr T
address.o set_keypair_addr T
address.o set_layer_addr T
address.o set_tree_addr T
address.o set_tree_height T
address.o set_tree_index T
address.o set_type T
fors.o fors_pk_from_sig T
fors.o fors_sign T
hash_sha256.o gen_message_random T
hash_sha256.o hash_message T
hash_sha256.o initialize_hash_function T
hash_sha256.o prf_addr T
hash_sha256.o state_seeded C
sha256.o compress_address T
sha256.o mgf1 T
sha256.o seed_state T
sha256.o sha256 T
sha256.o sha256_inc_blocks T
sha256.o sha256_inc_finalize T
sha256.o sha256_inc_init T
sha256.o state_seeded C
sign.o crypto_sign_bytes T
sign.o crypto_sign_publickeybytes T
sign.o crypto_sign_secretkeybytes T
sign.o crypto_sign_seed_keypair T
sign.o crypto_sign_seedbytes T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
thash_sha256_robust.o state_seeded C
thash_sha256_robust.o thash T
utils.o bytes_to_ull T
utils.o compute_root T
utils.o treehash T
utils.o ull_to_bytes T
wots.o wots_gen_pk T
wots.o wots_pk_from_sig T
wots.o wots_sign 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)