Test results for armeabi, berry0, crypto_hash/nasha256

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_hash Test results for armeabi, berry0, crypto_hash Test results for crypto_hash/nasha256
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: nasha256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
6426735644 0 13107646451 356 131824T:opt_v4gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
6460731216 0 13107640359 356 131824T:opt_v4gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
6710634108 0 13107646044 384 131832T:opt_v4clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
6717834284 0 13107645640 384 131824T:opt_v4clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
6735032056 0 13107641510 380 131816T:opt_v4clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
6742834436 0 13107646324 384 131832T:opt_v4clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
7104016744 0 027551 356 744T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
7600011028 0 020171 356 744T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
7752431392 0 13107639783 348 131816T:opt_v4gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
8645330088 0 13107639058 352 131824T:opt_v4gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
8969510232 0 018623 348 744T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
9303114892 0 026248 384 744T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
9330015776 0 027664 384 752T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
9341031452 0 13107640910 380 131816T:opt_v4clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
9379712052 0 021506 380 744T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
9654515752 0 027688 384 752T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
10509010312 0 019282 352 744T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
12327811704 0 021162 380 744T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909

Compiler output


Nasha.c: Nasha.c:243:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:     uint_64t    pom=state->count[1];
Nasha.c:                 ^
Nasha.c: Nasha.c:462:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:     uint_64t    pom=state->count[1];
Nasha.c:                 ^
Nasha.c: Nasha.c:627:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c:646:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c:656:30: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare]
Nasha.c:        if (hashbitlen != 224 || hashbitlen != 256 || hashbitlen != 384 || hashbitlen!=512)
Nasha.c:            ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Nasha.c: 5 warnings generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


Nasha.c: Nasha.c: In function 'Nasha_Final1':
Nasha.c: Nasha.c:243:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:   243 |     uint_64t    pom=state->count[1];
Nasha.c:       |                 ^~~
Nasha.c: Nasha.c: In function 'Nasha_Final2':
Nasha.c: Nasha.c:462:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:   462 |     uint_64t    pom=state->count[1];
Nasha.c:       |                 ^~~
Nasha.c: Nasha.c: In function 'Update':
Nasha.c: Nasha.c:627:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c:   627 | }
Nasha.c:       | ^
Nasha.c: Nasha.c: In function 'Final':
Nasha.c: Nasha.c:646:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c:   646 | }
Nasha.c:       | ^

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

Compiler output


Nasha.c: Nasha.c:304:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:     uint_64t    pom=state->count[1];
Nasha.c:                 ^
Nasha.c: Nasha.c:682:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:     uint_64t    pom=state->count[1];
Nasha.c:                 ^
Nasha.c: Nasha.c:815:29: warning: incompatible pointer to integer conversion assigning to 'uint_16t' (aka 'unsigned short') from 'uint_16t [256]' [-Wint-conversion]
Nasha.c:                 ssbox[i][j] = ssbox[i^j];
Nasha.c:                             ^ ~~~~~~~~~~
Nasha.c: Nasha.c:854:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c:873:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c:883:30: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare]
Nasha.c:        if (hashbitlen != 224 || hashbitlen != 256 || hashbitlen != 384 || hashbitlen!=512)
Nasha.c:            ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Nasha.c: 6 warnings generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:opt_v4clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt_v4clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt_v4clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt_v4clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt_v4clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


Nasha.c: Nasha.c: In function 'Nasha_Final1':
Nasha.c: Nasha.c:304:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:   304 |     uint_64t    pom=state->count[1];
Nasha.c:       |                 ^~~
Nasha.c: Nasha.c: In function 'Nasha_Final2':
Nasha.c: Nasha.c:682:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c:   682 |     uint_64t    pom=state->count[1];
Nasha.c:       |                 ^~~
Nasha.c: Nasha.c: In function 'Init':
Nasha.c: Nasha.c:815:29: warning: assignment to 'uint_16t' {aka 'short unsigned int'} from 'uint_16t *' {aka 'short unsigned int *'} makes integer from pointer without a cast [-Wint-conversion]
Nasha.c:   815 |                 ssbox[i][j] = ssbox[i^j];
Nasha.c:       |                             ^
Nasha.c: Nasha.c: In function 'Update':
Nasha.c: Nasha.c:854:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c:   854 | }
Nasha.c:       | ^
Nasha.c: Nasha.c: In function 'Final':
Nasha.c: Nasha.c:873:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c:   873 | }
Nasha.c:       | ^

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

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 108
Nasha.o N 113
Nasha.o N 11c
Nasha.o N 125
Nasha.o N 139
Nasha.o N 140
Nasha.o N 147
Nasha.o N 14e
Nasha.o N 155
Nasha.o N 15c
Nasha.o N 163
Nasha.o N 16a
Nasha.o N 16f
Nasha.o N 17d
Nasha.o N 187
Nasha.o N 18f
Nasha.o N 197
Nasha.o N 1a4
Nasha.o N 1ac
Nasha.o N 1b1
Nasha.o N 1bd
Nasha.o N 1d7
Nasha.o N 1e2
Nasha.o N 1eb
Nasha.o N 1f4
Nasha.o N 202
Nasha.o N 20d
Nasha.o N 213
Nasha.o N 216
Nasha.o N 21c
Nasha.o N 222
Nasha.o N 224
Nasha.o N 226
Nasha.o N 22b
Nasha.o N 238
Nasha.o N 23e
Nasha.o N 24b
Nasha.o N 25
Nasha.o N 256
Nasha.o N 25a
Nasha.o N 264
Nasha.o N 274
Nasha.o N 279
Nasha.o N 285
Nasha.o N 290
Nasha.o N 29b
Nasha.o N 29f
Nasha.o N 2a9
Nasha.o N 2b2
Nasha.o N 2b5
Nasha.o N 2ba
Nasha.o N 2c9
Nasha.o N 2d
Nasha.o N 2d1
Nasha.o N 2df
Nasha.o N 2ee
Nasha.o N 2fc
Nasha.o N 30c
Nasha.o N 31b
Nasha.o N 329
Nasha.o N 338
Nasha.o N 33d
Nasha.o N 34e
Nasha.o N 35b
Nasha.o N 369
Nasha.o N 377
Nasha.o N 388
Nasha.o N 395
Nasha.o N 3a3
Nasha.o N 3b1
Nasha.o N 3b8
Nasha.o N 3be
Nasha.o N 3c3
Nasha.o N 3c5
Nasha.o N 3c7
Nasha.o N 3c9
Nasha.o N 3cc
Nasha.o N 3cf
Nasha.o N 3d2
Nasha.o N 3d8
Nasha.o N 3e7
Nasha.o N 3f2
Nasha.o N 3fb
Nasha.o N 404
Nasha.o N 40a
Nasha.o N 410
Nasha.o N 414
Nasha.o N 418
Nasha.o N 41b
Nasha.o N 41e
Nasha.o N 421
Nasha.o N 424
Nasha.o N 427
Nasha.o N 42a
Nasha.o N 42d
Nasha.o N 430
Nasha.o N 433
Nasha.o N 439
Nasha.o N 43f
Nasha.o N 442
Nasha.o N 444
Nasha.o N 44b
Nasha.o N 451
Nasha.o N 457
Nasha.o N 45e
Nasha.o N 461
Nasha.o N 464
Nasha.o N 467
Nasha.o N 46a
Nasha.o N 46d
Nasha.o N 46f
Nasha.o N 472
Nasha.o N 476
Nasha.o N 479
Nasha.o N 47c
Nasha.o N 481
Nasha.o N 485
Nasha.o N 488
Nasha.o N ea
Nasha.o N f1
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 0
hash.o N 103
hash.o N 10f
hash.o N 129
hash.o N 12e
hash.o N 132
hash.o N 140
hash.o N 157
hash.o N 17c
hash.o N 180
hash.o N 183
hash.o N 25
hash.o N 2c
hash.o N e9
hash.o N f6
hash.o N fe

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 108
Nasha.o N 113
Nasha.o N 11c
Nasha.o N 125
Nasha.o N 139
Nasha.o N 140
Nasha.o N 147
Nasha.o N 14e
Nasha.o N 155
Nasha.o N 15c
Nasha.o N 163
Nasha.o N 16a
Nasha.o N 16f
Nasha.o N 17d
Nasha.o N 187
Nasha.o N 18f
Nasha.o N 197
Nasha.o N 1a4
Nasha.o N 1ac
Nasha.o N 1b1
Nasha.o N 1bd
Nasha.o N 1d7
Nasha.o N 1e2
Nasha.o N 1eb
Nasha.o N 1f4
Nasha.o N 202
Nasha.o N 20d
Nasha.o N 213
Nasha.o N 216
Nasha.o N 21c
Nasha.o N 222
Nasha.o N 224
Nasha.o N 226
Nasha.o N 22b
Nasha.o N 238
Nasha.o N 23e
Nasha.o N 24b
Nasha.o N 25
Nasha.o N 256
Nasha.o N 25a
Nasha.o N 264
Nasha.o N 274
Nasha.o N 279
Nasha.o N 285
Nasha.o N 290
Nasha.o N 29b
Nasha.o N 29f
Nasha.o N 2a9
Nasha.o N 2b2
Nasha.o N 2b5
Nasha.o N 2ba
Nasha.o N 2c9
Nasha.o N 2d
Nasha.o N 2d1
Nasha.o N 2df
Nasha.o N 2ee
Nasha.o N 2fc
Nasha.o N 30c
Nasha.o N 31b
Nasha.o N 329
Nasha.o N 338
Nasha.o N 33d
Nasha.o N 343
Nasha.o N 354
Nasha.o N 361
Nasha.o N 36f
Nasha.o N 37d
Nasha.o N 38e
Nasha.o N 39b
Nasha.o N 3a9
Nasha.o N 3b7
Nasha.o N 3be
Nasha.o N 3c3
Nasha.o N 3c5
Nasha.o N 3c7
Nasha.o N 3c9
Nasha.o N 3cc
Nasha.o N 3cf
Nasha.o N 3d2
Nasha.o N 3d8
Nasha.o N 3e7
Nasha.o N 3f2
Nasha.o N 3fb
Nasha.o N 404
Nasha.o N 40a
Nasha.o N 410
Nasha.o N 414
Nasha.o N 418
Nasha.o N 41b
Nasha.o N 41e
Nasha.o N 421
Nasha.o N 424
Nasha.o N 427
Nasha.o N 42a
Nasha.o N 42d
Nasha.o N 430
Nasha.o N 433
Nasha.o N 439
Nasha.o N 43f
Nasha.o N 442
Nasha.o N 444
Nasha.o N 44b
Nasha.o N 451
Nasha.o N 457
Nasha.o N 45e
Nasha.o N 461
Nasha.o N 464
Nasha.o N 467
Nasha.o N 46a
Nasha.o N 46d
Nasha.o N 46f
Nasha.o N 472
Nasha.o N 476
Nasha.o N 479
Nasha.o N 47c
Nasha.o N 481
Nasha.o N 485
Nasha.o N 488
Nasha.o N ea
Nasha.o N f1
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 0
hash.o N 103
hash.o N 10f
hash.o N 129
hash.o N 12e
hash.o N 132
hash.o N 140
hash.o N 157
hash.o N 17c
hash.o N 180
hash.o N 183
hash.o N 25
hash.o N 2c
hash.o N e9
hash.o N f6
hash.o N fe

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 107
Nasha.o N 112
Nasha.o N 11b
Nasha.o N 124
Nasha.o N 138
Nasha.o N 13f
Nasha.o N 146
Nasha.o N 14d
Nasha.o N 154
Nasha.o N 15b
Nasha.o N 162
Nasha.o N 169
Nasha.o N 16e
Nasha.o N 17c
Nasha.o N 186
Nasha.o N 18e
Nasha.o N 196
Nasha.o N 1a3
Nasha.o N 1ab
Nasha.o N 1b0
Nasha.o N 1bc
Nasha.o N 1d6
Nasha.o N 1e1
Nasha.o N 1ea
Nasha.o N 1f3
Nasha.o N 204
Nasha.o N 214
Nasha.o N 21f
Nasha.o N 22c
Nasha.o N 23a
Nasha.o N 249
Nasha.o N 25
Nasha.o N 257
Nasha.o N 265
Nasha.o N 274
Nasha.o N 282
Nasha.o N 293
Nasha.o N 2a3
Nasha.o N 2b0
Nasha.o N 2be
Nasha.o N 2cd
Nasha.o N 2d
Nasha.o N 2db
Nasha.o N 2e9
Nasha.o N 2f8
Nasha.o N 306
Nasha.o N 30b
Nasha.o N 312
Nasha.o N 318
Nasha.o N 31d
Nasha.o N 31f
Nasha.o N 321
Nasha.o N 327
Nasha.o N 32d
Nasha.o N 32f
Nasha.o N 331
Nasha.o N 336
Nasha.o N 343
Nasha.o N 345
Nasha.o N 349
Nasha.o N 34c
Nasha.o N 34f
Nasha.o N 352
Nasha.o N 358
Nasha.o N 367
Nasha.o N 372
Nasha.o N 37b
Nasha.o N 384
Nasha.o N 38a
Nasha.o N 390
Nasha.o N 394
Nasha.o N 397
Nasha.o N 39b
Nasha.o N 39e
Nasha.o N 3a1
Nasha.o N 3a4
Nasha.o N 3a7
Nasha.o N 3aa
Nasha.o N 3ad
Nasha.o N 3b0
Nasha.o N 3b3
Nasha.o N 3b9
Nasha.o N 3bb
Nasha.o N 3be
Nasha.o N 3c1
Nasha.o N 3c8
Nasha.o N 3ce
Nasha.o N 3d4
Nasha.o N 3db
Nasha.o N 3de
Nasha.o N 3e1
Nasha.o N 3e4
Nasha.o N 3ea
Nasha.o N 3ec
Nasha.o N 3ef
Nasha.o N 3f3
Nasha.o N 3f6
Nasha.o N 3f9
Nasha.o N 3fc
Nasha.o N 401
Nasha.o N 40d
Nasha.o N 410
Nasha.o N 419
Nasha.o N 424
Nasha.o N 428
Nasha.o N 433
Nasha.o N 43d
Nasha.o N 442
Nasha.o N 44a
Nasha.o N 44f
Nasha.o N 453
Nasha.o N 456
Nasha.o N 45c
Nasha.o N 462
Nasha.o N 46f
Nasha.o N 47a
Nasha.o N 484
Nasha.o N 487
Nasha.o N e9
Nasha.o N f0
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 0
hash.o N 102
hash.o N 10e
hash.o N 128
hash.o N 12d
hash.o N 131
hash.o N 13f
hash.o N 156
hash.o N 17b
hash.o N 17f
hash.o N 182
hash.o N 25
hash.o N 2c
hash.o N e8
hash.o N f5
hash.o N fd

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 108
Nasha.o N 113
Nasha.o N 11c
Nasha.o N 125
Nasha.o N 139
Nasha.o N 140
Nasha.o N 147
Nasha.o N 14e
Nasha.o N 155
Nasha.o N 15c
Nasha.o N 163
Nasha.o N 16a
Nasha.o N 16f
Nasha.o N 17d
Nasha.o N 187
Nasha.o N 18f
Nasha.o N 197
Nasha.o N 1a4
Nasha.o N 1ac
Nasha.o N 1b1
Nasha.o N 1bd
Nasha.o N 1d7
Nasha.o N 1e2
Nasha.o N 1eb
Nasha.o N 1f4
Nasha.o N 202
Nasha.o N 20d
Nasha.o N 213
Nasha.o N 216
Nasha.o N 21c
Nasha.o N 222
Nasha.o N 224
Nasha.o N 226
Nasha.o N 22b
Nasha.o N 238
Nasha.o N 23e
Nasha.o N 24b
Nasha.o N 25
Nasha.o N 256
Nasha.o N 25a
Nasha.o N 264
Nasha.o N 273
Nasha.o N 27b
Nasha.o N 287
Nasha.o N 295
Nasha.o N 2a4
Nasha.o N 2b2
Nasha.o N 2c1
Nasha.o N 2cf
Nasha.o N 2d
Nasha.o N 2de
Nasha.o N 2ef
Nasha.o N 2ff
Nasha.o N 30c
Nasha.o N 31a
Nasha.o N 328
Nasha.o N 339
Nasha.o N 349
Nasha.o N 356
Nasha.o N 364
Nasha.o N 372
Nasha.o N 377
Nasha.o N 37e
Nasha.o N 384
Nasha.o N 389
Nasha.o N 38b
Nasha.o N 38d
Nasha.o N 38f
Nasha.o N 392
Nasha.o N 395
Nasha.o N 398
Nasha.o N 39e
Nasha.o N 3ad
Nasha.o N 3b8
Nasha.o N 3c1
Nasha.o N 3ca
Nasha.o N 3d0
Nasha.o N 3d6
Nasha.o N 3da
Nasha.o N 3de
Nasha.o N 3e1
Nasha.o N 3e4
Nasha.o N 3e7
Nasha.o N 3ea
Nasha.o N 3ed
Nasha.o N 3f0
Nasha.o N 3f3
Nasha.o N 3f6
Nasha.o N 3f9
Nasha.o N 3ff
Nasha.o N 405
Nasha.o N 408
Nasha.o N 40b
Nasha.o N 40d
Nasha.o N 414
Nasha.o N 41a
Nasha.o N 420
Nasha.o N 427
Nasha.o N 42a
Nasha.o N 42d
Nasha.o N 430
Nasha.o N 433
Nasha.o N 435
Nasha.o N 438
Nasha.o N 43c
Nasha.o N 43f
Nasha.o N 442
Nasha.o N 447
Nasha.o N 44a
Nasha.o N 44e
Nasha.o N 459
Nasha.o N 464
Nasha.o N 46d
Nasha.o N 477
Nasha.o N 47c
Nasha.o N 481
Nasha.o N 485
Nasha.o N 488
Nasha.o N ea
Nasha.o N f1
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 0
hash.o N 103
hash.o N 10f
hash.o N 129
hash.o N 12e
hash.o N 132
hash.o N 140
hash.o N 157
hash.o N 17c
hash.o N 180
hash.o N 183
hash.o N 25
hash.o N 2c
hash.o N e9
hash.o N f6
hash.o N fe

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 107
Nasha.o N 112
Nasha.o N 11b
Nasha.o N 124
Nasha.o N 138
Nasha.o N 13f
Nasha.o N 146
Nasha.o N 14d
Nasha.o N 154
Nasha.o N 15b
Nasha.o N 162
Nasha.o N 169
Nasha.o N 16e
Nasha.o N 17c
Nasha.o N 186
Nasha.o N 18e
Nasha.o N 196
Nasha.o N 1a3
Nasha.o N 1ab
Nasha.o N 1b0
Nasha.o N 1bc
Nasha.o N 1d6
Nasha.o N 1e1
Nasha.o N 1ea
Nasha.o N 1f3
Nasha.o N 201
Nasha.o N 20c
Nasha.o N 212
Nasha.o N 215
Nasha.o N 21b
Nasha.o N 221
Nasha.o N 223
Nasha.o N 225
Nasha.o N 22a
Nasha.o N 237
Nasha.o N 23d
Nasha.o N 24a
Nasha.o N 25
Nasha.o N 255
Nasha.o N 259
Nasha.o N 263
Nasha.o N 273
Nasha.o N 278
Nasha.o N 284
Nasha.o N 28f
Nasha.o N 29a
Nasha.o N 29e
Nasha.o N 2a8
Nasha.o N 2b1
Nasha.o N 2b4
Nasha.o N 2b9
Nasha.o N 2c8
Nasha.o N 2d
Nasha.o N 2d0
Nasha.o N 2de
Nasha.o N 2ed
Nasha.o N 2fb
Nasha.o N 30b
Nasha.o N 31a
Nasha.o N 328
Nasha.o N 337
Nasha.o N 33c
Nasha.o N 342
Nasha.o N 353
Nasha.o N 360
Nasha.o N 36e
Nasha.o N 37c
Nasha.o N 38d
Nasha.o N 39a
Nasha.o N 3a8
Nasha.o N 3b6
Nasha.o N 3bd
Nasha.o N 3c2
Nasha.o N 3c4
Nasha.o N 3c6
Nasha.o N 3c8
Nasha.o N 3cc
Nasha.o N 3cf
Nasha.o N 3d5
Nasha.o N 3e4
Nasha.o N 3ef
Nasha.o N 3f8
Nasha.o N 401
Nasha.o N 407
Nasha.o N 40d
Nasha.o N 411
Nasha.o N 414
Nasha.o N 417
Nasha.o N 41a
Nasha.o N 41d
Nasha.o N 420
Nasha.o N 423
Nasha.o N 426
Nasha.o N 429
Nasha.o N 42c
Nasha.o N 42f
Nasha.o N 432
Nasha.o N 435
Nasha.o N 43b
Nasha.o N 441
Nasha.o N 444
Nasha.o N 446
Nasha.o N 44d
Nasha.o N 453
Nasha.o N 459
Nasha.o N 460
Nasha.o N 463
Nasha.o N 466
Nasha.o N 469
Nasha.o N 46c
Nasha.o N 46e
Nasha.o N 471
Nasha.o N 475
Nasha.o N 478
Nasha.o N 47b
Nasha.o N 480
Nasha.o N 484
Nasha.o N 487
Nasha.o N e9
Nasha.o N f0
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 0
hash.o N 102
hash.o N 10e
hash.o N 128
hash.o N 12d
hash.o N 131
hash.o N 13f
hash.o N 156
hash.o N 17b
hash.o N 17f
hash.o N 182
hash.o N 25
hash.o N 2c
hash.o N e8
hash.o N f5
hash.o N fd

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R

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

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 101
Nasha.o N 118
Nasha.o N 123
Nasha.o N 12c
Nasha.o N 135
Nasha.o N 149
Nasha.o N 150
Nasha.o N 157
Nasha.o N 15e
Nasha.o N 165
Nasha.o N 16c
Nasha.o N 173
Nasha.o N 17a
Nasha.o N 180
Nasha.o N 18f
Nasha.o N 19a
Nasha.o N 1a3
Nasha.o N 1ac
Nasha.o N 1b1
Nasha.o N 1bf
Nasha.o N 1c9
Nasha.o N 1d1
Nasha.o N 1d9
Nasha.o N 1e6
Nasha.o N 1ee
Nasha.o N 1f3
Nasha.o N 1ff
Nasha.o N 219
Nasha.o N 224
Nasha.o N 22d
Nasha.o N 236
Nasha.o N 244
Nasha.o N 24f
Nasha.o N 25
Nasha.o N 255
Nasha.o N 258
Nasha.o N 25e
Nasha.o N 264
Nasha.o N 266
Nasha.o N 268
Nasha.o N 26d
Nasha.o N 27a
Nasha.o N 280
Nasha.o N 28d
Nasha.o N 298
Nasha.o N 2a2
Nasha.o N 2b2
Nasha.o N 2b7
Nasha.o N 2c3
Nasha.o N 2ce
Nasha.o N 2d
Nasha.o N 2d9
Nasha.o N 2dd
Nasha.o N 2e7
Nasha.o N 2f0
Nasha.o N 2f3
Nasha.o N 2f8
Nasha.o N 307
Nasha.o N 30f
Nasha.o N 31d
Nasha.o N 32c
Nasha.o N 33a
Nasha.o N 34a
Nasha.o N 359
Nasha.o N 367
Nasha.o N 376
Nasha.o N 37b
Nasha.o N 37d
Nasha.o N 37f
Nasha.o N 390
Nasha.o N 39d
Nasha.o N 3ab
Nasha.o N 3b9
Nasha.o N 3ca
Nasha.o N 3d7
Nasha.o N 3e5
Nasha.o N 3f3
Nasha.o N 3fa
Nasha.o N 400
Nasha.o N 405
Nasha.o N 408
Nasha.o N 40b
Nasha.o N 40e
Nasha.o N 412
Nasha.o N 415
Nasha.o N 419
Nasha.o N 41d
Nasha.o N 420
Nasha.o N 424
Nasha.o N 427
Nasha.o N 42a
Nasha.o N 42d
Nasha.o N 431
Nasha.o N 435
Nasha.o N 439
Nasha.o N 43d
Nasha.o N 440
Nasha.o N 443
Nasha.o N 446
Nasha.o N 449
Nasha.o N 44c
Nasha.o N 450
Nasha.o N 454
Nasha.o N 457
Nasha.o N 459
Nasha.o N 45c
Nasha.o N 462
Nasha.o N 468
Nasha.o N 46e
Nasha.o N 472
Nasha.o N 474
Nasha.o N 478
Nasha.o N 47c
Nasha.o N 47f
Nasha.o N 482
Nasha.o N 485
Nasha.o N 488
Nasha.o N 48b
Nasha.o N 48e
Nasha.o N 491
Nasha.o N 495
Nasha.o N 498
Nasha.o N 49b
Nasha.o N 49e
Nasha.o N 4a1
Nasha.o N 4a8
Nasha.o N 4ab
Nasha.o N 4ae
Nasha.o N 4b4
Nasha.o N 4b6
Nasha.o N 4bd
Nasha.o N 4c1
Nasha.o N 4c4
Nasha.o N 4c7
Nasha.o N 4ca
Nasha.o N 4cd
Nasha.o N 4d0
Nasha.o N 4d3
Nasha.o N 4d6
Nasha.o N 4d9
Nasha.o N 4de
Nasha.o N 4e5
Nasha.o N 4ec
Nasha.o N 4ef
Nasha.o N 4f2
Nasha.o N 4f5
Nasha.o N 4fc
Nasha.o N 502
Nasha.o N 508
Nasha.o N 50e
Nasha.o N 513
Nasha.o N 517
Nasha.o N 51a
Nasha.o N 51e
Nasha.o N 522
Nasha.o N 526
Nasha.o N 52a
Nasha.o N 52e
Nasha.o N 532
Nasha.o N 536
Nasha.o N 53a
Nasha.o N 53e
Nasha.o N 542
Nasha.o N 546
Nasha.o N 54a
Nasha.o N 54e
Nasha.o N 552
Nasha.o N 556
Nasha.o N 55a
Nasha.o N 55e
Nasha.o N 562
Nasha.o N 566
Nasha.o N 56a
Nasha.o N 56e
Nasha.o N 572
Nasha.o N 576
Nasha.o N 57a
Nasha.o N 57e
Nasha.o N 582
Nasha.o N 586
Nasha.o N 58a
Nasha.o N 58e
Nasha.o N 592
Nasha.o N 596
Nasha.o N 59a
Nasha.o N ed
Nasha.o N f6
Nasha.o N fa
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox B
hash.o N 0
hash.o N 101
hash.o N 106
hash.o N 112
hash.o N 12c
hash.o N 131
hash.o N 135
hash.o N 143
hash.o N 15a
hash.o N 182
hash.o N 186
hash.o N 189
hash.o N 25
hash.o N 2c
hash.o N ec
hash.o N f9

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opt_v4clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 101
Nasha.o N 118
Nasha.o N 123
Nasha.o N 12c
Nasha.o N 135
Nasha.o N 149
Nasha.o N 150
Nasha.o N 157
Nasha.o N 15e
Nasha.o N 165
Nasha.o N 16c
Nasha.o N 173
Nasha.o N 17a
Nasha.o N 180
Nasha.o N 18f
Nasha.o N 19a
Nasha.o N 1a3
Nasha.o N 1ac
Nasha.o N 1b1
Nasha.o N 1bf
Nasha.o N 1c9
Nasha.o N 1d1
Nasha.o N 1d9
Nasha.o N 1e6
Nasha.o N 1ee
Nasha.o N 1f3
Nasha.o N 1ff
Nasha.o N 219
Nasha.o N 224
Nasha.o N 22d
Nasha.o N 236
Nasha.o N 244
Nasha.o N 24f
Nasha.o N 25
Nasha.o N 255
Nasha.o N 258
Nasha.o N 25e
Nasha.o N 264
Nasha.o N 266
Nasha.o N 268
Nasha.o N 26d
Nasha.o N 27a
Nasha.o N 280
Nasha.o N 28d
Nasha.o N 298
Nasha.o N 2a2
Nasha.o N 2b2
Nasha.o N 2b7
Nasha.o N 2c3
Nasha.o N 2ce
Nasha.o N 2d
Nasha.o N 2d9
Nasha.o N 2dd
Nasha.o N 2e7
Nasha.o N 2f0
Nasha.o N 2f3
Nasha.o N 2f8
Nasha.o N 307
Nasha.o N 30f
Nasha.o N 31d
Nasha.o N 32c
Nasha.o N 33a
Nasha.o N 34a
Nasha.o N 359
Nasha.o N 367
Nasha.o N 376
Nasha.o N 37b
Nasha.o N 37d
Nasha.o N 37f
Nasha.o N 385
Nasha.o N 396
Nasha.o N 3a3
Nasha.o N 3b1
Nasha.o N 3bf
Nasha.o N 3d0
Nasha.o N 3dd
Nasha.o N 3eb
Nasha.o N 3f9
Nasha.o N 400
Nasha.o N 405
Nasha.o N 408
Nasha.o N 40b
Nasha.o N 40e
Nasha.o N 412
Nasha.o N 415
Nasha.o N 419
Nasha.o N 41d
Nasha.o N 420
Nasha.o N 424
Nasha.o N 427
Nasha.o N 42a
Nasha.o N 42d
Nasha.o N 431
Nasha.o N 435
Nasha.o N 439
Nasha.o N 43d
Nasha.o N 440
Nasha.o N 443
Nasha.o N 446
Nasha.o N 449
Nasha.o N 44c
Nasha.o N 450
Nasha.o N 454
Nasha.o N 457
Nasha.o N 459
Nasha.o N 45c
Nasha.o N 462
Nasha.o N 468
Nasha.o N 46e
Nasha.o N 472
Nasha.o N 474
Nasha.o N 478
Nasha.o N 47c
Nasha.o N 47f
Nasha.o N 482
Nasha.o N 485
Nasha.o N 488
Nasha.o N 48b
Nasha.o N 48e
Nasha.o N 491
Nasha.o N 495
Nasha.o N 498
Nasha.o N 49b
Nasha.o N 49e
Nasha.o N 4a1
Nasha.o N 4a8
Nasha.o N 4ab
Nasha.o N 4ae
Nasha.o N 4b4
Nasha.o N 4b6
Nasha.o N 4bd
Nasha.o N 4c1
Nasha.o N 4c4
Nasha.o N 4c7
Nasha.o N 4ca
Nasha.o N 4cd
Nasha.o N 4d0
Nasha.o N 4d3
Nasha.o N 4d6
Nasha.o N 4d9
Nasha.o N 4de
Nasha.o N 4e5
Nasha.o N 4ec
Nasha.o N 4ef
Nasha.o N 4f2
Nasha.o N 4f5
Nasha.o N 4fc
Nasha.o N 502
Nasha.o N 508
Nasha.o N 50e
Nasha.o N 513
Nasha.o N 517
Nasha.o N 51a
Nasha.o N 51e
Nasha.o N 522
Nasha.o N 526
Nasha.o N 52a
Nasha.o N 52e
Nasha.o N 532
Nasha.o N 536
Nasha.o N 53a
Nasha.o N 53e
Nasha.o N 542
Nasha.o N 546
Nasha.o N 54a
Nasha.o N 54e
Nasha.o N 552
Nasha.o N 556
Nasha.o N 55a
Nasha.o N 55e
Nasha.o N 562
Nasha.o N 566
Nasha.o N 56a
Nasha.o N 56e
Nasha.o N 572
Nasha.o N 576
Nasha.o N 57a
Nasha.o N 57e
Nasha.o N 582
Nasha.o N 586
Nasha.o N 58a
Nasha.o N 58e
Nasha.o N 592
Nasha.o N 596
Nasha.o N 59a
Nasha.o N ed
Nasha.o N f6
Nasha.o N fa
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox B
hash.o N 0
hash.o N 101
hash.o N 106
hash.o N 112
hash.o N 12c
hash.o N 131
hash.o N 135
hash.o N 143
hash.o N 15a
hash.o N 182
hash.o N 186
hash.o N 189
hash.o N 25
hash.o N 2c
hash.o N ec
hash.o N f9

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opt_v4clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 100
Nasha.o N 117
Nasha.o N 122
Nasha.o N 12b
Nasha.o N 134
Nasha.o N 148
Nasha.o N 14f
Nasha.o N 156
Nasha.o N 15d
Nasha.o N 164
Nasha.o N 16b
Nasha.o N 172
Nasha.o N 179
Nasha.o N 17f
Nasha.o N 18e
Nasha.o N 199
Nasha.o N 1a2
Nasha.o N 1ab
Nasha.o N 1b0
Nasha.o N 1be
Nasha.o N 1c8
Nasha.o N 1d0
Nasha.o N 1d8
Nasha.o N 1e5
Nasha.o N 1ed
Nasha.o N 1f2
Nasha.o N 1fe
Nasha.o N 218
Nasha.o N 223
Nasha.o N 22c
Nasha.o N 235
Nasha.o N 246
Nasha.o N 25
Nasha.o N 256
Nasha.o N 261
Nasha.o N 26e
Nasha.o N 27c
Nasha.o N 28b
Nasha.o N 299
Nasha.o N 2a7
Nasha.o N 2b6
Nasha.o N 2c4
Nasha.o N 2d
Nasha.o N 2d5
Nasha.o N 2e5
Nasha.o N 2f2
Nasha.o N 300
Nasha.o N 30f
Nasha.o N 31d
Nasha.o N 32b
Nasha.o N 33a
Nasha.o N 348
Nasha.o N 34d
Nasha.o N 354
Nasha.o N 35a
Nasha.o N 35f
Nasha.o N 365
Nasha.o N 36b
Nasha.o N 36d
Nasha.o N 36f
Nasha.o N 374
Nasha.o N 381
Nasha.o N 384
Nasha.o N 387
Nasha.o N 38a
Nasha.o N 38e
Nasha.o N 392
Nasha.o N 395
Nasha.o N 398
Nasha.o N 39c
Nasha.o N 3a0
Nasha.o N 3a3
Nasha.o N 3a6
Nasha.o N 3a9
Nasha.o N 3ad
Nasha.o N 3b1
Nasha.o N 3b5
Nasha.o N 3b9
Nasha.o N 3bc
Nasha.o N 3bf
Nasha.o N 3c2
Nasha.o N 3c5
Nasha.o N 3c8
Nasha.o N 3cc
Nasha.o N 3d0
Nasha.o N 3d3
Nasha.o N 3d5
Nasha.o N 3d8
Nasha.o N 3de
Nasha.o N 3e4
Nasha.o N 3ea
Nasha.o N 3ee
Nasha.o N 3f0
Nasha.o N 3f4
Nasha.o N 3f8
Nasha.o N 3fb
Nasha.o N 3fe
Nasha.o N 401
Nasha.o N 404
Nasha.o N 407
Nasha.o N 40a
Nasha.o N 40d
Nasha.o N 410
Nasha.o N 414
Nasha.o N 417
Nasha.o N 41e
Nasha.o N 421
Nasha.o N 424
Nasha.o N 42a
Nasha.o N 431
Nasha.o N 435
Nasha.o N 437
Nasha.o N 43a
Nasha.o N 43d
Nasha.o N 440
Nasha.o N 443
Nasha.o N 446
Nasha.o N 449
Nasha.o N 44c
Nasha.o N 44f
Nasha.o N 454
Nasha.o N 45b
Nasha.o N 462
Nasha.o N 465
Nasha.o N 468
Nasha.o N 46b
Nasha.o N 46e
Nasha.o N 471
Nasha.o N 478
Nasha.o N 47e
Nasha.o N 484
Nasha.o N 48a
Nasha.o N 48f
Nasha.o N 49b
Nasha.o N 49e
Nasha.o N 4a7
Nasha.o N 4b2
Nasha.o N 4b6
Nasha.o N 4c1
Nasha.o N 4cb
Nasha.o N 4d0
Nasha.o N 4d8
Nasha.o N 4dd
Nasha.o N 4e1
Nasha.o N 4e3
Nasha.o N 4e6
Nasha.o N 4ec
Nasha.o N 4f2
Nasha.o N 4ff
Nasha.o N 50a
Nasha.o N 514
Nasha.o N 517
Nasha.o N 51b
Nasha.o N 51f
Nasha.o N 523
Nasha.o N 527
Nasha.o N 52b
Nasha.o N 52f
Nasha.o N 533
Nasha.o N 537
Nasha.o N 53b
Nasha.o N 53f
Nasha.o N 543
Nasha.o N 547
Nasha.o N 54b
Nasha.o N 54f
Nasha.o N 553
Nasha.o N 557
Nasha.o N 55b
Nasha.o N 55f
Nasha.o N 563
Nasha.o N 567
Nasha.o N 56b
Nasha.o N 56f
Nasha.o N 573
Nasha.o N 577
Nasha.o N 57b
Nasha.o N 57f
Nasha.o N 583
Nasha.o N 587
Nasha.o N 58b
Nasha.o N 58f
Nasha.o N 593
Nasha.o N 597
Nasha.o N 599
Nasha.o N ec
Nasha.o N f5
Nasha.o N f9
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox B
hash.o N 0
hash.o N 100
hash.o N 105
hash.o N 111
hash.o N 12b
hash.o N 130
hash.o N 134
hash.o N 142
hash.o N 159
hash.o N 181
hash.o N 185
hash.o N 188
hash.o N 25
hash.o N 2c
hash.o N eb
hash.o N f8

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opt_v4clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 101
Nasha.o N 118
Nasha.o N 123
Nasha.o N 12c
Nasha.o N 135
Nasha.o N 149
Nasha.o N 150
Nasha.o N 157
Nasha.o N 15e
Nasha.o N 165
Nasha.o N 16c
Nasha.o N 173
Nasha.o N 17a
Nasha.o N 180
Nasha.o N 18f
Nasha.o N 19a
Nasha.o N 1a3
Nasha.o N 1ac
Nasha.o N 1b1
Nasha.o N 1bf
Nasha.o N 1c9
Nasha.o N 1d1
Nasha.o N 1d9
Nasha.o N 1e6
Nasha.o N 1ee
Nasha.o N 1f3
Nasha.o N 1ff
Nasha.o N 219
Nasha.o N 224
Nasha.o N 22d
Nasha.o N 236
Nasha.o N 244
Nasha.o N 24f
Nasha.o N 25
Nasha.o N 255
Nasha.o N 258
Nasha.o N 25e
Nasha.o N 264
Nasha.o N 266
Nasha.o N 268
Nasha.o N 26d
Nasha.o N 27a
Nasha.o N 280
Nasha.o N 28d
Nasha.o N 298
Nasha.o N 2a2
Nasha.o N 2b1
Nasha.o N 2b9
Nasha.o N 2c5
Nasha.o N 2d
Nasha.o N 2d3
Nasha.o N 2e2
Nasha.o N 2f0
Nasha.o N 2ff
Nasha.o N 30d
Nasha.o N 31c
Nasha.o N 32d
Nasha.o N 33d
Nasha.o N 34a
Nasha.o N 358
Nasha.o N 366
Nasha.o N 377
Nasha.o N 387
Nasha.o N 394
Nasha.o N 3a2
Nasha.o N 3b0
Nasha.o N 3b5
Nasha.o N 3bc
Nasha.o N 3c2
Nasha.o N 3c7
Nasha.o N 3ca
Nasha.o N 3cd
Nasha.o N 3d0
Nasha.o N 3d4
Nasha.o N 3d7
Nasha.o N 3db
Nasha.o N 3df
Nasha.o N 3e2
Nasha.o N 3e6
Nasha.o N 3e9
Nasha.o N 3ec
Nasha.o N 3ef
Nasha.o N 3f3
Nasha.o N 3f7
Nasha.o N 3fb
Nasha.o N 3ff
Nasha.o N 402
Nasha.o N 405
Nasha.o N 408
Nasha.o N 40b
Nasha.o N 40e
Nasha.o N 412
Nasha.o N 416
Nasha.o N 419
Nasha.o N 41b
Nasha.o N 41e
Nasha.o N 424
Nasha.o N 42a
Nasha.o N 430
Nasha.o N 434
Nasha.o N 436
Nasha.o N 43a
Nasha.o N 43e
Nasha.o N 441
Nasha.o N 444
Nasha.o N 447
Nasha.o N 44a
Nasha.o N 44d
Nasha.o N 450
Nasha.o N 453
Nasha.o N 457
Nasha.o N 45a
Nasha.o N 45d
Nasha.o N 460
Nasha.o N 463
Nasha.o N 46a
Nasha.o N 46d
Nasha.o N 470
Nasha.o N 476
Nasha.o N 478
Nasha.o N 47f
Nasha.o N 483
Nasha.o N 486
Nasha.o N 489
Nasha.o N 48c
Nasha.o N 48f
Nasha.o N 492
Nasha.o N 495
Nasha.o N 498
Nasha.o N 49b
Nasha.o N 4a0
Nasha.o N 4a7
Nasha.o N 4ae
Nasha.o N 4b1
Nasha.o N 4b4
Nasha.o N 4b7
Nasha.o N 4be
Nasha.o N 4c4
Nasha.o N 4ca
Nasha.o N 4d0
Nasha.o N 4d5
Nasha.o N 4d8
Nasha.o N 4dc
Nasha.o N 4e7
Nasha.o N 4f2
Nasha.o N 4fb
Nasha.o N 505
Nasha.o N 50a
Nasha.o N 50f
Nasha.o N 513
Nasha.o N 515
Nasha.o N 518
Nasha.o N 51c
Nasha.o N 520
Nasha.o N 524
Nasha.o N 528
Nasha.o N 52c
Nasha.o N 530
Nasha.o N 534
Nasha.o N 538
Nasha.o N 53c
Nasha.o N 540
Nasha.o N 544
Nasha.o N 548
Nasha.o N 54c
Nasha.o N 550
Nasha.o N 554
Nasha.o N 558
Nasha.o N 55c
Nasha.o N 560
Nasha.o N 564
Nasha.o N 568
Nasha.o N 56c
Nasha.o N 570
Nasha.o N 574
Nasha.o N 578
Nasha.o N 57c
Nasha.o N 580
Nasha.o N 584
Nasha.o N 588
Nasha.o N 58c
Nasha.o N 590
Nasha.o N 594
Nasha.o N 598
Nasha.o N 59a
Nasha.o N ed
Nasha.o N f6
Nasha.o N fa
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox B
hash.o N 0
hash.o N 101
hash.o N 106
hash.o N 112
hash.o N 12c
hash.o N 131
hash.o N 135
hash.o N 143
hash.o N 15a
hash.o N 182
hash.o N 186
hash.o N 189
hash.o N 25
hash.o N 2c
hash.o N ec
hash.o N f9

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opt_v4clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 0
Nasha.o N 100
Nasha.o N 117
Nasha.o N 122
Nasha.o N 12b
Nasha.o N 134
Nasha.o N 148
Nasha.o N 14f
Nasha.o N 156
Nasha.o N 15d
Nasha.o N 164
Nasha.o N 16b
Nasha.o N 172
Nasha.o N 179
Nasha.o N 17f
Nasha.o N 18e
Nasha.o N 199
Nasha.o N 1a2
Nasha.o N 1ab
Nasha.o N 1b0
Nasha.o N 1be
Nasha.o N 1c8
Nasha.o N 1d0
Nasha.o N 1d8
Nasha.o N 1e5
Nasha.o N 1ed
Nasha.o N 1f2
Nasha.o N 1fe
Nasha.o N 218
Nasha.o N 223
Nasha.o N 22c
Nasha.o N 235
Nasha.o N 243
Nasha.o N 24e
Nasha.o N 25
Nasha.o N 254
Nasha.o N 257
Nasha.o N 25d
Nasha.o N 263
Nasha.o N 265
Nasha.o N 267
Nasha.o N 26c
Nasha.o N 279
Nasha.o N 27f
Nasha.o N 28c
Nasha.o N 297
Nasha.o N 2a1
Nasha.o N 2b1
Nasha.o N 2b6
Nasha.o N 2c2
Nasha.o N 2cd
Nasha.o N 2d
Nasha.o N 2d8
Nasha.o N 2dc
Nasha.o N 2e6
Nasha.o N 2ef
Nasha.o N 2f2
Nasha.o N 2f7
Nasha.o N 306
Nasha.o N 30e
Nasha.o N 31c
Nasha.o N 32b
Nasha.o N 339
Nasha.o N 349
Nasha.o N 358
Nasha.o N 366
Nasha.o N 375
Nasha.o N 37a
Nasha.o N 37c
Nasha.o N 37e
Nasha.o N 384
Nasha.o N 395
Nasha.o N 3a2
Nasha.o N 3b0
Nasha.o N 3be
Nasha.o N 3cf
Nasha.o N 3dc
Nasha.o N 3ea
Nasha.o N 3f8
Nasha.o N 3ff
Nasha.o N 404
Nasha.o N 407
Nasha.o N 40a
Nasha.o N 40d
Nasha.o N 410
Nasha.o N 413
Nasha.o N 416
Nasha.o N 419
Nasha.o N 41d
Nasha.o N 421
Nasha.o N 424
Nasha.o N 427
Nasha.o N 42b
Nasha.o N 42f
Nasha.o N 432
Nasha.o N 436
Nasha.o N 439
Nasha.o N 43d
Nasha.o N 441
Nasha.o N 445
Nasha.o N 448
Nasha.o N 44b
Nasha.o N 44f
Nasha.o N 453
Nasha.o N 457
Nasha.o N 45b
Nasha.o N 45e
Nasha.o N 461
Nasha.o N 463
Nasha.o N 466
Nasha.o N 46c
Nasha.o N 472
Nasha.o N 478
Nasha.o N 47c
Nasha.o N 47f
Nasha.o N 482
Nasha.o N 485
Nasha.o N 488
Nasha.o N 48b
Nasha.o N 48e
Nasha.o N 491
Nasha.o N 495
Nasha.o N 498
Nasha.o N 49b
Nasha.o N 49d
Nasha.o N 4a0
Nasha.o N 4a7
Nasha.o N 4aa
Nasha.o N 4ad
Nasha.o N 4b0
Nasha.o N 4b5
Nasha.o N 4b7
Nasha.o N 4ba
Nasha.o N 4bd
Nasha.o N 4c0
Nasha.o N 4c3
Nasha.o N 4c6
Nasha.o N 4c9
Nasha.o N 4cc
Nasha.o N 4d2
Nasha.o N 4d9
Nasha.o N 4dd
Nasha.o N 4e4
Nasha.o N 4eb
Nasha.o N 4ee
Nasha.o N 4f1
Nasha.o N 4f4
Nasha.o N 4fb
Nasha.o N 501
Nasha.o N 507
Nasha.o N 50d
Nasha.o N 512
Nasha.o N 516
Nasha.o N 519
Nasha.o N 51d
Nasha.o N 521
Nasha.o N 525
Nasha.o N 529
Nasha.o N 52d
Nasha.o N 531
Nasha.o N 535
Nasha.o N 539
Nasha.o N 53d
Nasha.o N 541
Nasha.o N 545
Nasha.o N 549
Nasha.o N 54d
Nasha.o N 551
Nasha.o N 555
Nasha.o N 559
Nasha.o N 55d
Nasha.o N 561
Nasha.o N 565
Nasha.o N 569
Nasha.o N 56d
Nasha.o N 571
Nasha.o N 575
Nasha.o N 579
Nasha.o N 57d
Nasha.o N 581
Nasha.o N 585
Nasha.o N 589
Nasha.o N 58d
Nasha.o N 591
Nasha.o N 595
Nasha.o N 599
Nasha.o N ec
Nasha.o N f5
Nasha.o N f9
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox B
hash.o N 0
hash.o N 100
hash.o N 105
hash.o N 111
hash.o N 12b
hash.o N 130
hash.o N 134
hash.o N 142
hash.o N 159
hash.o N 181
hash.o N 185
hash.o N 188
hash.o N 25
hash.o N 2c
hash.o N eb
hash.o N f8

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opt_v4clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox B

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