Test results for armeabi, berry0, crypto_sign/luov6468330
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_sign
Test results for armeabi, berry0, crypto_sign
Test results for crypto_sign/luov6468330
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_sign
Primitive: luov6468330
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
2147278776 | 559194 0 0 | 587211 416 1552 | T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2147943581 | 551734 0 0 | 577955 408 1552 | T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2149804679 | 554894 0 0 | 581323 416 1552 | T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2196892852 | 557122 0 0 | 583495 416 1552 | T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2223663287 | 554057 0 0 | 584127 440 1552 | T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2231711512 | 551937 0 0 | 580143 432 1552 | T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2238208720 | 556973 0 0 | 585575 440 1560 | T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2270494953 | 556705 0 0 | 585371 440 1560 | T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
2359345919 | 552401 0 0 | 580395 432 1552 | T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
3004503172 | 408930 36 0 | 306455 424 1552 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
3010856061 | 413790 36 0 | 312899 424 1552 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
3058738640 | 410936 36 0 | 312115 448 1552 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
3076496457 | 414516 36 0 | 313963 448 1560 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
3082690510 | 414664 36 0 | 314059 448 1560 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
3085156245 | 408856 36 0 | 308163 440 1552 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
3213922324 | 408442 36 0 | 305667 424 1552 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
3273941311 | 407080 36 0 | 304927 416 1552 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20240909 |
3482051103 | 408576 36 0 | 307647 440 1552 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
Compiler output
F64Field.c: F64Field.c: In function 'f64addInPlace':
F64Field.c: F64Field.c:43:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F64Field.c: 43 | *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F64Field.c: | ~^~~~~~~~~~~~~~~~~~~~~
F64Field.c: F64Field.c:43:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F64Field.c: 43 | *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F64Field.c: | ~^~~~~~~~~~~~~~~~~~~~~
F80Field.c: F80Field.c: In function 'f80addInPlace':
F80Field.c: F80Field.c:55:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F80Field.c: 55 | *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F80Field.c: | ~^~~~~~~~~~~~~~~~~~~~~
F80Field.c: F80Field.c:55:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F80Field.c: 55 | *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F80Field.c: | ~^~~~~~~~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 110
Bitcontainer.o N 11b
Bitcontainer.o N 124
Bitcontainer.o N 137
Bitcontainer.o N 13c
Bitcontainer.o N 14a
Bitcontainer.o N 14f
Bitcontainer.o N 158
Bitcontainer.o N 15c
Bitcontainer.o N 171
Bitcontainer.o N 181
Bitcontainer.o N 188
Bitcontainer.o N 18e
Bitcontainer.o N 1a2
Bitcontainer.o N 1a7
Bitcontainer.o N 1b4
Bitcontainer.o N 1c0
Bitcontainer.o N 1ca
Bitcontainer.o N 1ef
Bitcontainer.o N 20e
Bitcontainer.o N 220
Bitcontainer.o N 230
Bitcontainer.o N 243
Bitcontainer.o N 25
Bitcontainer.o N 257
Bitcontainer.o N 25a
Bitcontainer.o N 265
Bitcontainer.o N 272
Bitcontainer.o N 274
Bitcontainer.o N 28b
Bitcontainer.o N 2a4
Bitcontainer.o N 2a8
Bitcontainer.o N 2af
Bitcontainer.o N 2b7
Bitcontainer.o N 2d0
Bitcontainer.o N 2d2
Bitcontainer.o N 2d9
Bitcontainer.o N 2db
Bitcontainer.o N 2e0
Bitcontainer.o N 2e2
Bitcontainer.o N 2e4
Bitcontainer.o N 2eb
Bitcontainer.o N 2ef
Bitcontainer.o N 2f9
Bitcontainer.o N 2fd
Bitcontainer.o N 301
Bitcontainer.o N 34
Bitcontainer.o N f9
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 101
F16Field.o N 10e
F16Field.o N 119
F16Field.o N 122
F16Field.o N 136
F16Field.o N 146
F16Field.o N 155
F16Field.o N 160
F16Field.o N 169
F16Field.o N 171
F16Field.o N 17a
F16Field.o N 183
F16Field.o N 196
F16Field.o N 19b
F16Field.o N 1a9
F16Field.o N 1ae
F16Field.o N 1c5
F16Field.o N 1d0
F16Field.o N 1d9
F16Field.o N 1e2
F16Field.o N 1e6
F16Field.o N 1fb
F16Field.o N 202
F16Field.o N 204
F16Field.o N 20f
F16Field.o N 21a
F16Field.o N 226
F16Field.o N 228
F16Field.o N 234
F16Field.o N 239
F16Field.o N 23b
F16Field.o N 247
F16Field.o N 25
F16Field.o N 256
F16Field.o N 261
F16Field.o N 26c
F16Field.o N 270
F16Field.o N 27c
F16Field.o N 27e
F16Field.o N 290
F16Field.o N 2a4
F16Field.o N 2b1
F16Field.o N 2c6
F16Field.o N 2d8
F16Field.o N 2f6
F16Field.o N 2f8
F16Field.o N 2ff
F16Field.o N 30
F16Field.o N 301
F16Field.o N 308
F16Field.o N 30a
F16Field.o N 30c
F16Field.o N 311
F16Field.o N 318
F16Field.o N 31a
F16Field.o N 31c
F16Field.o N 31e
F16Field.o N 320
F16Field.o N 323
F16Field.o N 326
F16Field.o N 328
F16Field.o N 32a
F16Field.o N 32e
F16Field.o N 330
F16Field.o N f5
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 102
F32Field.o N 10b
F32Field.o N 114
F32Field.o N 126
F32Field.o N 12b
F32Field.o N 139
F32Field.o N 13e
F32Field.o N 155
F32Field.o N 160
F32Field.o N 169
F32Field.o N 172
F32Field.o N 176
F32Field.o N 185
F32Field.o N 199
F32Field.o N 1a4
F32Field.o N 1a7
F32Field.o N 1b2
F32Field.o N 1bb
F32Field.o N 1c3
F32Field.o N 1c6
F32Field.o N 1ce
F32Field.o N 1d2
F32Field.o N 1de
F32Field.o N 1e5
F32Field.o N 1f0
F32Field.o N 1ff
F32Field.o N 201
F32Field.o N 203
F32Field.o N 206
F32Field.o N 211
F32Field.o N 223
F32Field.o N 237
F32Field.o N 244
F32Field.o N 24b
F32Field.o N 25
F32Field.o N 259
F32Field.o N 26b
F32Field.o N 277
F32Field.o N 282
F32Field.o N 28d
F32Field.o N 28f
F32Field.o N 296
F32Field.o N 298
F32Field.o N 29f
F32Field.o N 2a1
F32Field.o N 2a3
F32Field.o N 2a5
F32Field.o N 2a7
F32Field.o N 2ad
F32Field.o N 2b2
F32Field.o N 30
F32Field.o N f5
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 102
F48Field.o N 111
F48Field.o N 11c
F48Field.o N 125
F48Field.o N 12d
F48Field.o N 141
F48Field.o N 14e
F48Field.o N 157
F48Field.o N 160
F48Field.o N 172
F48Field.o N 177
F48Field.o N 185
F48Field.o N 18a
F48Field.o N 1a1
F48Field.o N 1ac
F48Field.o N 1b5
F48Field.o N 1be
F48Field.o N 1c2
F48Field.o N 1d6
F48Field.o N 1e1
F48Field.o N 1e6
F48Field.o N 1ee
F48Field.o N 1f1
F48Field.o N 1f4
F48Field.o N 1f7
F48Field.o N 1fb
F48Field.o N 207
F48Field.o N 20e
F48Field.o N 219
F48Field.o N 237
F48Field.o N 242
F48Field.o N 25
F48Field.o N 254
F48Field.o N 268
F48Field.o N 275
F48Field.o N 27c
F48Field.o N 28a
F48Field.o N 296
F48Field.o N 2a8
F48Field.o N 2b3
F48Field.o N 2be
F48Field.o N 2c0
F48Field.o N 2c7
F48Field.o N 2c9
F48Field.o N 2cb
F48Field.o N 2d2
F48Field.o N 2d4
F48Field.o N 2d7
F48Field.o N 2da
F48Field.o N 2e0
F48Field.o N 2e4
F48Field.o N 2e6
F48Field.o N 2e8
F48Field.o N 30
F48Field.o N f5
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 102
F64Field.o N 111
F64Field.o N 11c
F64Field.o N 125
F64Field.o N 12d
F64Field.o N 141
F64Field.o N 149
F64Field.o N 156
F64Field.o N 163
F64Field.o N 16c
F64Field.o N 175
F64Field.o N 18c
F64Field.o N 197
F64Field.o N 1a0
F64Field.o N 1ab
F64Field.o N 1af
F64Field.o N 1b1
F64Field.o N 1b3
F64Field.o N 1be
F64Field.o N 1c1
F64Field.o N 1c4
F64Field.o N 1c7
F64Field.o N 1ca
F64Field.o N 1ce
F64Field.o N 1da
F64Field.o N 1e1
F64Field.o N 1ec
F64Field.o N 20a
F64Field.o N 215
F64Field.o N 227
F64Field.o N 22c
F64Field.o N 23a
F64Field.o N 23f
F64Field.o N 248
F64Field.o N 25
F64Field.o N 25c
F64Field.o N 269
F64Field.o N 277
F64Field.o N 27e
F64Field.o N 28a
F64Field.o N 29c
F64Field.o N 2a7
F64Field.o N 2b9
F64Field.o N 2cd
F64Field.o N 2d0
F64Field.o N 2d3
F64Field.o N 2d6
F64Field.o N 2dc
F64Field.o N 2e0
F64Field.o N 2e2
F64Field.o N 2e4
F64Field.o N 2eb
F64Field.o N 2ed
F64Field.o N 2f4
F64Field.o N 2f6
F64Field.o N 30
F64Field.o N f5
F64Field.o N fd
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 102
F80Field.o N 111
F80Field.o N 11c
F80Field.o N 125
F80Field.o N 12d
F80Field.o N 141
F80Field.o N 149
F80Field.o N 156
F80Field.o N 163
F80Field.o N 16c
F80Field.o N 175
F80Field.o N 18c
F80Field.o N 197
F80Field.o N 1a0
F80Field.o N 1ab
F80Field.o N 1af
F80Field.o N 1b1
F80Field.o N 1b3
F80Field.o N 1be
F80Field.o N 1c1
F80Field.o N 1c4
F80Field.o N 1c7
F80Field.o N 1ca
F80Field.o N 1cd
F80Field.o N 1d1
F80Field.o N 1dd
F80Field.o N 1e4
F80Field.o N 1ef
F80Field.o N 20d
F80Field.o N 218
F80Field.o N 22a
F80Field.o N 22f
F80Field.o N 23d
F80Field.o N 242
F80Field.o N 24b
F80Field.o N 25
F80Field.o N 25f
F80Field.o N 26c
F80Field.o N 273
F80Field.o N 281
F80Field.o N 28d
F80Field.o N 29f
F80Field.o N 2aa
F80Field.o N 2bc
F80Field.o N 2d0
F80Field.o N 2d5
F80Field.o N 2db
F80Field.o N 2df
F80Field.o N 2e1
F80Field.o N 2e3
F80Field.o N 2ea
F80Field.o N 2ec
F80Field.o N 2f3
F80Field.o N 2f5
F80Field.o N 30
F80Field.o N f5
F80Field.o N fd
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 10e
F8Field.o N 119
F8Field.o N 122
F8Field.o N 136
F8Field.o N 145
F8Field.o N 153
F8Field.o N 15d
F8Field.o N 165
F8Field.o N 172
F8Field.o N 17a
F8Field.o N 182
F8Field.o N 189
F8Field.o N 19c
F8Field.o N 1a1
F8Field.o N 1a6
F8Field.o N 1bd
F8Field.o N 1c8
F8Field.o N 1d1
F8Field.o N 1da
F8Field.o N 1de
F8Field.o N 1f3
F8Field.o N 1f9
F8Field.o N 1fb
F8Field.o N 205
F8Field.o N 216
F8Field.o N 229
F8Field.o N 235
F8Field.o N 240
F8Field.o N 24a
F8Field.o N 24c
F8Field.o N 25
F8Field.o N 253
F8Field.o N 255
F8Field.o N 25c
F8Field.o N 2f
F8Field.o N f4
F8Field.o N ff
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 10b
LUOV.o N 116
LUOV.o N 11f
LUOV.o N 133
LUOV.o N 136
LUOV.o N 13c
LUOV.o N 147
LUOV.o N 154
LUOV.o N 15b
LUOV.o N 160
LUOV.o N 16f
LUOV.o N 17a
LUOV.o N 183
LUOV.o N 18b
LUOV.o N 193
LUOV.o N 19b
LUOV.o N 1a8
LUOV.o N 1b0
LUOV.o N 1b5
LUOV.o N 1c1
LUOV.o N 1cf
LUOV.o N 1d9
LUOV.o N 1de
LUOV.o N 1ec
LUOV.o N 1f1
LUOV.o N 1fa
LUOV.o N 1fe
LUOV.o N 209
LUOV.o N 213
LUOV.o N 227
LUOV.o N 22e
LUOV.o N 234
LUOV.o N 239
LUOV.o N 245
LUOV.o N 24f
LUOV.o N 25
LUOV.o N 274
LUOV.o N 293
LUOV.o N 2a5
LUOV.o N 2b5
LUOV.o N 2c
LUOV.o N 2c8
LUOV.o N 2e1
LUOV.o N 2f8
LUOV.o N 311
LUOV.o N 316
LUOV.o N 328
LUOV.o N 33c
LUOV.o N 34f
LUOV.o N 353
LUOV.o N 35f
LUOV.o N 36b
LUOV.o N 373
LUOV.o N 381
LUOV.o N 394
LUOV.o N 39f
LUOV.o N 3a4
LUOV.o N 3a9
LUOV.o N 3af
LUOV.o N 3c4
LUOV.o N 3d6
LUOV.o N 3ea
LUOV.o N 3f9
LUOV.o N 40f
LUOV.o N 421
LUOV.o N 432
LUOV.o N 440
LUOV.o N 449
LUOV.o N 44d
LUOV.o N 454
LUOV.o N 468
LUOV.o N 46c
LUOV.o N 481
LUOV.o N 488
LUOV.o N 48f
LUOV.o N 4a0
LUOV.o N 4a2
LUOV.o N 4a4
LUOV.o N 4a6
LUOV.o N 4b6
LUOV.o N 4c1
LUOV.o N 4cd
LUOV.o N 4d9
LUOV.o N 4ec
LUOV.o N 4ff
LUOV.o N 511
LUOV.o N 525
LUOV.o N 53b
LUOV.o N 54d
LUOV.o N 561
LUOV.o N 577
LUOV.o N 589
LUOV.o N 59d
LUOV.o N 5b3
LUOV.o N 5c5
LUOV.o N 5d1
LUOV.o N 5e1
LUOV.o N 5f6
LUOV.o N 60c
LUOV.o N 61b
LUOV.o N 628
LUOV.o N 62a
LUOV.o N 634
LUOV.o N 646
LUOV.o N 64d
LUOV.o N 64f
LUOV.o N 654
LUOV.o N 657
LUOV.o N 65a
LUOV.o N 65d
LUOV.o N 660
LUOV.o N 663
LUOV.o N 666
LUOV.o N 668
LUOV.o N 66f
LUOV.o N 671
LUOV.o N 678
LUOV.o N 67b
LUOV.o N 687
LUOV.o N 689
LUOV.o N 693
LUOV.o N 69e
LUOV.o N 6a1
LUOV.o N 6a4
LUOV.o N 6ae
LUOV.o N 6b0
LUOV.o N 6b2
LUOV.o N 6ba
LUOV.o N 6bc
LUOV.o N 6be
LUOV.o N 6c0
LUOV.o N 6c5
LUOV.o N 6c9
LUOV.o N 6ce
LUOV.o N 6d4
LUOV.o N 6d6
LUOV.o N 6dd
LUOV.o N 6ef
LUOV.o N 6fa
LUOV.o N 709
LUOV.o N 713
LUOV.o N 722
LUOV.o N f1
LUOV.o N f4
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 102
LinearAlgebra.o N 107
LinearAlgebra.o N 116
LinearAlgebra.o N 121
LinearAlgebra.o N 12a
LinearAlgebra.o N 132
LinearAlgebra.o N 146
LinearAlgebra.o N 14e
LinearAlgebra.o N 158
LinearAlgebra.o N 15d
LinearAlgebra.o N 161
LinearAlgebra.o N 166
LinearAlgebra.o N 16c
LinearAlgebra.o N 173
LinearAlgebra.o N 180
LinearAlgebra.o N 184
LinearAlgebra.o N 186
LinearAlgebra.o N 18b
LinearAlgebra.o N 198
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1af
LinearAlgebra.o N 1bd
LinearAlgebra.o N 1c6
LinearAlgebra.o N 1c8
LinearAlgebra.o N 1cd
LinearAlgebra.o N 1d2
LinearAlgebra.o N 1d7
LinearAlgebra.o N 1e0
LinearAlgebra.o N 1e4
LinearAlgebra.o N 1e6
LinearAlgebra.o N 1ec
LinearAlgebra.o N 1f4
LinearAlgebra.o N 1fe
LinearAlgebra.o N 207
LinearAlgebra.o N 20e
LinearAlgebra.o N 210
LinearAlgebra.o N 212
LinearAlgebra.o N 21d
LinearAlgebra.o N 224
LinearAlgebra.o N 22f
LinearAlgebra.o N 23e
LinearAlgebra.o N 24a
LinearAlgebra.o N 25
LinearAlgebra.o N 25e
LinearAlgebra.o N 270
LinearAlgebra.o N 277
LinearAlgebra.o N 27b
LinearAlgebra.o N 27f
LinearAlgebra.o N 283
LinearAlgebra.o N 28c
LinearAlgebra.o N 35
LinearAlgebra.o N fa
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 10a
buffer.o N 115
buffer.o N 11e
buffer.o N 127
buffer.o N 129
buffer.o N 12e
buffer.o N 13c
buffer.o N 141
buffer.o N 14a
buffer.o N 14e
buffer.o N 155
buffer.o N 157
buffer.o N 15f
buffer.o N 161
buffer.o N 168
buffer.o N 16c
buffer.o N 17f
buffer.o N 181
buffer.o N 186
buffer.o N 19b
buffer.o N 19f
buffer.o N 1a9
buffer.o N 1b3
buffer.o N 1be
buffer.o N 1c2
buffer.o N 25
buffer.o N 2e
buffer.o N f3
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 112
intermediateValues.o N 127
intermediateValues.o N 13b
intermediateValues.o N 150
intermediateValues.o N 160
intermediateValues.o N 168
intermediateValues.o N 16d
intermediateValues.o N 17c
intermediateValues.o N 187
intermediateValues.o N 190
intermediateValues.o N 198
intermediateValues.o N 1ac
intermediateValues.o N 1b4
intermediateValues.o N 1b6
intermediateValues.o N 1bb
intermediateValues.o N 1bf
intermediateValues.o N 1c4
intermediateValues.o N 1ca
intermediateValues.o N 1d1
intermediateValues.o N 1e0
intermediateValues.o N 1e4
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N ff
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 103
keccakrng.o N 10b
keccakrng.o N 110
keccakrng.o N 11c
keccakrng.o N 12a
keccakrng.o N 140
keccakrng.o N 147
keccakrng.o N 14d
keccakrng.o N 161
keccakrng.o N 166
keccakrng.o N 172
keccakrng.o N 17c
keccakrng.o N 180
keccakrng.o N 1a5
keccakrng.o N 1c4
keccakrng.o N 1d6
keccakrng.o N 1e6
keccakrng.o N 1f8
keccakrng.o N 209
keccakrng.o N 21c
keccakrng.o N 226
keccakrng.o N 22b
keccakrng.o N 230
keccakrng.o N 247
keccakrng.o N 25
keccakrng.o N 252
keccakrng.o N 25b
keccakrng.o N 264
keccakrng.o N 278
keccakrng.o N 27d
keccakrng.o N 28c
keccakrng.o N 297
keccakrng.o N 2a0
keccakrng.o N 2a8
keccakrng.o N 2ad
keccakrng.o N 2c1
keccakrng.o N 2d1
keccakrng.o N 2df
keccakrng.o N 2f3
keccakrng.o N 2f8
keccakrng.o N 2fc
keccakrng.o N 302
keccakrng.o N 304
keccakrng.o N 306
keccakrng.o N 30d
keccakrng.o N 31
keccakrng.o N 314
keccakrng.o N 31c
keccakrng.o N 323
keccakrng.o N 32e
keccakrng.o N f6
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 101
sign.o N 10c
sign.o N 11a
sign.o N 12e
sign.o N 131
sign.o N 13c
sign.o N 153
sign.o N 15e
sign.o N 167
sign.o N 174
sign.o N 180
sign.o N 182
sign.o N 18c
sign.o N 191
sign.o N 196
sign.o N 19f
sign.o N 1a3
sign.o N 1b7
sign.o N 1cb
sign.o N 1dd
sign.o N 1ef
sign.o N 1f9
sign.o N 20f
sign.o N 21a
sign.o N 227
sign.o N 229
sign.o N 22e
sign.o N 23d
sign.o N 248
sign.o N 25
sign.o N 251
sign.o N 259
sign.o N 261
sign.o N 275
sign.o N 288
sign.o N 29a
sign.o N 2b0
sign.o N 2c
sign.o N 2c6
sign.o N 2cd
sign.o N 302
sign.o N 32f
sign.o N 361
sign.o N 363
sign.o N 36a
sign.o N 36d
sign.o N 377
sign.o N 37a
sign.o N 384
sign.o N 387
sign.o N 38a
sign.o N 38f
sign.o N 391
sign.o N 398
sign.o N 3a2
sign.o N 3ac
sign.o N 3af
sign.o N 3b4
sign.o N 3b6
sign.o N 3bc
sign.o N 3bf
sign.o N 3c3
sign.o N 3c7
sign.o N 3cc
sign.o N f1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 110
Bitcontainer.o N 11b
Bitcontainer.o N 124
Bitcontainer.o N 137
Bitcontainer.o N 13c
Bitcontainer.o N 14a
Bitcontainer.o N 14f
Bitcontainer.o N 158
Bitcontainer.o N 15c
Bitcontainer.o N 171
Bitcontainer.o N 181
Bitcontainer.o N 188
Bitcontainer.o N 18e
Bitcontainer.o N 1a2
Bitcontainer.o N 1a7
Bitcontainer.o N 1b4
Bitcontainer.o N 1c0
Bitcontainer.o N 1ca
Bitcontainer.o N 1ef
Bitcontainer.o N 20e
Bitcontainer.o N 220
Bitcontainer.o N 230
Bitcontainer.o N 243
Bitcontainer.o N 25
Bitcontainer.o N 257
Bitcontainer.o N 25a
Bitcontainer.o N 265
Bitcontainer.o N 272
Bitcontainer.o N 274
Bitcontainer.o N 28b
Bitcontainer.o N 2a4
Bitcontainer.o N 2a8
Bitcontainer.o N 2af
Bitcontainer.o N 2b7
Bitcontainer.o N 2d0
Bitcontainer.o N 2d2
Bitcontainer.o N 2d9
Bitcontainer.o N 2db
Bitcontainer.o N 2e0
Bitcontainer.o N 2e2
Bitcontainer.o N 2e4
Bitcontainer.o N 2eb
Bitcontainer.o N 2ef
Bitcontainer.o N 2f9
Bitcontainer.o N 2fd
Bitcontainer.o N 301
Bitcontainer.o N 34
Bitcontainer.o N f9
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 101
F16Field.o N 10e
F16Field.o N 119
F16Field.o N 122
F16Field.o N 136
F16Field.o N 146
F16Field.o N 155
F16Field.o N 160
F16Field.o N 169
F16Field.o N 171
F16Field.o N 17a
F16Field.o N 183
F16Field.o N 196
F16Field.o N 19b
F16Field.o N 1a9
F16Field.o N 1ae
F16Field.o N 1c5
F16Field.o N 1d0
F16Field.o N 1d9
F16Field.o N 1e2
F16Field.o N 1e6
F16Field.o N 1fb
F16Field.o N 202
F16Field.o N 204
F16Field.o N 20f
F16Field.o N 21a
F16Field.o N 226
F16Field.o N 228
F16Field.o N 234
F16Field.o N 239
F16Field.o N 23b
F16Field.o N 24a
F16Field.o N 25
F16Field.o N 256
F16Field.o N 261
F16Field.o N 26c
F16Field.o N 270
F16Field.o N 282
F16Field.o N 296
F16Field.o N 2a3
F16Field.o N 2b8
F16Field.o N 2c4
F16Field.o N 2d6
F16Field.o N 2f4
F16Field.o N 2f6
F16Field.o N 2fd
F16Field.o N 2ff
F16Field.o N 30
F16Field.o N 306
F16Field.o N 308
F16Field.o N 30a
F16Field.o N 30f
F16Field.o N 316
F16Field.o N 318
F16Field.o N 31a
F16Field.o N 31c
F16Field.o N 31e
F16Field.o N 320
F16Field.o N 323
F16Field.o N 326
F16Field.o N 328
F16Field.o N 32a
F16Field.o N 32e
F16Field.o N 330
F16Field.o N f5
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 102
F32Field.o N 10b
F32Field.o N 114
F32Field.o N 126
F32Field.o N 12b
F32Field.o N 139
F32Field.o N 13e
F32Field.o N 155
F32Field.o N 160
F32Field.o N 169
F32Field.o N 172
F32Field.o N 176
F32Field.o N 185
F32Field.o N 199
F32Field.o N 1a4
F32Field.o N 1a7
F32Field.o N 1b2
F32Field.o N 1bb
F32Field.o N 1c3
F32Field.o N 1c6
F32Field.o N 1ce
F32Field.o N 1d2
F32Field.o N 1de
F32Field.o N 1e5
F32Field.o N 1f0
F32Field.o N 1ff
F32Field.o N 201
F32Field.o N 203
F32Field.o N 206
F32Field.o N 211
F32Field.o N 223
F32Field.o N 237
F32Field.o N 244
F32Field.o N 24b
F32Field.o N 25
F32Field.o N 259
F32Field.o N 26b
F32Field.o N 277
F32Field.o N 282
F32Field.o N 28d
F32Field.o N 28f
F32Field.o N 296
F32Field.o N 298
F32Field.o N 29f
F32Field.o N 2a1
F32Field.o N 2a3
F32Field.o N 2a5
F32Field.o N 2a7
F32Field.o N 2ad
F32Field.o N 2b2
F32Field.o N 30
F32Field.o N f5
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 102
F48Field.o N 111
F48Field.o N 11c
F48Field.o N 125
F48Field.o N 12d
F48Field.o N 141
F48Field.o N 14e
F48Field.o N 157
F48Field.o N 160
F48Field.o N 172
F48Field.o N 177
F48Field.o N 185
F48Field.o N 18a
F48Field.o N 1a1
F48Field.o N 1ac
F48Field.o N 1b5
F48Field.o N 1be
F48Field.o N 1c2
F48Field.o N 1d6
F48Field.o N 1e1
F48Field.o N 1e6
F48Field.o N 1ee
F48Field.o N 1f1
F48Field.o N 1f4
F48Field.o N 1f7
F48Field.o N 1fb
F48Field.o N 207
F48Field.o N 20e
F48Field.o N 219
F48Field.o N 237
F48Field.o N 242
F48Field.o N 25
F48Field.o N 254
F48Field.o N 268
F48Field.o N 275
F48Field.o N 27c
F48Field.o N 28a
F48Field.o N 296
F48Field.o N 2a8
F48Field.o N 2b3
F48Field.o N 2be
F48Field.o N 2c0
F48Field.o N 2c7
F48Field.o N 2c9
F48Field.o N 2cb
F48Field.o N 2d2
F48Field.o N 2d4
F48Field.o N 2d7
F48Field.o N 2da
F48Field.o N 2e0
F48Field.o N 2e4
F48Field.o N 2e6
F48Field.o N 2e8
F48Field.o N 30
F48Field.o N f5
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 102
F64Field.o N 111
F64Field.o N 11c
F64Field.o N 125
F64Field.o N 12d
F64Field.o N 141
F64Field.o N 149
F64Field.o N 156
F64Field.o N 163
F64Field.o N 16c
F64Field.o N 175
F64Field.o N 18c
F64Field.o N 197
F64Field.o N 1a0
F64Field.o N 1ab
F64Field.o N 1af
F64Field.o N 1b1
F64Field.o N 1b3
F64Field.o N 1be
F64Field.o N 1c1
F64Field.o N 1c4
F64Field.o N 1c7
F64Field.o N 1ca
F64Field.o N 1ce
F64Field.o N 1da
F64Field.o N 1e1
F64Field.o N 1ec
F64Field.o N 20a
F64Field.o N 215
F64Field.o N 227
F64Field.o N 22c
F64Field.o N 23a
F64Field.o N 23f
F64Field.o N 248
F64Field.o N 25
F64Field.o N 25c
F64Field.o N 269
F64Field.o N 277
F64Field.o N 27e
F64Field.o N 28a
F64Field.o N 29c
F64Field.o N 2a7
F64Field.o N 2b9
F64Field.o N 2cd
F64Field.o N 2d0
F64Field.o N 2d3
F64Field.o N 2d6
F64Field.o N 2dc
F64Field.o N 2e0
F64Field.o N 2e2
F64Field.o N 2e4
F64Field.o N 2eb
F64Field.o N 2ed
F64Field.o N 2f4
F64Field.o N 2f6
F64Field.o N 30
F64Field.o N f5
F64Field.o N fd
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 102
F80Field.o N 111
F80Field.o N 11c
F80Field.o N 125
F80Field.o N 12d
F80Field.o N 141
F80Field.o N 149
F80Field.o N 156
F80Field.o N 163
F80Field.o N 16c
F80Field.o N 175
F80Field.o N 18c
F80Field.o N 197
F80Field.o N 1a0
F80Field.o N 1ab
F80Field.o N 1af
F80Field.o N 1b1
F80Field.o N 1b3
F80Field.o N 1be
F80Field.o N 1c1
F80Field.o N 1c4
F80Field.o N 1c7
F80Field.o N 1ca
F80Field.o N 1cd
F80Field.o N 1d1
F80Field.o N 1dd
F80Field.o N 1e4
F80Field.o N 1ef
F80Field.o N 20d
F80Field.o N 218
F80Field.o N 22a
F80Field.o N 22f
F80Field.o N 23d
F80Field.o N 242
F80Field.o N 24b
F80Field.o N 25
F80Field.o N 25f
F80Field.o N 26c
F80Field.o N 273
F80Field.o N 281
F80Field.o N 28d
F80Field.o N 29f
F80Field.o N 2aa
F80Field.o N 2bc
F80Field.o N 2d0
F80Field.o N 2d5
F80Field.o N 2db
F80Field.o N 2df
F80Field.o N 2e1
F80Field.o N 2e3
F80Field.o N 2ea
F80Field.o N 2ec
F80Field.o N 2f3
F80Field.o N 2f5
F80Field.o N 30
F80Field.o N f5
F80Field.o N fd
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 10e
F8Field.o N 119
F8Field.o N 122
F8Field.o N 136
F8Field.o N 145
F8Field.o N 153
F8Field.o N 15d
F8Field.o N 165
F8Field.o N 172
F8Field.o N 17a
F8Field.o N 182
F8Field.o N 189
F8Field.o N 19c
F8Field.o N 1a1
F8Field.o N 1a6
F8Field.o N 1bd
F8Field.o N 1c8
F8Field.o N 1d1
F8Field.o N 1da
F8Field.o N 1de
F8Field.o N 1f3
F8Field.o N 1f9
F8Field.o N 1fb
F8Field.o N 205
F8Field.o N 216
F8Field.o N 229
F8Field.o N 235
F8Field.o N 240
F8Field.o N 24a
F8Field.o N 24c
F8Field.o N 25
F8Field.o N 253
F8Field.o N 255
F8Field.o N 25c
F8Field.o N 2f
F8Field.o N f4
F8Field.o N ff
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 10b
LUOV.o N 116
LUOV.o N 11f
LUOV.o N 133
LUOV.o N 136
LUOV.o N 13c
LUOV.o N 147
LUOV.o N 154
LUOV.o N 15b
LUOV.o N 160
LUOV.o N 16f
LUOV.o N 17a
LUOV.o N 183
LUOV.o N 18b
LUOV.o N 193
LUOV.o N 19b
LUOV.o N 1a8
LUOV.o N 1b0
LUOV.o N 1b5
LUOV.o N 1c1
LUOV.o N 1cf
LUOV.o N 1d9
LUOV.o N 1de
LUOV.o N 1ec
LUOV.o N 1f1
LUOV.o N 1fa
LUOV.o N 1fe
LUOV.o N 209
LUOV.o N 213
LUOV.o N 227
LUOV.o N 22e
LUOV.o N 234
LUOV.o N 239
LUOV.o N 245
LUOV.o N 24f
LUOV.o N 25
LUOV.o N 274
LUOV.o N 293
LUOV.o N 2a5
LUOV.o N 2b5
LUOV.o N 2c
LUOV.o N 2c8
LUOV.o N 2e1
LUOV.o N 2f8
LUOV.o N 311
LUOV.o N 316
LUOV.o N 328
LUOV.o N 33c
LUOV.o N 34f
LUOV.o N 353
LUOV.o N 35f
LUOV.o N 36b
LUOV.o N 373
LUOV.o N 381
LUOV.o N 394
LUOV.o N 39f
LUOV.o N 3a4
LUOV.o N 3a9
LUOV.o N 3af
LUOV.o N 3c4
LUOV.o N 3d6
LUOV.o N 3ea
LUOV.o N 3f9
LUOV.o N 40f
LUOV.o N 421
LUOV.o N 432
LUOV.o N 440
LUOV.o N 449
LUOV.o N 44d
LUOV.o N 454
LUOV.o N 468
LUOV.o N 46c
LUOV.o N 481
LUOV.o N 488
LUOV.o N 48f
LUOV.o N 4a0
LUOV.o N 4a2
LUOV.o N 4a4
LUOV.o N 4a6
LUOV.o N 4b6
LUOV.o N 4c1
LUOV.o N 4cd
LUOV.o N 4d9
LUOV.o N 4ec
LUOV.o N 4ff
LUOV.o N 511
LUOV.o N 525
LUOV.o N 53b
LUOV.o N 54d
LUOV.o N 561
LUOV.o N 577
LUOV.o N 589
LUOV.o N 59d
LUOV.o N 5b3
LUOV.o N 5c5
LUOV.o N 5d1
LUOV.o N 5e1
LUOV.o N 5f6
LUOV.o N 60c
LUOV.o N 61b
LUOV.o N 628
LUOV.o N 62a
LUOV.o N 634
LUOV.o N 646
LUOV.o N 64d
LUOV.o N 64f
LUOV.o N 654
LUOV.o N 657
LUOV.o N 65a
LUOV.o N 65d
LUOV.o N 660
LUOV.o N 663
LUOV.o N 666
LUOV.o N 668
LUOV.o N 66f
LUOV.o N 671
LUOV.o N 678
LUOV.o N 67b
LUOV.o N 687
LUOV.o N 689
LUOV.o N 693
LUOV.o N 69e
LUOV.o N 6a1
LUOV.o N 6a4
LUOV.o N 6ae
LUOV.o N 6b0
LUOV.o N 6b2
LUOV.o N 6ba
LUOV.o N 6bc
LUOV.o N 6be
LUOV.o N 6c0
LUOV.o N 6c5
LUOV.o N 6c9
LUOV.o N 6ce
LUOV.o N 6d4
LUOV.o N 6d6
LUOV.o N 6dd
LUOV.o N 6ef
LUOV.o N 6fa
LUOV.o N 709
LUOV.o N 713
LUOV.o N 722
LUOV.o N f1
LUOV.o N f4
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 102
LinearAlgebra.o N 107
LinearAlgebra.o N 116
LinearAlgebra.o N 121
LinearAlgebra.o N 12a
LinearAlgebra.o N 132
LinearAlgebra.o N 146
LinearAlgebra.o N 14e
LinearAlgebra.o N 158
LinearAlgebra.o N 15d
LinearAlgebra.o N 161
LinearAlgebra.o N 166
LinearAlgebra.o N 16c
LinearAlgebra.o N 173
LinearAlgebra.o N 180
LinearAlgebra.o N 184
LinearAlgebra.o N 186
LinearAlgebra.o N 18b
LinearAlgebra.o N 198
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1af
LinearAlgebra.o N 1bd
LinearAlgebra.o N 1c6
LinearAlgebra.o N 1c8
LinearAlgebra.o N 1cd
LinearAlgebra.o N 1d2
LinearAlgebra.o N 1d7
LinearAlgebra.o N 1e0
LinearAlgebra.o N 1e4
LinearAlgebra.o N 1e6
LinearAlgebra.o N 1ec
LinearAlgebra.o N 1f4
LinearAlgebra.o N 1fe
LinearAlgebra.o N 207
LinearAlgebra.o N 20e
LinearAlgebra.o N 210
LinearAlgebra.o N 212
LinearAlgebra.o N 21d
LinearAlgebra.o N 224
LinearAlgebra.o N 22f
LinearAlgebra.o N 23e
LinearAlgebra.o N 24a
LinearAlgebra.o N 25
LinearAlgebra.o N 25e
LinearAlgebra.o N 270
LinearAlgebra.o N 277
LinearAlgebra.o N 27b
LinearAlgebra.o N 27f
LinearAlgebra.o N 283
LinearAlgebra.o N 28c
LinearAlgebra.o N 35
LinearAlgebra.o N fa
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 10a
buffer.o N 115
buffer.o N 11e
buffer.o N 127
buffer.o N 129
buffer.o N 12e
buffer.o N 13c
buffer.o N 141
buffer.o N 14a
buffer.o N 14e
buffer.o N 155
buffer.o N 157
buffer.o N 15f
buffer.o N 161
buffer.o N 168
buffer.o N 16c
buffer.o N 17f
buffer.o N 181
buffer.o N 186
buffer.o N 19b
buffer.o N 19f
buffer.o N 1a9
buffer.o N 1b3
buffer.o N 1be
buffer.o N 1c2
buffer.o N 25
buffer.o N 2e
buffer.o N f3
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 112
intermediateValues.o N 127
intermediateValues.o N 13b
intermediateValues.o N 150
intermediateValues.o N 160
intermediateValues.o N 168
intermediateValues.o N 16d
intermediateValues.o N 17c
intermediateValues.o N 187
intermediateValues.o N 190
intermediateValues.o N 198
intermediateValues.o N 1ac
intermediateValues.o N 1b4
intermediateValues.o N 1b6
intermediateValues.o N 1bb
intermediateValues.o N 1bf
intermediateValues.o N 1c4
intermediateValues.o N 1ca
intermediateValues.o N 1d1
intermediateValues.o N 1e0
intermediateValues.o N 1e4
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N ff
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 103
keccakrng.o N 10b
keccakrng.o N 110
keccakrng.o N 11c
keccakrng.o N 12a
keccakrng.o N 140
keccakrng.o N 147
keccakrng.o N 14d
keccakrng.o N 161
keccakrng.o N 166
keccakrng.o N 172
keccakrng.o N 17c
keccakrng.o N 180
keccakrng.o N 1a5
keccakrng.o N 1c4
keccakrng.o N 1d6
keccakrng.o N 1e6
keccakrng.o N 1f8
keccakrng.o N 209
keccakrng.o N 21c
keccakrng.o N 226
keccakrng.o N 22b
keccakrng.o N 230
keccakrng.o N 247
keccakrng.o N 25
keccakrng.o N 252
keccakrng.o N 25b
keccakrng.o N 264
keccakrng.o N 278
keccakrng.o N 27d
keccakrng.o N 28c
keccakrng.o N 297
keccakrng.o N 2a0
keccakrng.o N 2a8
keccakrng.o N 2ad
keccakrng.o N 2c1
keccakrng.o N 2d1
keccakrng.o N 2df
keccakrng.o N 2f3
keccakrng.o N 2f8
keccakrng.o N 2fc
keccakrng.o N 302
keccakrng.o N 304
keccakrng.o N 306
keccakrng.o N 30d
keccakrng.o N 31
keccakrng.o N 314
keccakrng.o N 31c
keccakrng.o N 323
keccakrng.o N 32e
keccakrng.o N f6
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 101
sign.o N 10c
sign.o N 11a
sign.o N 12e
sign.o N 131
sign.o N 13c
sign.o N 153
sign.o N 15e
sign.o N 167
sign.o N 174
sign.o N 180
sign.o N 182
sign.o N 18c
sign.o N 191
sign.o N 196
sign.o N 19f
sign.o N 1a3
sign.o N 1b7
sign.o N 1cb
sign.o N 1dd
sign.o N 1ef
sign.o N 1f9
sign.o N 20f
sign.o N 21a
sign.o N 227
sign.o N 229
sign.o N 22e
sign.o N 23d
sign.o N 248
sign.o N 25
sign.o N 251
sign.o N 259
sign.o N 261
sign.o N 275
sign.o N 288
sign.o N 29a
sign.o N 2b0
sign.o N 2c
sign.o N 2c6
sign.o N 2cd
sign.o N 302
sign.o N 32f
sign.o N 361
sign.o N 363
sign.o N 36a
sign.o N 36d
sign.o N 377
sign.o N 37a
sign.o N 384
sign.o N 387
sign.o N 38a
sign.o N 38f
sign.o N 391
sign.o N 398
sign.o N 3a2
sign.o N 3ac
sign.o N 3af
sign.o N 3b4
sign.o N 3b6
sign.o N 3bc
sign.o N 3bf
sign.o N 3c3
sign.o N 3c7
sign.o N 3cc
sign.o N f1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 10f
Bitcontainer.o N 11a
Bitcontainer.o N 123
Bitcontainer.o N 136
Bitcontainer.o N 13b
Bitcontainer.o N 149
Bitcontainer.o N 14e
Bitcontainer.o N 157
Bitcontainer.o N 15b
Bitcontainer.o N 170
Bitcontainer.o N 180
Bitcontainer.o N 187
Bitcontainer.o N 18d
Bitcontainer.o N 1a1
Bitcontainer.o N 1a6
Bitcontainer.o N 1b3
Bitcontainer.o N 1bf
Bitcontainer.o N 1c9
Bitcontainer.o N 1ee
Bitcontainer.o N 20d
Bitcontainer.o N 21f
Bitcontainer.o N 22f
Bitcontainer.o N 246
Bitcontainer.o N 25
Bitcontainer.o N 25f
Bitcontainer.o N 26a
Bitcontainer.o N 277
Bitcontainer.o N 27b
Bitcontainer.o N 28e
Bitcontainer.o N 295
Bitcontainer.o N 29d
Bitcontainer.o N 2b6
Bitcontainer.o N 2b8
Bitcontainer.o N 2bf
Bitcontainer.o N 2c1
Bitcontainer.o N 2c6
Bitcontainer.o N 2c8
Bitcontainer.o N 2ca
Bitcontainer.o N 2d1
Bitcontainer.o N 2d5
Bitcontainer.o N 2e9
Bitcontainer.o N 2ec
Bitcontainer.o N 2ee
Bitcontainer.o N 2f8
Bitcontainer.o N 2fc
Bitcontainer.o N 300
Bitcontainer.o N 34
Bitcontainer.o N f8
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 100
F16Field.o N 10d
F16Field.o N 118
F16Field.o N 121
F16Field.o N 135
F16Field.o N 145
F16Field.o N 154
F16Field.o N 15f
F16Field.o N 168
F16Field.o N 170
F16Field.o N 179
F16Field.o N 182
F16Field.o N 195
F16Field.o N 19a
F16Field.o N 1a8
F16Field.o N 1ad
F16Field.o N 1c4
F16Field.o N 1cf
F16Field.o N 1d8
F16Field.o N 1e1
F16Field.o N 1e5
F16Field.o N 1fa
F16Field.o N 20c
F16Field.o N 220
F16Field.o N 22d
F16Field.o N 239
F16Field.o N 244
F16Field.o N 24b
F16Field.o N 25
F16Field.o N 256
F16Field.o N 26b
F16Field.o N 27a
F16Field.o N 286
F16Field.o N 291
F16Field.o N 29d
F16Field.o N 2a8
F16Field.o N 2b4
F16Field.o N 2c6
F16Field.o N 2e4
F16Field.o N 2e6
F16Field.o N 2ed
F16Field.o N 2ef
F16Field.o N 2f1
F16Field.o N 2f8
F16Field.o N 2fa
F16Field.o N 2fc
F16Field.o N 2fe
F16Field.o N 30
F16Field.o N 300
F16Field.o N 305
F16Field.o N 30c
F16Field.o N 30e
F16Field.o N 312
F16Field.o N 317
F16Field.o N 319
F16Field.o N 31b
F16Field.o N 31d
F16Field.o N 31f
F16Field.o N 321
F16Field.o N 323
F16Field.o N 326
F16Field.o N 329
F16Field.o N 32b
F16Field.o N 32d
F16Field.o N f4
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 101
F32Field.o N 10a
F32Field.o N 113
F32Field.o N 125
F32Field.o N 12a
F32Field.o N 138
F32Field.o N 13d
F32Field.o N 154
F32Field.o N 15f
F32Field.o N 168
F32Field.o N 171
F32Field.o N 175
F32Field.o N 184
F32Field.o N 198
F32Field.o N 1a4
F32Field.o N 1ab
F32Field.o N 1b6
F32Field.o N 1c1
F32Field.o N 1cc
F32Field.o N 1cf
F32Field.o N 1da
F32Field.o N 1e3
F32Field.o N 1eb
F32Field.o N 1ee
F32Field.o N 1f6
F32Field.o N 208
F32Field.o N 21c
F32Field.o N 229
F32Field.o N 230
F32Field.o N 23e
F32Field.o N 24d
F32Field.o N 25
F32Field.o N 25f
F32Field.o N 26b
F32Field.o N 276
F32Field.o N 281
F32Field.o N 285
F32Field.o N 287
F32Field.o N 28e
F32Field.o N 290
F32Field.o N 292
F32Field.o N 299
F32Field.o N 29b
F32Field.o N 29e
F32Field.o N 2a0
F32Field.o N 2a2
F32Field.o N 2a4
F32Field.o N 2a6
F32Field.o N 2ac
F32Field.o N 2b1
F32Field.o N 30
F32Field.o N f4
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 101
F48Field.o N 110
F48Field.o N 11b
F48Field.o N 124
F48Field.o N 12c
F48Field.o N 140
F48Field.o N 14d
F48Field.o N 156
F48Field.o N 15f
F48Field.o N 171
F48Field.o N 176
F48Field.o N 184
F48Field.o N 189
F48Field.o N 1a0
F48Field.o N 1ab
F48Field.o N 1b4
F48Field.o N 1bd
F48Field.o N 1c1
F48Field.o N 1d5
F48Field.o N 1e1
F48Field.o N 1e8
F48Field.o N 1f3
F48Field.o N 211
F48Field.o N 21c
F48Field.o N 227
F48Field.o N 22c
F48Field.o N 234
F48Field.o N 246
F48Field.o N 25
F48Field.o N 25a
F48Field.o N 267
F48Field.o N 26e
F48Field.o N 27c
F48Field.o N 288
F48Field.o N 29a
F48Field.o N 2a5
F48Field.o N 2b0
F48Field.o N 2b3
F48Field.o N 2b6
F48Field.o N 2b9
F48Field.o N 2bd
F48Field.o N 2bf
F48Field.o N 2c6
F48Field.o N 2c8
F48Field.o N 2ca
F48Field.o N 2d1
F48Field.o N 2d3
F48Field.o N 2d6
F48Field.o N 2d9
F48Field.o N 2df
F48Field.o N 2e3
F48Field.o N 2e5
F48Field.o N 2e7
F48Field.o N 30
F48Field.o N f4
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 101
F64Field.o N 110
F64Field.o N 11b
F64Field.o N 124
F64Field.o N 12c
F64Field.o N 140
F64Field.o N 148
F64Field.o N 155
F64Field.o N 162
F64Field.o N 16b
F64Field.o N 174
F64Field.o N 18b
F64Field.o N 196
F64Field.o N 19f
F64Field.o N 1ab
F64Field.o N 1b2
F64Field.o N 1bd
F64Field.o N 1db
F64Field.o N 1e6
F64Field.o N 1f8
F64Field.o N 1fd
F64Field.o N 20b
F64Field.o N 210
F64Field.o N 219
F64Field.o N 21d
F64Field.o N 231
F64Field.o N 23c
F64Field.o N 249
F64Field.o N 25
F64Field.o N 254
F64Field.o N 262
F64Field.o N 269
F64Field.o N 275
F64Field.o N 287
F64Field.o N 292
F64Field.o N 2a4
F64Field.o N 2b8
F64Field.o N 2bb
F64Field.o N 2be
F64Field.o N 2c1
F64Field.o N 2c5
F64Field.o N 2c8
F64Field.o N 2ca
F64Field.o N 2cc
F64Field.o N 2cf
F64Field.o N 2d2
F64Field.o N 2d5
F64Field.o N 2db
F64Field.o N 2df
F64Field.o N 2e1
F64Field.o N 2e3
F64Field.o N 2ea
F64Field.o N 2ec
F64Field.o N 2f3
F64Field.o N 2f5
F64Field.o N 30
F64Field.o N f4
F64Field.o N fc
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 101
F80Field.o N 110
F80Field.o N 11b
F80Field.o N 124
F80Field.o N 12c
F80Field.o N 140
F80Field.o N 148
F80Field.o N 155
F80Field.o N 162
F80Field.o N 16b
F80Field.o N 174
F80Field.o N 18b
F80Field.o N 196
F80Field.o N 19f
F80Field.o N 1ab
F80Field.o N 1b2
F80Field.o N 1bd
F80Field.o N 1db
F80Field.o N 1e6
F80Field.o N 1f8
F80Field.o N 1fd
F80Field.o N 20b
F80Field.o N 210
F80Field.o N 219
F80Field.o N 21d
F80Field.o N 231
F80Field.o N 23c
F80Field.o N 249
F80Field.o N 25
F80Field.o N 254
F80Field.o N 25b
F80Field.o N 269
F80Field.o N 275
F80Field.o N 287
F80Field.o N 292
F80Field.o N 2a4
F80Field.o N 2b8
F80Field.o N 2bb
F80Field.o N 2be
F80Field.o N 2c1
F80Field.o N 2c5
F80Field.o N 2c8
F80Field.o N 2cb
F80Field.o N 2cd
F80Field.o N 2cf
F80Field.o N 2d4
F80Field.o N 2da
F80Field.o N 2de
F80Field.o N 2e0
F80Field.o N 2e2
F80Field.o N 2e9
F80Field.o N 2eb
F80Field.o N 2f2
F80Field.o N 2f4
F80Field.o N 30
F80Field.o N f4
F80Field.o N fc
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 10d
F8Field.o N 118
F8Field.o N 121
F8Field.o N 135
F8Field.o N 144
F8Field.o N 152
F8Field.o N 15c
F8Field.o N 164
F8Field.o N 171
F8Field.o N 179
F8Field.o N 181
F8Field.o N 188
F8Field.o N 19b
F8Field.o N 1a0
F8Field.o N 1a5
F8Field.o N 1bc
F8Field.o N 1c7
F8Field.o N 1d0
F8Field.o N 1d9
F8Field.o N 1dd
F8Field.o N 1f2
F8Field.o N 203
F8Field.o N 216
F8Field.o N 222
F8Field.o N 22d
F8Field.o N 237
F8Field.o N 23d
F8Field.o N 247
F8Field.o N 249
F8Field.o N 25
F8Field.o N 250
F8Field.o N 252
F8Field.o N 254
F8Field.o N 25b
F8Field.o N 2f
F8Field.o N f3
F8Field.o N fe
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 10a
LUOV.o N 115
LUOV.o N 11e
LUOV.o N 132
LUOV.o N 135
LUOV.o N 13b
LUOV.o N 146
LUOV.o N 153
LUOV.o N 15a
LUOV.o N 15f
LUOV.o N 16e
LUOV.o N 179
LUOV.o N 182
LUOV.o N 18a
LUOV.o N 192
LUOV.o N 19a
LUOV.o N 1a7
LUOV.o N 1af
LUOV.o N 1b4
LUOV.o N 1c0
LUOV.o N 1ce
LUOV.o N 1d8
LUOV.o N 1dd
LUOV.o N 1eb
LUOV.o N 1f0
LUOV.o N 1f9
LUOV.o N 1fd
LUOV.o N 208
LUOV.o N 212
LUOV.o N 226
LUOV.o N 22d
LUOV.o N 233
LUOV.o N 238
LUOV.o N 244
LUOV.o N 24e
LUOV.o N 25
LUOV.o N 273
LUOV.o N 292
LUOV.o N 2a4
LUOV.o N 2b4
LUOV.o N 2c
LUOV.o N 2c7
LUOV.o N 2e0
LUOV.o N 2f7
LUOV.o N 310
LUOV.o N 315
LUOV.o N 327
LUOV.o N 33b
LUOV.o N 34e
LUOV.o N 352
LUOV.o N 35e
LUOV.o N 36a
LUOV.o N 372
LUOV.o N 380
LUOV.o N 393
LUOV.o N 39e
LUOV.o N 3a3
LUOV.o N 3a8
LUOV.o N 3ae
LUOV.o N 3c3
LUOV.o N 3d5
LUOV.o N 3e9
LUOV.o N 3f8
LUOV.o N 40e
LUOV.o N 420
LUOV.o N 431
LUOV.o N 446
LUOV.o N 44d
LUOV.o N 454
LUOV.o N 464
LUOV.o N 46f
LUOV.o N 47b
LUOV.o N 487
LUOV.o N 49a
LUOV.o N 4ad
LUOV.o N 4be
LUOV.o N 4d0
LUOV.o N 4e4
LUOV.o N 4fa
LUOV.o N 50c
LUOV.o N 520
LUOV.o N 536
LUOV.o N 548
LUOV.o N 55c
LUOV.o N 572
LUOV.o N 584
LUOV.o N 590
LUOV.o N 5a0
LUOV.o N 5b5
LUOV.o N 5cb
LUOV.o N 5d9
LUOV.o N 5e8
LUOV.o N 5f5
LUOV.o N 5f7
LUOV.o N 601
LUOV.o N 613
LUOV.o N 61a
LUOV.o N 61c
LUOV.o N 61e
LUOV.o N 620
LUOV.o N 625
LUOV.o N 627
LUOV.o N 62a
LUOV.o N 62d
LUOV.o N 630
LUOV.o N 633
LUOV.o N 636
LUOV.o N 639
LUOV.o N 63b
LUOV.o N 642
LUOV.o N 644
LUOV.o N 64b
LUOV.o N 64e
LUOV.o N 65a
LUOV.o N 65c
LUOV.o N 666
LUOV.o N 67a
LUOV.o N 685
LUOV.o N 688
LUOV.o N 68b
LUOV.o N 695
LUOV.o N 697
LUOV.o N 699
LUOV.o N 6a1
LUOV.o N 6a3
LUOV.o N 6a5
LUOV.o N 6a7
LUOV.o N 6ac
LUOV.o N 6b0
LUOV.o N 6b5
LUOV.o N 6bb
LUOV.o N 6bd
LUOV.o N 6c4
LUOV.o N 6d6
LUOV.o N 6dd
LUOV.o N 6e8
LUOV.o N 6f7
LUOV.o N 701
LUOV.o N 710
LUOV.o N 719
LUOV.o N 71d
LUOV.o N 721
LUOV.o N f0
LUOV.o N f3
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 101
LinearAlgebra.o N 106
LinearAlgebra.o N 115
LinearAlgebra.o N 120
LinearAlgebra.o N 129
LinearAlgebra.o N 131
LinearAlgebra.o N 145
LinearAlgebra.o N 14d
LinearAlgebra.o N 152
LinearAlgebra.o N 15f
LinearAlgebra.o N 16b
LinearAlgebra.o N 176
LinearAlgebra.o N 17a
LinearAlgebra.o N 188
LinearAlgebra.o N 193
LinearAlgebra.o N 19a
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1a9
LinearAlgebra.o N 1ae
LinearAlgebra.o N 1b4
LinearAlgebra.o N 1bb
LinearAlgebra.o N 1c6
LinearAlgebra.o N 1d5
LinearAlgebra.o N 1e1
LinearAlgebra.o N 1ea
LinearAlgebra.o N 1f3
LinearAlgebra.o N 1f9
LinearAlgebra.o N 20d
LinearAlgebra.o N 21f
LinearAlgebra.o N 22c
LinearAlgebra.o N 230
LinearAlgebra.o N 232
LinearAlgebra.o N 239
LinearAlgebra.o N 23b
LinearAlgebra.o N 23f
LinearAlgebra.o N 243
LinearAlgebra.o N 248
LinearAlgebra.o N 24d
LinearAlgebra.o N 24f
LinearAlgebra.o N 25
LinearAlgebra.o N 254
LinearAlgebra.o N 258
LinearAlgebra.o N 25a
LinearAlgebra.o N 25c
LinearAlgebra.o N 264
LinearAlgebra.o N 26d
LinearAlgebra.o N 274
LinearAlgebra.o N 27e
LinearAlgebra.o N 282
LinearAlgebra.o N 28b
LinearAlgebra.o N 35
LinearAlgebra.o N f9
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 109
buffer.o N 114
buffer.o N 11d
buffer.o N 126
buffer.o N 12e
buffer.o N 13c
buffer.o N 14f
buffer.o N 164
buffer.o N 16e
buffer.o N 173
buffer.o N 178
buffer.o N 181
buffer.o N 185
buffer.o N 18c
buffer.o N 196
buffer.o N 19d
buffer.o N 1a8
buffer.o N 1aa
buffer.o N 1ac
buffer.o N 1ae
buffer.o N 1b2
buffer.o N 1b4
buffer.o N 1b9
buffer.o N 1bd
buffer.o N 1c1
buffer.o N 25
buffer.o N 2e
buffer.o N f2
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 111
intermediateValues.o N 126
intermediateValues.o N 13a
intermediateValues.o N 14f
intermediateValues.o N 15f
intermediateValues.o N 167
intermediateValues.o N 16c
intermediateValues.o N 17b
intermediateValues.o N 186
intermediateValues.o N 18f
intermediateValues.o N 197
intermediateValues.o N 1ab
intermediateValues.o N 1b3
intermediateValues.o N 1b5
intermediateValues.o N 1ba
intermediateValues.o N 1be
intermediateValues.o N 1c3
intermediateValues.o N 1c9
intermediateValues.o N 1d0
intermediateValues.o N 1df
intermediateValues.o N 1e3
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N fe
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 102
keccakrng.o N 10a
keccakrng.o N 10f
keccakrng.o N 11b
keccakrng.o N 129
keccakrng.o N 13f
keccakrng.o N 146
keccakrng.o N 14c
keccakrng.o N 160
keccakrng.o N 165
keccakrng.o N 171
keccakrng.o N 17b
keccakrng.o N 17f
keccakrng.o N 1a4
keccakrng.o N 1c3
keccakrng.o N 1d5
keccakrng.o N 1e5
keccakrng.o N 1f7
keccakrng.o N 208
keccakrng.o N 21b
keccakrng.o N 225
keccakrng.o N 22a
keccakrng.o N 22f
keccakrng.o N 246
keccakrng.o N 25
keccakrng.o N 251
keccakrng.o N 25a
keccakrng.o N 263
keccakrng.o N 277
keccakrng.o N 27c
keccakrng.o N 28b
keccakrng.o N 296
keccakrng.o N 29f
keccakrng.o N 2a7
keccakrng.o N 2ac
keccakrng.o N 2c0
keccakrng.o N 2d0
keccakrng.o N 2de
keccakrng.o N 2f2
keccakrng.o N 2f7
keccakrng.o N 2fb
keccakrng.o N 301
keccakrng.o N 303
keccakrng.o N 305
keccakrng.o N 30c
keccakrng.o N 31
keccakrng.o N 313
keccakrng.o N 31b
keccakrng.o N 322
keccakrng.o N 32d
keccakrng.o N f5
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 100
sign.o N 10b
sign.o N 119
sign.o N 12d
sign.o N 130
sign.o N 13b
sign.o N 152
sign.o N 15d
sign.o N 166
sign.o N 173
sign.o N 17f
sign.o N 181
sign.o N 18b
sign.o N 190
sign.o N 195
sign.o N 19e
sign.o N 1a2
sign.o N 1b6
sign.o N 1ca
sign.o N 1dc
sign.o N 1ee
sign.o N 1f8
sign.o N 20e
sign.o N 219
sign.o N 226
sign.o N 228
sign.o N 22d
sign.o N 23c
sign.o N 247
sign.o N 25
sign.o N 250
sign.o N 258
sign.o N 260
sign.o N 274
sign.o N 287
sign.o N 299
sign.o N 2af
sign.o N 2c
sign.o N 2c5
sign.o N 2cc
sign.o N 301
sign.o N 32e
sign.o N 360
sign.o N 362
sign.o N 369
sign.o N 36c
sign.o N 376
sign.o N 379
sign.o N 383
sign.o N 386
sign.o N 389
sign.o N 38e
sign.o N 390
sign.o N 397
sign.o N 3a1
sign.o N 3ab
sign.o N 3ae
sign.o N 3b3
sign.o N 3b5
sign.o N 3bb
sign.o N 3be
sign.o N 3c2
sign.o N 3c6
sign.o N 3cb
sign.o N f0
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 110
Bitcontainer.o N 11b
Bitcontainer.o N 124
Bitcontainer.o N 137
Bitcontainer.o N 13c
Bitcontainer.o N 14a
Bitcontainer.o N 14f
Bitcontainer.o N 158
Bitcontainer.o N 15c
Bitcontainer.o N 171
Bitcontainer.o N 181
Bitcontainer.o N 188
Bitcontainer.o N 18e
Bitcontainer.o N 1a2
Bitcontainer.o N 1a7
Bitcontainer.o N 1b4
Bitcontainer.o N 1c0
Bitcontainer.o N 1ca
Bitcontainer.o N 1ef
Bitcontainer.o N 20e
Bitcontainer.o N 220
Bitcontainer.o N 230
Bitcontainer.o N 243
Bitcontainer.o N 25
Bitcontainer.o N 257
Bitcontainer.o N 25a
Bitcontainer.o N 265
Bitcontainer.o N 272
Bitcontainer.o N 274
Bitcontainer.o N 28b
Bitcontainer.o N 2a4
Bitcontainer.o N 2a8
Bitcontainer.o N 2af
Bitcontainer.o N 2b7
Bitcontainer.o N 2d0
Bitcontainer.o N 2d2
Bitcontainer.o N 2d9
Bitcontainer.o N 2db
Bitcontainer.o N 2e0
Bitcontainer.o N 2e2
Bitcontainer.o N 2e4
Bitcontainer.o N 2eb
Bitcontainer.o N 2ef
Bitcontainer.o N 2f9
Bitcontainer.o N 2fd
Bitcontainer.o N 301
Bitcontainer.o N 34
Bitcontainer.o N f9
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 101
F16Field.o N 10e
F16Field.o N 119
F16Field.o N 122
F16Field.o N 136
F16Field.o N 146
F16Field.o N 155
F16Field.o N 160
F16Field.o N 169
F16Field.o N 171
F16Field.o N 17a
F16Field.o N 183
F16Field.o N 196
F16Field.o N 19b
F16Field.o N 1a9
F16Field.o N 1ae
F16Field.o N 1c5
F16Field.o N 1d0
F16Field.o N 1d9
F16Field.o N 1e2
F16Field.o N 1e6
F16Field.o N 1fb
F16Field.o N 202
F16Field.o N 204
F16Field.o N 20f
F16Field.o N 21b
F16Field.o N 21d
F16Field.o N 229
F16Field.o N 22e
F16Field.o N 230
F16Field.o N 23c
F16Field.o N 247
F16Field.o N 25
F16Field.o N 256
F16Field.o N 261
F16Field.o N 265
F16Field.o N 277
F16Field.o N 28b
F16Field.o N 298
F16Field.o N 2a3
F16Field.o N 2b8
F16Field.o N 2c4
F16Field.o N 2d6
F16Field.o N 2f4
F16Field.o N 2f6
F16Field.o N 2fd
F16Field.o N 2ff
F16Field.o N 30
F16Field.o N 306
F16Field.o N 308
F16Field.o N 30a
F16Field.o N 30f
F16Field.o N 316
F16Field.o N 318
F16Field.o N 31a
F16Field.o N 31c
F16Field.o N 31e
F16Field.o N 320
F16Field.o N 322
F16Field.o N 324
F16Field.o N 327
F16Field.o N 32a
F16Field.o N 32c
F16Field.o N 32e
F16Field.o N f5
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 102
F32Field.o N 10b
F32Field.o N 114
F32Field.o N 126
F32Field.o N 12b
F32Field.o N 139
F32Field.o N 13e
F32Field.o N 155
F32Field.o N 160
F32Field.o N 169
F32Field.o N 172
F32Field.o N 176
F32Field.o N 185
F32Field.o N 199
F32Field.o N 1a4
F32Field.o N 1a7
F32Field.o N 1b2
F32Field.o N 1bb
F32Field.o N 1c3
F32Field.o N 1c6
F32Field.o N 1ce
F32Field.o N 1d2
F32Field.o N 1de
F32Field.o N 1e5
F32Field.o N 1f0
F32Field.o N 1fb
F32Field.o N 20d
F32Field.o N 221
F32Field.o N 22e
F32Field.o N 235
F32Field.o N 243
F32Field.o N 25
F32Field.o N 252
F32Field.o N 264
F32Field.o N 270
F32Field.o N 27b
F32Field.o N 286
F32Field.o N 288
F32Field.o N 28f
F32Field.o N 291
F32Field.o N 293
F32Field.o N 29a
F32Field.o N 29c
F32Field.o N 29f
F32Field.o N 2a1
F32Field.o N 2a3
F32Field.o N 2a5
F32Field.o N 2a7
F32Field.o N 2ad
F32Field.o N 2b2
F32Field.o N 30
F32Field.o N f5
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 102
F48Field.o N 111
F48Field.o N 11c
F48Field.o N 125
F48Field.o N 12d
F48Field.o N 141
F48Field.o N 14e
F48Field.o N 157
F48Field.o N 160
F48Field.o N 172
F48Field.o N 177
F48Field.o N 185
F48Field.o N 18a
F48Field.o N 1a1
F48Field.o N 1ac
F48Field.o N 1b5
F48Field.o N 1be
F48Field.o N 1c2
F48Field.o N 1d6
F48Field.o N 1e1
F48Field.o N 1e6
F48Field.o N 1ee
F48Field.o N 1f1
F48Field.o N 1f4
F48Field.o N 1f7
F48Field.o N 1fb
F48Field.o N 207
F48Field.o N 20e
F48Field.o N 219
F48Field.o N 237
F48Field.o N 242
F48Field.o N 25
F48Field.o N 254
F48Field.o N 268
F48Field.o N 275
F48Field.o N 27c
F48Field.o N 28a
F48Field.o N 296
F48Field.o N 2a8
F48Field.o N 2b3
F48Field.o N 2be
F48Field.o N 2c0
F48Field.o N 2c7
F48Field.o N 2c9
F48Field.o N 2cb
F48Field.o N 2d2
F48Field.o N 2d4
F48Field.o N 2d7
F48Field.o N 2da
F48Field.o N 2e0
F48Field.o N 2e4
F48Field.o N 2e6
F48Field.o N 2e8
F48Field.o N 30
F48Field.o N f5
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 102
F64Field.o N 111
F64Field.o N 11c
F64Field.o N 125
F64Field.o N 12d
F64Field.o N 141
F64Field.o N 149
F64Field.o N 156
F64Field.o N 163
F64Field.o N 16c
F64Field.o N 175
F64Field.o N 18c
F64Field.o N 197
F64Field.o N 1a0
F64Field.o N 1ab
F64Field.o N 1af
F64Field.o N 1b1
F64Field.o N 1b3
F64Field.o N 1be
F64Field.o N 1c1
F64Field.o N 1c4
F64Field.o N 1c7
F64Field.o N 1ca
F64Field.o N 1ce
F64Field.o N 1da
F64Field.o N 1e1
F64Field.o N 1ec
F64Field.o N 20a
F64Field.o N 215
F64Field.o N 227
F64Field.o N 22c
F64Field.o N 23a
F64Field.o N 23f
F64Field.o N 248
F64Field.o N 25
F64Field.o N 25c
F64Field.o N 269
F64Field.o N 277
F64Field.o N 27e
F64Field.o N 28a
F64Field.o N 29c
F64Field.o N 2a7
F64Field.o N 2b9
F64Field.o N 2cd
F64Field.o N 2d0
F64Field.o N 2d3
F64Field.o N 2d6
F64Field.o N 2dc
F64Field.o N 2e0
F64Field.o N 2e2
F64Field.o N 2e4
F64Field.o N 2eb
F64Field.o N 2ed
F64Field.o N 2f4
F64Field.o N 2f6
F64Field.o N 30
F64Field.o N f5
F64Field.o N fd
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 102
F80Field.o N 111
F80Field.o N 11c
F80Field.o N 125
F80Field.o N 12d
F80Field.o N 141
F80Field.o N 149
F80Field.o N 156
F80Field.o N 163
F80Field.o N 16c
F80Field.o N 175
F80Field.o N 18c
F80Field.o N 197
F80Field.o N 1a0
F80Field.o N 1ab
F80Field.o N 1af
F80Field.o N 1b1
F80Field.o N 1b3
F80Field.o N 1be
F80Field.o N 1c1
F80Field.o N 1c4
F80Field.o N 1c7
F80Field.o N 1ca
F80Field.o N 1cd
F80Field.o N 1d1
F80Field.o N 1dd
F80Field.o N 1e4
F80Field.o N 1ef
F80Field.o N 20d
F80Field.o N 218
F80Field.o N 22a
F80Field.o N 22f
F80Field.o N 23d
F80Field.o N 242
F80Field.o N 24b
F80Field.o N 25
F80Field.o N 25f
F80Field.o N 26c
F80Field.o N 273
F80Field.o N 281
F80Field.o N 28d
F80Field.o N 29f
F80Field.o N 2aa
F80Field.o N 2bc
F80Field.o N 2d0
F80Field.o N 2d5
F80Field.o N 2db
F80Field.o N 2df
F80Field.o N 2e1
F80Field.o N 2e3
F80Field.o N 2ea
F80Field.o N 2ec
F80Field.o N 2f3
F80Field.o N 2f5
F80Field.o N 30
F80Field.o N f5
F80Field.o N fd
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 10e
F8Field.o N 119
F8Field.o N 122
F8Field.o N 136
F8Field.o N 145
F8Field.o N 153
F8Field.o N 15d
F8Field.o N 165
F8Field.o N 172
F8Field.o N 17a
F8Field.o N 182
F8Field.o N 189
F8Field.o N 19c
F8Field.o N 1a1
F8Field.o N 1a6
F8Field.o N 1bd
F8Field.o N 1c8
F8Field.o N 1d1
F8Field.o N 1da
F8Field.o N 1de
F8Field.o N 1f3
F8Field.o N 1f9
F8Field.o N 1fb
F8Field.o N 205
F8Field.o N 216
F8Field.o N 229
F8Field.o N 235
F8Field.o N 240
F8Field.o N 24a
F8Field.o N 24c
F8Field.o N 25
F8Field.o N 253
F8Field.o N 255
F8Field.o N 25c
F8Field.o N 2f
F8Field.o N f4
F8Field.o N ff
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 10b
LUOV.o N 116
LUOV.o N 11f
LUOV.o N 133
LUOV.o N 136
LUOV.o N 13c
LUOV.o N 147
LUOV.o N 154
LUOV.o N 15b
LUOV.o N 160
LUOV.o N 16f
LUOV.o N 17a
LUOV.o N 183
LUOV.o N 18b
LUOV.o N 193
LUOV.o N 19b
LUOV.o N 1a8
LUOV.o N 1b0
LUOV.o N 1b5
LUOV.o N 1c1
LUOV.o N 1cf
LUOV.o N 1d9
LUOV.o N 1de
LUOV.o N 1ec
LUOV.o N 1f1
LUOV.o N 1fa
LUOV.o N 1fe
LUOV.o N 209
LUOV.o N 213
LUOV.o N 227
LUOV.o N 22e
LUOV.o N 234
LUOV.o N 239
LUOV.o N 245
LUOV.o N 24f
LUOV.o N 25
LUOV.o N 274
LUOV.o N 293
LUOV.o N 2a5
LUOV.o N 2b5
LUOV.o N 2c
LUOV.o N 2c8
LUOV.o N 2e1
LUOV.o N 2f8
LUOV.o N 311
LUOV.o N 316
LUOV.o N 328
LUOV.o N 33c
LUOV.o N 34f
LUOV.o N 353
LUOV.o N 35f
LUOV.o N 36b
LUOV.o N 373
LUOV.o N 381
LUOV.o N 394
LUOV.o N 39f
LUOV.o N 3a4
LUOV.o N 3a9
LUOV.o N 3af
LUOV.o N 3c4
LUOV.o N 3d6
LUOV.o N 3ea
LUOV.o N 3f9
LUOV.o N 40f
LUOV.o N 421
LUOV.o N 432
LUOV.o N 447
LUOV.o N 44e
LUOV.o N 455
LUOV.o N 466
LUOV.o N 468
LUOV.o N 46a
LUOV.o N 46c
LUOV.o N 47c
LUOV.o N 487
LUOV.o N 493
LUOV.o N 49f
LUOV.o N 4b2
LUOV.o N 4c5
LUOV.o N 4d7
LUOV.o N 4eb
LUOV.o N 501
LUOV.o N 513
LUOV.o N 527
LUOV.o N 53d
LUOV.o N 54f
LUOV.o N 563
LUOV.o N 579
LUOV.o N 58b
LUOV.o N 597
LUOV.o N 5a7
LUOV.o N 5bc
LUOV.o N 5d2
LUOV.o N 5e0
LUOV.o N 5ef
LUOV.o N 5fc
LUOV.o N 5fe
LUOV.o N 608
LUOV.o N 61a
LUOV.o N 621
LUOV.o N 623
LUOV.o N 628
LUOV.o N 62b
LUOV.o N 62e
LUOV.o N 631
LUOV.o N 634
LUOV.o N 637
LUOV.o N 63a
LUOV.o N 63c
LUOV.o N 643
LUOV.o N 645
LUOV.o N 64c
LUOV.o N 64f
LUOV.o N 65b
LUOV.o N 65d
LUOV.o N 667
LUOV.o N 67b
LUOV.o N 686
LUOV.o N 689
LUOV.o N 68c
LUOV.o N 696
LUOV.o N 698
LUOV.o N 69a
LUOV.o N 6a2
LUOV.o N 6a4
LUOV.o N 6a6
LUOV.o N 6a8
LUOV.o N 6ad
LUOV.o N 6b1
LUOV.o N 6b6
LUOV.o N 6bc
LUOV.o N 6be
LUOV.o N 6c5
LUOV.o N 6d7
LUOV.o N 6de
LUOV.o N 6e9
LUOV.o N 6f8
LUOV.o N 702
LUOV.o N 711
LUOV.o N 71a
LUOV.o N 71e
LUOV.o N 722
LUOV.o N f1
LUOV.o N f4
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 102
LinearAlgebra.o N 107
LinearAlgebra.o N 116
LinearAlgebra.o N 121
LinearAlgebra.o N 12a
LinearAlgebra.o N 132
LinearAlgebra.o N 146
LinearAlgebra.o N 14e
LinearAlgebra.o N 153
LinearAlgebra.o N 160
LinearAlgebra.o N 16c
LinearAlgebra.o N 177
LinearAlgebra.o N 17b
LinearAlgebra.o N 189
LinearAlgebra.o N 192
LinearAlgebra.o N 194
LinearAlgebra.o N 199
LinearAlgebra.o N 19e
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1ab
LinearAlgebra.o N 1b0
LinearAlgebra.o N 1b5
LinearAlgebra.o N 1ba
LinearAlgebra.o N 1c5
LinearAlgebra.o N 1cc
LinearAlgebra.o N 1d6
LinearAlgebra.o N 1e1
LinearAlgebra.o N 1f0
LinearAlgebra.o N 1fc
LinearAlgebra.o N 205
LinearAlgebra.o N 20b
LinearAlgebra.o N 21f
LinearAlgebra.o N 231
LinearAlgebra.o N 23e
LinearAlgebra.o N 242
LinearAlgebra.o N 244
LinearAlgebra.o N 24b
LinearAlgebra.o N 24d
LinearAlgebra.o N 25
LinearAlgebra.o N 251
LinearAlgebra.o N 255
LinearAlgebra.o N 259
LinearAlgebra.o N 25b
LinearAlgebra.o N 25d
LinearAlgebra.o N 265
LinearAlgebra.o N 26e
LinearAlgebra.o N 275
LinearAlgebra.o N 27f
LinearAlgebra.o N 283
LinearAlgebra.o N 28c
LinearAlgebra.o N 35
LinearAlgebra.o N fa
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 10a
buffer.o N 115
buffer.o N 11e
buffer.o N 126
buffer.o N 134
buffer.o N 136
buffer.o N 13b
buffer.o N 140
buffer.o N 149
buffer.o N 14d
buffer.o N 154
buffer.o N 158
buffer.o N 16b
buffer.o N 16d
buffer.o N 174
buffer.o N 176
buffer.o N 17b
buffer.o N 184
buffer.o N 199
buffer.o N 1a3
buffer.o N 1ad
buffer.o N 1b8
buffer.o N 1ba
buffer.o N 1be
buffer.o N 1c2
buffer.o N 25
buffer.o N 2e
buffer.o N f3
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 112
intermediateValues.o N 127
intermediateValues.o N 13b
intermediateValues.o N 150
intermediateValues.o N 160
intermediateValues.o N 168
intermediateValues.o N 16d
intermediateValues.o N 17c
intermediateValues.o N 187
intermediateValues.o N 190
intermediateValues.o N 198
intermediateValues.o N 1ac
intermediateValues.o N 1b4
intermediateValues.o N 1b6
intermediateValues.o N 1bb
intermediateValues.o N 1bf
intermediateValues.o N 1c4
intermediateValues.o N 1ca
intermediateValues.o N 1d1
intermediateValues.o N 1e0
intermediateValues.o N 1e4
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N ff
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 103
keccakrng.o N 10b
keccakrng.o N 110
keccakrng.o N 11c
keccakrng.o N 12a
keccakrng.o N 140
keccakrng.o N 147
keccakrng.o N 14d
keccakrng.o N 161
keccakrng.o N 166
keccakrng.o N 172
keccakrng.o N 17c
keccakrng.o N 180
keccakrng.o N 1a5
keccakrng.o N 1c4
keccakrng.o N 1d6
keccakrng.o N 1e6
keccakrng.o N 1f8
keccakrng.o N 209
keccakrng.o N 21c
keccakrng.o N 226
keccakrng.o N 22b
keccakrng.o N 230
keccakrng.o N 247
keccakrng.o N 25
keccakrng.o N 252
keccakrng.o N 25b
keccakrng.o N 264
keccakrng.o N 278
keccakrng.o N 27d
keccakrng.o N 28c
keccakrng.o N 297
keccakrng.o N 2a0
keccakrng.o N 2a8
keccakrng.o N 2ad
keccakrng.o N 2c1
keccakrng.o N 2d1
keccakrng.o N 2df
keccakrng.o N 2f3
keccakrng.o N 2f8
keccakrng.o N 2fc
keccakrng.o N 302
keccakrng.o N 304
keccakrng.o N 306
keccakrng.o N 30d
keccakrng.o N 31
keccakrng.o N 314
keccakrng.o N 31c
keccakrng.o N 323
keccakrng.o N 32e
keccakrng.o N f6
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 101
sign.o N 10c
sign.o N 11a
sign.o N 12e
sign.o N 131
sign.o N 13c
sign.o N 153
sign.o N 15e
sign.o N 167
sign.o N 174
sign.o N 180
sign.o N 182
sign.o N 18c
sign.o N 191
sign.o N 196
sign.o N 19f
sign.o N 1a3
sign.o N 1b7
sign.o N 1cb
sign.o N 1dd
sign.o N 1ef
sign.o N 1f9
sign.o N 20f
sign.o N 21a
sign.o N 227
sign.o N 229
sign.o N 22e
sign.o N 23d
sign.o N 248
sign.o N 25
sign.o N 251
sign.o N 259
sign.o N 261
sign.o N 275
sign.o N 288
sign.o N 29a
sign.o N 2b0
sign.o N 2c
sign.o N 2c6
sign.o N 2cd
sign.o N 302
sign.o N 32f
sign.o N 361
sign.o N 363
sign.o N 36a
sign.o N 36d
sign.o N 377
sign.o N 37a
sign.o N 384
sign.o N 387
sign.o N 38a
sign.o N 38f
sign.o N 391
sign.o N 398
sign.o N 3a2
sign.o N 3ac
sign.o N 3af
sign.o N 3b4
sign.o N 3b6
sign.o N 3bc
sign.o N 3bf
sign.o N 3c3
sign.o N 3c7
sign.o N 3cc
sign.o N f1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 10f
Bitcontainer.o N 11a
Bitcontainer.o N 123
Bitcontainer.o N 136
Bitcontainer.o N 13b
Bitcontainer.o N 149
Bitcontainer.o N 14e
Bitcontainer.o N 157
Bitcontainer.o N 15b
Bitcontainer.o N 170
Bitcontainer.o N 180
Bitcontainer.o N 187
Bitcontainer.o N 18d
Bitcontainer.o N 1a1
Bitcontainer.o N 1a6
Bitcontainer.o N 1b3
Bitcontainer.o N 1bf
Bitcontainer.o N 1c9
Bitcontainer.o N 1ee
Bitcontainer.o N 20d
Bitcontainer.o N 21f
Bitcontainer.o N 22f
Bitcontainer.o N 242
Bitcontainer.o N 25
Bitcontainer.o N 256
Bitcontainer.o N 259
Bitcontainer.o N 264
Bitcontainer.o N 271
Bitcontainer.o N 273
Bitcontainer.o N 28a
Bitcontainer.o N 2a3
Bitcontainer.o N 2a7
Bitcontainer.o N 2ae
Bitcontainer.o N 2b6
Bitcontainer.o N 2cf
Bitcontainer.o N 2d1
Bitcontainer.o N 2d8
Bitcontainer.o N 2da
Bitcontainer.o N 2df
Bitcontainer.o N 2e1
Bitcontainer.o N 2e3
Bitcontainer.o N 2ea
Bitcontainer.o N 2ee
Bitcontainer.o N 2f8
Bitcontainer.o N 2fc
Bitcontainer.o N 300
Bitcontainer.o N 34
Bitcontainer.o N f8
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 100
F16Field.o N 10d
F16Field.o N 118
F16Field.o N 121
F16Field.o N 135
F16Field.o N 145
F16Field.o N 154
F16Field.o N 15f
F16Field.o N 168
F16Field.o N 170
F16Field.o N 179
F16Field.o N 182
F16Field.o N 195
F16Field.o N 19a
F16Field.o N 1a8
F16Field.o N 1ad
F16Field.o N 1c4
F16Field.o N 1cf
F16Field.o N 1d8
F16Field.o N 1e1
F16Field.o N 1e5
F16Field.o N 1fa
F16Field.o N 201
F16Field.o N 203
F16Field.o N 20e
F16Field.o N 219
F16Field.o N 225
F16Field.o N 227
F16Field.o N 233
F16Field.o N 238
F16Field.o N 23a
F16Field.o N 249
F16Field.o N 25
F16Field.o N 255
F16Field.o N 260
F16Field.o N 26b
F16Field.o N 26f
F16Field.o N 281
F16Field.o N 295
F16Field.o N 2a2
F16Field.o N 2b7
F16Field.o N 2c3
F16Field.o N 2d5
F16Field.o N 2f3
F16Field.o N 2f5
F16Field.o N 2fc
F16Field.o N 2fe
F16Field.o N 30
F16Field.o N 305
F16Field.o N 307
F16Field.o N 309
F16Field.o N 30e
F16Field.o N 315
F16Field.o N 317
F16Field.o N 319
F16Field.o N 31b
F16Field.o N 31d
F16Field.o N 31f
F16Field.o N 322
F16Field.o N 325
F16Field.o N 327
F16Field.o N 329
F16Field.o N 32d
F16Field.o N 32f
F16Field.o N f4
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 101
F32Field.o N 10a
F32Field.o N 113
F32Field.o N 125
F32Field.o N 12a
F32Field.o N 138
F32Field.o N 13d
F32Field.o N 154
F32Field.o N 15f
F32Field.o N 168
F32Field.o N 171
F32Field.o N 175
F32Field.o N 184
F32Field.o N 198
F32Field.o N 1a3
F32Field.o N 1a6
F32Field.o N 1b1
F32Field.o N 1ba
F32Field.o N 1c2
F32Field.o N 1c5
F32Field.o N 1cd
F32Field.o N 1d1
F32Field.o N 1dd
F32Field.o N 1e4
F32Field.o N 1ef
F32Field.o N 1fe
F32Field.o N 200
F32Field.o N 202
F32Field.o N 205
F32Field.o N 210
F32Field.o N 222
F32Field.o N 236
F32Field.o N 243
F32Field.o N 24a
F32Field.o N 25
F32Field.o N 258
F32Field.o N 26a
F32Field.o N 276
F32Field.o N 281
F32Field.o N 28c
F32Field.o N 28e
F32Field.o N 295
F32Field.o N 297
F32Field.o N 29e
F32Field.o N 2a0
F32Field.o N 2a2
F32Field.o N 2a4
F32Field.o N 2a6
F32Field.o N 2ac
F32Field.o N 2b1
F32Field.o N 30
F32Field.o N f4
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 101
F48Field.o N 110
F48Field.o N 11b
F48Field.o N 124
F48Field.o N 12c
F48Field.o N 140
F48Field.o N 14d
F48Field.o N 156
F48Field.o N 15f
F48Field.o N 171
F48Field.o N 176
F48Field.o N 184
F48Field.o N 189
F48Field.o N 1a0
F48Field.o N 1ab
F48Field.o N 1b4
F48Field.o N 1bd
F48Field.o N 1c1
F48Field.o N 1d5
F48Field.o N 1e0
F48Field.o N 1e5
F48Field.o N 1ed
F48Field.o N 1f0
F48Field.o N 1f3
F48Field.o N 1f6
F48Field.o N 1fa
F48Field.o N 206
F48Field.o N 20d
F48Field.o N 218
F48Field.o N 236
F48Field.o N 241
F48Field.o N 25
F48Field.o N 253
F48Field.o N 267
F48Field.o N 274
F48Field.o N 27b
F48Field.o N 289
F48Field.o N 295
F48Field.o N 2a7
F48Field.o N 2b2
F48Field.o N 2bd
F48Field.o N 2bf
F48Field.o N 2c6
F48Field.o N 2c8
F48Field.o N 2ca
F48Field.o N 2d1
F48Field.o N 2d3
F48Field.o N 2d6
F48Field.o N 2d9
F48Field.o N 2df
F48Field.o N 2e3
F48Field.o N 2e5
F48Field.o N 2e7
F48Field.o N 30
F48Field.o N f4
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 101
F64Field.o N 110
F64Field.o N 11b
F64Field.o N 124
F64Field.o N 12c
F64Field.o N 140
F64Field.o N 148
F64Field.o N 155
F64Field.o N 162
F64Field.o N 16b
F64Field.o N 174
F64Field.o N 18b
F64Field.o N 196
F64Field.o N 19f
F64Field.o N 1aa
F64Field.o N 1ae
F64Field.o N 1b0
F64Field.o N 1b2
F64Field.o N 1bd
F64Field.o N 1c0
F64Field.o N 1c3
F64Field.o N 1c6
F64Field.o N 1c9
F64Field.o N 1cd
F64Field.o N 1d9
F64Field.o N 1e0
F64Field.o N 1eb
F64Field.o N 209
F64Field.o N 214
F64Field.o N 226
F64Field.o N 22b
F64Field.o N 239
F64Field.o N 23e
F64Field.o N 247
F64Field.o N 25
F64Field.o N 25b
F64Field.o N 268
F64Field.o N 276
F64Field.o N 27d
F64Field.o N 289
F64Field.o N 29b
F64Field.o N 2a6
F64Field.o N 2b8
F64Field.o N 2cc
F64Field.o N 2cf
F64Field.o N 2d2
F64Field.o N 2d5
F64Field.o N 2db
F64Field.o N 2df
F64Field.o N 2e1
F64Field.o N 2e3
F64Field.o N 2ea
F64Field.o N 2ec
F64Field.o N 2f3
F64Field.o N 2f5
F64Field.o N 30
F64Field.o N f4
F64Field.o N fc
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 101
F80Field.o N 110
F80Field.o N 11b
F80Field.o N 124
F80Field.o N 12c
F80Field.o N 140
F80Field.o N 148
F80Field.o N 155
F80Field.o N 162
F80Field.o N 16b
F80Field.o N 174
F80Field.o N 18b
F80Field.o N 196
F80Field.o N 19f
F80Field.o N 1aa
F80Field.o N 1ae
F80Field.o N 1b0
F80Field.o N 1b2
F80Field.o N 1bd
F80Field.o N 1c0
F80Field.o N 1c3
F80Field.o N 1c6
F80Field.o N 1c9
F80Field.o N 1cc
F80Field.o N 1d0
F80Field.o N 1dc
F80Field.o N 1e3
F80Field.o N 1ee
F80Field.o N 20c
F80Field.o N 217
F80Field.o N 229
F80Field.o N 22e
F80Field.o N 23c
F80Field.o N 241
F80Field.o N 24a
F80Field.o N 25
F80Field.o N 25e
F80Field.o N 26b
F80Field.o N 272
F80Field.o N 280
F80Field.o N 28c
F80Field.o N 29e
F80Field.o N 2a9
F80Field.o N 2bb
F80Field.o N 2cf
F80Field.o N 2d4
F80Field.o N 2da
F80Field.o N 2de
F80Field.o N 2e0
F80Field.o N 2e2
F80Field.o N 2e9
F80Field.o N 2eb
F80Field.o N 2f2
F80Field.o N 2f4
F80Field.o N 30
F80Field.o N f4
F80Field.o N fc
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 10d
F8Field.o N 118
F8Field.o N 121
F8Field.o N 135
F8Field.o N 144
F8Field.o N 152
F8Field.o N 15c
F8Field.o N 164
F8Field.o N 171
F8Field.o N 179
F8Field.o N 181
F8Field.o N 188
F8Field.o N 19b
F8Field.o N 1a0
F8Field.o N 1a5
F8Field.o N 1bc
F8Field.o N 1c7
F8Field.o N 1d0
F8Field.o N 1d9
F8Field.o N 1dd
F8Field.o N 1f2
F8Field.o N 1f8
F8Field.o N 1fa
F8Field.o N 204
F8Field.o N 215
F8Field.o N 228
F8Field.o N 234
F8Field.o N 23f
F8Field.o N 249
F8Field.o N 24b
F8Field.o N 25
F8Field.o N 252
F8Field.o N 254
F8Field.o N 25b
F8Field.o N 2f
F8Field.o N f3
F8Field.o N fe
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 10a
LUOV.o N 115
LUOV.o N 11e
LUOV.o N 132
LUOV.o N 135
LUOV.o N 13b
LUOV.o N 146
LUOV.o N 153
LUOV.o N 15a
LUOV.o N 15f
LUOV.o N 16e
LUOV.o N 179
LUOV.o N 182
LUOV.o N 18a
LUOV.o N 192
LUOV.o N 19a
LUOV.o N 1a7
LUOV.o N 1af
LUOV.o N 1b4
LUOV.o N 1c0
LUOV.o N 1ce
LUOV.o N 1d8
LUOV.o N 1dd
LUOV.o N 1eb
LUOV.o N 1f0
LUOV.o N 1f9
LUOV.o N 1fd
LUOV.o N 208
LUOV.o N 212
LUOV.o N 226
LUOV.o N 22d
LUOV.o N 233
LUOV.o N 238
LUOV.o N 244
LUOV.o N 24e
LUOV.o N 25
LUOV.o N 273
LUOV.o N 292
LUOV.o N 2a4
LUOV.o N 2b4
LUOV.o N 2c
LUOV.o N 2c7
LUOV.o N 2e0
LUOV.o N 2f7
LUOV.o N 310
LUOV.o N 315
LUOV.o N 327
LUOV.o N 33b
LUOV.o N 34e
LUOV.o N 352
LUOV.o N 35e
LUOV.o N 36a
LUOV.o N 372
LUOV.o N 380
LUOV.o N 393
LUOV.o N 39e
LUOV.o N 3a3
LUOV.o N 3a8
LUOV.o N 3ae
LUOV.o N 3c3
LUOV.o N 3d5
LUOV.o N 3e9
LUOV.o N 3f8
LUOV.o N 40e
LUOV.o N 420
LUOV.o N 431
LUOV.o N 43f
LUOV.o N 448
LUOV.o N 44c
LUOV.o N 453
LUOV.o N 467
LUOV.o N 46b
LUOV.o N 480
LUOV.o N 487
LUOV.o N 48e
LUOV.o N 49f
LUOV.o N 4a1
LUOV.o N 4a3
LUOV.o N 4a5
LUOV.o N 4b5
LUOV.o N 4c0
LUOV.o N 4cc
LUOV.o N 4d8
LUOV.o N 4eb
LUOV.o N 4fe
LUOV.o N 510
LUOV.o N 524
LUOV.o N 53a
LUOV.o N 54c
LUOV.o N 560
LUOV.o N 576
LUOV.o N 588
LUOV.o N 59c
LUOV.o N 5b2
LUOV.o N 5c4
LUOV.o N 5d0
LUOV.o N 5e0
LUOV.o N 5f5
LUOV.o N 60b
LUOV.o N 61a
LUOV.o N 627
LUOV.o N 629
LUOV.o N 633
LUOV.o N 645
LUOV.o N 64c
LUOV.o N 64e
LUOV.o N 653
LUOV.o N 656
LUOV.o N 659
LUOV.o N 65c
LUOV.o N 65f
LUOV.o N 662
LUOV.o N 665
LUOV.o N 667
LUOV.o N 66e
LUOV.o N 670
LUOV.o N 677
LUOV.o N 67a
LUOV.o N 686
LUOV.o N 688
LUOV.o N 692
LUOV.o N 69d
LUOV.o N 6a0
LUOV.o N 6a3
LUOV.o N 6ad
LUOV.o N 6af
LUOV.o N 6b1
LUOV.o N 6b9
LUOV.o N 6bb
LUOV.o N 6bd
LUOV.o N 6bf
LUOV.o N 6c4
LUOV.o N 6c8
LUOV.o N 6cd
LUOV.o N 6d3
LUOV.o N 6d5
LUOV.o N 6dc
LUOV.o N 6ee
LUOV.o N 6f9
LUOV.o N 708
LUOV.o N 712
LUOV.o N 721
LUOV.o N f0
LUOV.o N f3
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 101
LinearAlgebra.o N 106
LinearAlgebra.o N 115
LinearAlgebra.o N 120
LinearAlgebra.o N 129
LinearAlgebra.o N 131
LinearAlgebra.o N 145
LinearAlgebra.o N 14d
LinearAlgebra.o N 157
LinearAlgebra.o N 15c
LinearAlgebra.o N 160
LinearAlgebra.o N 165
LinearAlgebra.o N 16b
LinearAlgebra.o N 172
LinearAlgebra.o N 17f
LinearAlgebra.o N 183
LinearAlgebra.o N 185
LinearAlgebra.o N 18a
LinearAlgebra.o N 197
LinearAlgebra.o N 1a3
LinearAlgebra.o N 1ae
LinearAlgebra.o N 1bc
LinearAlgebra.o N 1c5
LinearAlgebra.o N 1c7
LinearAlgebra.o N 1cc
LinearAlgebra.o N 1d1
LinearAlgebra.o N 1d6
LinearAlgebra.o N 1df
LinearAlgebra.o N 1e3
LinearAlgebra.o N 1e5
LinearAlgebra.o N 1eb
LinearAlgebra.o N 1f3
LinearAlgebra.o N 1fd
LinearAlgebra.o N 206
LinearAlgebra.o N 20d
LinearAlgebra.o N 20f
LinearAlgebra.o N 211
LinearAlgebra.o N 21c
LinearAlgebra.o N 223
LinearAlgebra.o N 22e
LinearAlgebra.o N 23d
LinearAlgebra.o N 249
LinearAlgebra.o N 25
LinearAlgebra.o N 25d
LinearAlgebra.o N 26f
LinearAlgebra.o N 276
LinearAlgebra.o N 27a
LinearAlgebra.o N 27e
LinearAlgebra.o N 282
LinearAlgebra.o N 28b
LinearAlgebra.o N 35
LinearAlgebra.o N f9
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 109
buffer.o N 114
buffer.o N 11d
buffer.o N 126
buffer.o N 128
buffer.o N 12d
buffer.o N 13b
buffer.o N 140
buffer.o N 149
buffer.o N 14d
buffer.o N 154
buffer.o N 156
buffer.o N 15e
buffer.o N 160
buffer.o N 167
buffer.o N 16b
buffer.o N 17e
buffer.o N 180
buffer.o N 185
buffer.o N 19a
buffer.o N 19e
buffer.o N 1a8
buffer.o N 1b2
buffer.o N 1bd
buffer.o N 1c1
buffer.o N 25
buffer.o N 2e
buffer.o N f2
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 111
intermediateValues.o N 126
intermediateValues.o N 13a
intermediateValues.o N 14f
intermediateValues.o N 15f
intermediateValues.o N 167
intermediateValues.o N 16c
intermediateValues.o N 17b
intermediateValues.o N 186
intermediateValues.o N 18f
intermediateValues.o N 197
intermediateValues.o N 1ab
intermediateValues.o N 1b3
intermediateValues.o N 1b5
intermediateValues.o N 1ba
intermediateValues.o N 1be
intermediateValues.o N 1c3
intermediateValues.o N 1c9
intermediateValues.o N 1d0
intermediateValues.o N 1df
intermediateValues.o N 1e3
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N fe
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 102
keccakrng.o N 10a
keccakrng.o N 10f
keccakrng.o N 11b
keccakrng.o N 129
keccakrng.o N 13f
keccakrng.o N 146
keccakrng.o N 14c
keccakrng.o N 160
keccakrng.o N 165
keccakrng.o N 171
keccakrng.o N 17b
keccakrng.o N 17f
keccakrng.o N 1a4
keccakrng.o N 1c3
keccakrng.o N 1d5
keccakrng.o N 1e5
keccakrng.o N 1f7
keccakrng.o N 208
keccakrng.o N 21b
keccakrng.o N 225
keccakrng.o N 22a
keccakrng.o N 22f
keccakrng.o N 246
keccakrng.o N 25
keccakrng.o N 251
keccakrng.o N 25a
keccakrng.o N 263
keccakrng.o N 277
keccakrng.o N 27c
keccakrng.o N 28b
keccakrng.o N 296
keccakrng.o N 29f
keccakrng.o N 2a7
keccakrng.o N 2ac
keccakrng.o N 2c0
keccakrng.o N 2d0
keccakrng.o N 2de
keccakrng.o N 2f2
keccakrng.o N 2f7
keccakrng.o N 2fb
keccakrng.o N 301
keccakrng.o N 303
keccakrng.o N 305
keccakrng.o N 30c
keccakrng.o N 31
keccakrng.o N 313
keccakrng.o N 31b
keccakrng.o N 322
keccakrng.o N 32d
keccakrng.o N f5
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 100
sign.o N 10b
sign.o N 119
sign.o N 12d
sign.o N 130
sign.o N 13b
sign.o N 152
sign.o N 15d
sign.o N 166
sign.o N 173
sign.o N 17f
sign.o N 181
sign.o N 18b
sign.o N 190
sign.o N 195
sign.o N 19e
sign.o N 1a2
sign.o N 1b6
sign.o N 1ca
sign.o N 1dc
sign.o N 1ee
sign.o N 1f8
sign.o N 20e
sign.o N 219
sign.o N 226
sign.o N 228
sign.o N 22d
sign.o N 23c
sign.o N 247
sign.o N 25
sign.o N 250
sign.o N 258
sign.o N 260
sign.o N 274
sign.o N 287
sign.o N 299
sign.o N 2af
sign.o N 2c
sign.o N 2c5
sign.o N 2cc
sign.o N 301
sign.o N 32e
sign.o N 360
sign.o N 362
sign.o N 369
sign.o N 36c
sign.o N 376
sign.o N 379
sign.o N 383
sign.o N 386
sign.o N 389
sign.o N 38e
sign.o N 390
sign.o N 397
sign.o N 3a1
sign.o N 3ab
sign.o N 3ae
sign.o N 3b1
sign.o N 3b7
sign.o N 3b9
sign.o N 3be
sign.o N 3c2
sign.o N 3c6
sign.o N 3cb
sign.o N f0
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 10b
Bitcontainer.o N 116
Bitcontainer.o N 11f
Bitcontainer.o N 132
Bitcontainer.o N 137
Bitcontainer.o N 145
Bitcontainer.o N 14a
Bitcontainer.o N 153
Bitcontainer.o N 157
Bitcontainer.o N 16c
Bitcontainer.o N 17c
Bitcontainer.o N 183
Bitcontainer.o N 189
Bitcontainer.o N 19d
Bitcontainer.o N 1a2
Bitcontainer.o N 1af
Bitcontainer.o N 1bb
Bitcontainer.o N 1c5
Bitcontainer.o N 1ea
Bitcontainer.o N 209
Bitcontainer.o N 21b
Bitcontainer.o N 22b
Bitcontainer.o N 23e
Bitcontainer.o N 249
Bitcontainer.o N 25
Bitcontainer.o N 256
Bitcontainer.o N 26a
Bitcontainer.o N 26c
Bitcontainer.o N 26f
Bitcontainer.o N 286
Bitcontainer.o N 29f
Bitcontainer.o N 2a3
Bitcontainer.o N 2aa
Bitcontainer.o N 2b2
Bitcontainer.o N 2cb
Bitcontainer.o N 2cd
Bitcontainer.o N 2d4
Bitcontainer.o N 2d6
Bitcontainer.o N 2db
Bitcontainer.o N 2dd
Bitcontainer.o N 2df
Bitcontainer.o N 2e6
Bitcontainer.o N 2ea
Bitcontainer.o N 2f4
Bitcontainer.o N 2f8
Bitcontainer.o N 2fc
Bitcontainer.o N 34
Bitcontainer.o N f4
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 10b
F16Field.o N 116
F16Field.o N 11f
F16Field.o N 133
F16Field.o N 143
F16Field.o N 14b
F16Field.o N 158
F16Field.o N 161
F16Field.o N 16a
F16Field.o N 17d
F16Field.o N 182
F16Field.o N 190
F16Field.o N 195
F16Field.o N 1ac
F16Field.o N 1b7
F16Field.o N 1c0
F16Field.o N 1c9
F16Field.o N 1cd
F16Field.o N 1e2
F16Field.o N 1e9
F16Field.o N 1eb
F16Field.o N 1f6
F16Field.o N 201
F16Field.o N 20d
F16Field.o N 20f
F16Field.o N 21b
F16Field.o N 220
F16Field.o N 222
F16Field.o N 231
F16Field.o N 23d
F16Field.o N 248
F16Field.o N 25
F16Field.o N 253
F16Field.o N 257
F16Field.o N 263
F16Field.o N 265
F16Field.o N 277
F16Field.o N 28b
F16Field.o N 298
F16Field.o N 2ad
F16Field.o N 2bf
F16Field.o N 2dd
F16Field.o N 2df
F16Field.o N 2e6
F16Field.o N 2e8
F16Field.o N 2ef
F16Field.o N 2f1
F16Field.o N 2f3
F16Field.o N 2f8
F16Field.o N 2ff
F16Field.o N 30
F16Field.o N 301
F16Field.o N 303
F16Field.o N 305
F16Field.o N 307
F16Field.o N 30a
F16Field.o N 30d
F16Field.o N 30f
F16Field.o N 311
F16Field.o N 315
F16Field.o N 317
F16Field.o N f0
F16Field.o N fc
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 106
F32Field.o N 10f
F32Field.o N 121
F32Field.o N 126
F32Field.o N 134
F32Field.o N 139
F32Field.o N 150
F32Field.o N 15b
F32Field.o N 164
F32Field.o N 16d
F32Field.o N 171
F32Field.o N 180
F32Field.o N 194
F32Field.o N 19f
F32Field.o N 1a2
F32Field.o N 1ad
F32Field.o N 1b6
F32Field.o N 1be
F32Field.o N 1c1
F32Field.o N 1c9
F32Field.o N 1cd
F32Field.o N 1d9
F32Field.o N 1e0
F32Field.o N 1eb
F32Field.o N 1fa
F32Field.o N 1fc
F32Field.o N 1fe
F32Field.o N 201
F32Field.o N 20c
F32Field.o N 21e
F32Field.o N 232
F32Field.o N 23f
F32Field.o N 246
F32Field.o N 25
F32Field.o N 258
F32Field.o N 264
F32Field.o N 26f
F32Field.o N 27a
F32Field.o N 27c
F32Field.o N 283
F32Field.o N 285
F32Field.o N 28c
F32Field.o N 28e
F32Field.o N 290
F32Field.o N 292
F32Field.o N 294
F32Field.o N 29a
F32Field.o N 29f
F32Field.o N 30
F32Field.o N f0
F32Field.o N fd
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 10c
F48Field.o N 117
F48Field.o N 120
F48Field.o N 128
F48Field.o N 13c
F48Field.o N 149
F48Field.o N 152
F48Field.o N 15b
F48Field.o N 16d
F48Field.o N 172
F48Field.o N 180
F48Field.o N 185
F48Field.o N 19c
F48Field.o N 1a7
F48Field.o N 1b0
F48Field.o N 1b9
F48Field.o N 1bd
F48Field.o N 1d1
F48Field.o N 1dc
F48Field.o N 1e1
F48Field.o N 1e9
F48Field.o N 1ec
F48Field.o N 1ef
F48Field.o N 1f2
F48Field.o N 1f6
F48Field.o N 202
F48Field.o N 209
F48Field.o N 214
F48Field.o N 232
F48Field.o N 23d
F48Field.o N 24f
F48Field.o N 25
F48Field.o N 263
F48Field.o N 270
F48Field.o N 277
F48Field.o N 283
F48Field.o N 295
F48Field.o N 2a0
F48Field.o N 2ab
F48Field.o N 2ad
F48Field.o N 2b4
F48Field.o N 2b6
F48Field.o N 2b8
F48Field.o N 2bf
F48Field.o N 2c1
F48Field.o N 2c4
F48Field.o N 2c7
F48Field.o N 2cd
F48Field.o N 2d1
F48Field.o N 2d3
F48Field.o N 2d5
F48Field.o N 30
F48Field.o N f0
F48Field.o N fd
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 10c
F64Field.o N 117
F64Field.o N 120
F64Field.o N 128
F64Field.o N 13c
F64Field.o N 144
F64Field.o N 151
F64Field.o N 15e
F64Field.o N 167
F64Field.o N 170
F64Field.o N 17b
F64Field.o N 17f
F64Field.o N 181
F64Field.o N 183
F64Field.o N 18e
F64Field.o N 191
F64Field.o N 194
F64Field.o N 197
F64Field.o N 19a
F64Field.o N 19e
F64Field.o N 1aa
F64Field.o N 1b1
F64Field.o N 1bc
F64Field.o N 1da
F64Field.o N 1e5
F64Field.o N 1f7
F64Field.o N 1fc
F64Field.o N 20a
F64Field.o N 20f
F64Field.o N 226
F64Field.o N 231
F64Field.o N 23a
F64Field.o N 243
F64Field.o N 25
F64Field.o N 257
F64Field.o N 264
F64Field.o N 26b
F64Field.o N 277
F64Field.o N 289
F64Field.o N 294
F64Field.o N 2a6
F64Field.o N 2ba
F64Field.o N 2bd
F64Field.o N 2c0
F64Field.o N 2c3
F64Field.o N 2c9
F64Field.o N 2cd
F64Field.o N 2cf
F64Field.o N 2d1
F64Field.o N 2d8
F64Field.o N 2da
F64Field.o N 2e1
F64Field.o N 2e3
F64Field.o N 30
F64Field.o N f0
F64Field.o N f8
F64Field.o N fd
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 10c
F80Field.o N 117
F80Field.o N 120
F80Field.o N 128
F80Field.o N 13c
F80Field.o N 144
F80Field.o N 151
F80Field.o N 15e
F80Field.o N 167
F80Field.o N 170
F80Field.o N 17b
F80Field.o N 17f
F80Field.o N 181
F80Field.o N 183
F80Field.o N 18e
F80Field.o N 191
F80Field.o N 194
F80Field.o N 197
F80Field.o N 19a
F80Field.o N 19d
F80Field.o N 1a1
F80Field.o N 1ad
F80Field.o N 1b4
F80Field.o N 1bf
F80Field.o N 1dd
F80Field.o N 1e8
F80Field.o N 1fa
F80Field.o N 1ff
F80Field.o N 20d
F80Field.o N 212
F80Field.o N 229
F80Field.o N 234
F80Field.o N 23d
F80Field.o N 246
F80Field.o N 25
F80Field.o N 25a
F80Field.o N 267
F80Field.o N 26e
F80Field.o N 27a
F80Field.o N 28c
F80Field.o N 297
F80Field.o N 2a9
F80Field.o N 2bd
F80Field.o N 2c2
F80Field.o N 2c4
F80Field.o N 2c6
F80Field.o N 2cc
F80Field.o N 2d0
F80Field.o N 2d2
F80Field.o N 2d4
F80Field.o N 2db
F80Field.o N 2dd
F80Field.o N 2e4
F80Field.o N 2e6
F80Field.o N 30
F80Field.o N f0
F80Field.o N f8
F80Field.o N fd
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 108
F8Field.o N 112
F8Field.o N 11a
F8Field.o N 12e
F8Field.o N 13d
F8Field.o N 14a
F8Field.o N 152
F8Field.o N 15a
F8Field.o N 161
F8Field.o N 174
F8Field.o N 179
F8Field.o N 17e
F8Field.o N 195
F8Field.o N 1a0
F8Field.o N 1a9
F8Field.o N 1b2
F8Field.o N 1b6
F8Field.o N 1cb
F8Field.o N 1d1
F8Field.o N 1d3
F8Field.o N 1dd
F8Field.o N 1ee
F8Field.o N 201
F8Field.o N 20d
F8Field.o N 218
F8Field.o N 222
F8Field.o N 224
F8Field.o N 22b
F8Field.o N 22d
F8Field.o N 234
F8Field.o N 25
F8Field.o N 2f
F8Field.o N ef
F8Field.o N fa
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 114
LUOV.o N 11f
LUOV.o N 128
LUOV.o N 13c
LUOV.o N 149
LUOV.o N 150
LUOV.o N 155
LUOV.o N 164
LUOV.o N 16f
LUOV.o N 178
LUOV.o N 180
LUOV.o N 188
LUOV.o N 190
LUOV.o N 19d
LUOV.o N 1a5
LUOV.o N 1aa
LUOV.o N 1b6
LUOV.o N 1c0
LUOV.o N 1c5
LUOV.o N 1d3
LUOV.o N 1d8
LUOV.o N 1e1
LUOV.o N 1e5
LUOV.o N 1f0
LUOV.o N 1fa
LUOV.o N 20e
LUOV.o N 215
LUOV.o N 21b
LUOV.o N 220
LUOV.o N 22c
LUOV.o N 236
LUOV.o N 25
LUOV.o N 25b
LUOV.o N 27a
LUOV.o N 28c
LUOV.o N 29c
LUOV.o N 2af
LUOV.o N 2c
LUOV.o N 2c8
LUOV.o N 2df
LUOV.o N 2f8
LUOV.o N 2fd
LUOV.o N 30f
LUOV.o N 323
LUOV.o N 336
LUOV.o N 33d
LUOV.o N 341
LUOV.o N 34d
LUOV.o N 359
LUOV.o N 360
LUOV.o N 368
LUOV.o N 376
LUOV.o N 389
LUOV.o N 394
LUOV.o N 399
LUOV.o N 39e
LUOV.o N 3a4
LUOV.o N 3b9
LUOV.o N 3cb
LUOV.o N 3df
LUOV.o N 3ee
LUOV.o N 404
LUOV.o N 416
LUOV.o N 427
LUOV.o N 435
LUOV.o N 43e
LUOV.o N 442
LUOV.o N 449
LUOV.o N 45d
LUOV.o N 461
LUOV.o N 476
LUOV.o N 486
LUOV.o N 491
LUOV.o N 4a5
LUOV.o N 4bb
LUOV.o N 4cd
LUOV.o N 4e1
LUOV.o N 4f7
LUOV.o N 509
LUOV.o N 51d
LUOV.o N 533
LUOV.o N 545
LUOV.o N 551
LUOV.o N 561
LUOV.o N 576
LUOV.o N 58c
LUOV.o N 59b
LUOV.o N 5a8
LUOV.o N 5aa
LUOV.o N 5b4
LUOV.o N 5c6
LUOV.o N 5cd
LUOV.o N 5cf
LUOV.o N 5d6
LUOV.o N 5d8
LUOV.o N 5df
LUOV.o N 5e2
LUOV.o N 5ee
LUOV.o N 5f0
LUOV.o N 5fa
LUOV.o N 605
LUOV.o N 608
LUOV.o N 60b
LUOV.o N 615
LUOV.o N 617
LUOV.o N 619
LUOV.o N 621
LUOV.o N 623
LUOV.o N 625
LUOV.o N 627
LUOV.o N 62b
LUOV.o N 63d
LUOV.o N 63f
LUOV.o N 646
LUOV.o N 649
LUOV.o N 64e
LUOV.o N 659
LUOV.o N 668
LUOV.o N 672
LUOV.o N 681
LUOV.o N ec
LUOV.o N f2
LUOV.o N fd
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 102
LinearAlgebra.o N 111
LinearAlgebra.o N 11c
LinearAlgebra.o N 125
LinearAlgebra.o N 12d
LinearAlgebra.o N 141
LinearAlgebra.o N 149
LinearAlgebra.o N 153
LinearAlgebra.o N 158
LinearAlgebra.o N 15c
LinearAlgebra.o N 161
LinearAlgebra.o N 167
LinearAlgebra.o N 16e
LinearAlgebra.o N 17b
LinearAlgebra.o N 17f
LinearAlgebra.o N 181
LinearAlgebra.o N 186
LinearAlgebra.o N 193
LinearAlgebra.o N 19f
LinearAlgebra.o N 1aa
LinearAlgebra.o N 1b1
LinearAlgebra.o N 1ba
LinearAlgebra.o N 1bc
LinearAlgebra.o N 1c1
LinearAlgebra.o N 1c6
LinearAlgebra.o N 1cb
LinearAlgebra.o N 1d4
LinearAlgebra.o N 1d8
LinearAlgebra.o N 1da
LinearAlgebra.o N 1e5
LinearAlgebra.o N 1f0
LinearAlgebra.o N 1ff
LinearAlgebra.o N 20b
LinearAlgebra.o N 211
LinearAlgebra.o N 225
LinearAlgebra.o N 237
LinearAlgebra.o N 23e
LinearAlgebra.o N 240
LinearAlgebra.o N 244
LinearAlgebra.o N 248
LinearAlgebra.o N 25
LinearAlgebra.o N 250
LinearAlgebra.o N 259
LinearAlgebra.o N 260
LinearAlgebra.o N 26a
LinearAlgebra.o N 26c
LinearAlgebra.o N 270
LinearAlgebra.o N 279
LinearAlgebra.o N 35
LinearAlgebra.o N f5
LinearAlgebra.o N fd
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 105
buffer.o N 110
buffer.o N 119
buffer.o N 122
buffer.o N 124
buffer.o N 129
buffer.o N 137
buffer.o N 13c
buffer.o N 145
buffer.o N 149
buffer.o N 150
buffer.o N 152
buffer.o N 15a
buffer.o N 15c
buffer.o N 163
buffer.o N 167
buffer.o N 17a
buffer.o N 17c
buffer.o N 181
buffer.o N 196
buffer.o N 19a
buffer.o N 1a4
buffer.o N 1ae
buffer.o N 1b9
buffer.o N 1bd
buffer.o N 25
buffer.o N 2e
buffer.o N ee
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 10d
intermediateValues.o N 122
intermediateValues.o N 136
intermediateValues.o N 14b
intermediateValues.o N 15b
intermediateValues.o N 163
intermediateValues.o N 168
intermediateValues.o N 177
intermediateValues.o N 182
intermediateValues.o N 18b
intermediateValues.o N 193
intermediateValues.o N 1a7
intermediateValues.o N 1af
intermediateValues.o N 1b1
intermediateValues.o N 1b6
intermediateValues.o N 1ba
intermediateValues.o N 1bf
intermediateValues.o N 1c5
intermediateValues.o N 1cc
intermediateValues.o N 1db
intermediateValues.o N 1df
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N fa
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 106
keccakrng.o N 10b
keccakrng.o N 117
keccakrng.o N 12e
keccakrng.o N 139
keccakrng.o N 142
keccakrng.o N 158
keccakrng.o N 15f
keccakrng.o N 165
keccakrng.o N 173
keccakrng.o N 187
keccakrng.o N 18c
keccakrng.o N 198
keccakrng.o N 1a2
keccakrng.o N 1a6
keccakrng.o N 1cb
keccakrng.o N 1ea
keccakrng.o N 1fc
keccakrng.o N 20c
keccakrng.o N 21e
keccakrng.o N 22f
keccakrng.o N 242
keccakrng.o N 24c
keccakrng.o N 25
keccakrng.o N 251
keccakrng.o N 256
keccakrng.o N 25f
keccakrng.o N 273
keccakrng.o N 278
keccakrng.o N 287
keccakrng.o N 292
keccakrng.o N 29b
keccakrng.o N 2a3
keccakrng.o N 2a8
keccakrng.o N 2bc
keccakrng.o N 2cc
keccakrng.o N 2da
keccakrng.o N 2ee
keccakrng.o N 2f3
keccakrng.o N 2f7
keccakrng.o N 302
keccakrng.o N 308
keccakrng.o N 30a
keccakrng.o N 31
keccakrng.o N 311
keccakrng.o N 318
keccakrng.o N 320
keccakrng.o N 327
keccakrng.o N f1
keccakrng.o N fe
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 107
sign.o N 115
sign.o N 129
sign.o N 12c
sign.o N 137
sign.o N 14e
sign.o N 159
sign.o N 162
sign.o N 16f
sign.o N 17b
sign.o N 17d
sign.o N 187
sign.o N 18c
sign.o N 191
sign.o N 19a
sign.o N 19e
sign.o N 1b2
sign.o N 1c6
sign.o N 1d8
sign.o N 1ea
sign.o N 1f4
sign.o N 20a
sign.o N 215
sign.o N 222
sign.o N 224
sign.o N 229
sign.o N 238
sign.o N 243
sign.o N 24c
sign.o N 25
sign.o N 254
sign.o N 25c
sign.o N 270
sign.o N 283
sign.o N 295
sign.o N 2ab
sign.o N 2c
sign.o N 2c1
sign.o N 2c8
sign.o N 2f8
sign.o N 320
sign.o N 34d
sign.o N 34f
sign.o N 356
sign.o N 359
sign.o N 363
sign.o N 366
sign.o N 370
sign.o N 373
sign.o N 376
sign.o N 37b
sign.o N 37d
sign.o N 384
sign.o N 38e
sign.o N 398
sign.o N 39b
sign.o N 3a0
sign.o N 3a2
sign.o N 3a8
sign.o N 3ab
sign.o N 3af
sign.o N 3b3
sign.o N 3b8
sign.o N ec
sign.o N fc
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 10b
Bitcontainer.o N 116
Bitcontainer.o N 11f
Bitcontainer.o N 132
Bitcontainer.o N 137
Bitcontainer.o N 145
Bitcontainer.o N 14a
Bitcontainer.o N 153
Bitcontainer.o N 157
Bitcontainer.o N 16c
Bitcontainer.o N 17c
Bitcontainer.o N 183
Bitcontainer.o N 189
Bitcontainer.o N 19d
Bitcontainer.o N 1a2
Bitcontainer.o N 1af
Bitcontainer.o N 1bb
Bitcontainer.o N 1c5
Bitcontainer.o N 1ea
Bitcontainer.o N 209
Bitcontainer.o N 21b
Bitcontainer.o N 22b
Bitcontainer.o N 23e
Bitcontainer.o N 249
Bitcontainer.o N 25
Bitcontainer.o N 256
Bitcontainer.o N 26a
Bitcontainer.o N 26c
Bitcontainer.o N 26f
Bitcontainer.o N 286
Bitcontainer.o N 29f
Bitcontainer.o N 2a3
Bitcontainer.o N 2aa
Bitcontainer.o N 2b2
Bitcontainer.o N 2cb
Bitcontainer.o N 2cd
Bitcontainer.o N 2d4
Bitcontainer.o N 2d6
Bitcontainer.o N 2db
Bitcontainer.o N 2dd
Bitcontainer.o N 2df
Bitcontainer.o N 2e6
Bitcontainer.o N 2ea
Bitcontainer.o N 2f4
Bitcontainer.o N 2f8
Bitcontainer.o N 2fc
Bitcontainer.o N 34
Bitcontainer.o N f4
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 10b
F16Field.o N 116
F16Field.o N 11f
F16Field.o N 133
F16Field.o N 143
F16Field.o N 14b
F16Field.o N 158
F16Field.o N 161
F16Field.o N 16a
F16Field.o N 17d
F16Field.o N 182
F16Field.o N 190
F16Field.o N 195
F16Field.o N 1ac
F16Field.o N 1b7
F16Field.o N 1c0
F16Field.o N 1c9
F16Field.o N 1cd
F16Field.o N 1e2
F16Field.o N 1e9
F16Field.o N 1eb
F16Field.o N 1f6
F16Field.o N 201
F16Field.o N 20d
F16Field.o N 20f
F16Field.o N 21b
F16Field.o N 220
F16Field.o N 222
F16Field.o N 231
F16Field.o N 23d
F16Field.o N 248
F16Field.o N 25
F16Field.o N 253
F16Field.o N 257
F16Field.o N 269
F16Field.o N 27d
F16Field.o N 28a
F16Field.o N 29f
F16Field.o N 2ab
F16Field.o N 2bd
F16Field.o N 2db
F16Field.o N 2dd
F16Field.o N 2e4
F16Field.o N 2e6
F16Field.o N 2ed
F16Field.o N 2ef
F16Field.o N 2f1
F16Field.o N 2f6
F16Field.o N 2fd
F16Field.o N 2ff
F16Field.o N 30
F16Field.o N 301
F16Field.o N 303
F16Field.o N 305
F16Field.o N 307
F16Field.o N 30a
F16Field.o N 30d
F16Field.o N 30f
F16Field.o N 311
F16Field.o N 315
F16Field.o N 317
F16Field.o N f0
F16Field.o N fc
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 106
F32Field.o N 10f
F32Field.o N 121
F32Field.o N 126
F32Field.o N 134
F32Field.o N 139
F32Field.o N 150
F32Field.o N 15b
F32Field.o N 164
F32Field.o N 16d
F32Field.o N 171
F32Field.o N 180
F32Field.o N 194
F32Field.o N 19f
F32Field.o N 1a2
F32Field.o N 1ad
F32Field.o N 1b6
F32Field.o N 1be
F32Field.o N 1c1
F32Field.o N 1c9
F32Field.o N 1cd
F32Field.o N 1d9
F32Field.o N 1e0
F32Field.o N 1eb
F32Field.o N 1fa
F32Field.o N 1fc
F32Field.o N 1fe
F32Field.o N 201
F32Field.o N 20c
F32Field.o N 21e
F32Field.o N 232
F32Field.o N 23f
F32Field.o N 246
F32Field.o N 25
F32Field.o N 258
F32Field.o N 264
F32Field.o N 26f
F32Field.o N 27a
F32Field.o N 27c
F32Field.o N 283
F32Field.o N 285
F32Field.o N 28c
F32Field.o N 28e
F32Field.o N 290
F32Field.o N 292
F32Field.o N 294
F32Field.o N 29a
F32Field.o N 29f
F32Field.o N 30
F32Field.o N f0
F32Field.o N fd
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 10c
F48Field.o N 117
F48Field.o N 120
F48Field.o N 128
F48Field.o N 13c
F48Field.o N 149
F48Field.o N 152
F48Field.o N 15b
F48Field.o N 16d
F48Field.o N 172
F48Field.o N 180
F48Field.o N 185
F48Field.o N 19c
F48Field.o N 1a7
F48Field.o N 1b0
F48Field.o N 1b9
F48Field.o N 1bd
F48Field.o N 1d1
F48Field.o N 1dc
F48Field.o N 1e1
F48Field.o N 1e9
F48Field.o N 1ec
F48Field.o N 1ef
F48Field.o N 1f2
F48Field.o N 1f6
F48Field.o N 202
F48Field.o N 209
F48Field.o N 214
F48Field.o N 232
F48Field.o N 23d
F48Field.o N 24f
F48Field.o N 25
F48Field.o N 263
F48Field.o N 270
F48Field.o N 277
F48Field.o N 283
F48Field.o N 295
F48Field.o N 2a0
F48Field.o N 2ab
F48Field.o N 2ad
F48Field.o N 2b4
F48Field.o N 2b6
F48Field.o N 2b8
F48Field.o N 2bf
F48Field.o N 2c1
F48Field.o N 2c4
F48Field.o N 2c7
F48Field.o N 2cd
F48Field.o N 2d1
F48Field.o N 2d3
F48Field.o N 2d5
F48Field.o N 30
F48Field.o N f0
F48Field.o N fd
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 10c
F64Field.o N 117
F64Field.o N 120
F64Field.o N 128
F64Field.o N 13c
F64Field.o N 144
F64Field.o N 151
F64Field.o N 15e
F64Field.o N 167
F64Field.o N 170
F64Field.o N 17b
F64Field.o N 17f
F64Field.o N 181
F64Field.o N 183
F64Field.o N 18e
F64Field.o N 191
F64Field.o N 194
F64Field.o N 197
F64Field.o N 19a
F64Field.o N 19e
F64Field.o N 1aa
F64Field.o N 1b1
F64Field.o N 1bc
F64Field.o N 1da
F64Field.o N 1e5
F64Field.o N 1f7
F64Field.o N 1fc
F64Field.o N 20a
F64Field.o N 20f
F64Field.o N 226
F64Field.o N 231
F64Field.o N 23a
F64Field.o N 243
F64Field.o N 25
F64Field.o N 257
F64Field.o N 264
F64Field.o N 26b
F64Field.o N 277
F64Field.o N 289
F64Field.o N 294
F64Field.o N 2a6
F64Field.o N 2ba
F64Field.o N 2bd
F64Field.o N 2c0
F64Field.o N 2c3
F64Field.o N 2c9
F64Field.o N 2cd
F64Field.o N 2cf
F64Field.o N 2d1
F64Field.o N 2d8
F64Field.o N 2da
F64Field.o N 2e1
F64Field.o N 2e3
F64Field.o N 30
F64Field.o N f0
F64Field.o N f8
F64Field.o N fd
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 10c
F80Field.o N 117
F80Field.o N 120
F80Field.o N 128
F80Field.o N 13c
F80Field.o N 144
F80Field.o N 151
F80Field.o N 15e
F80Field.o N 167
F80Field.o N 170
F80Field.o N 17b
F80Field.o N 17f
F80Field.o N 181
F80Field.o N 183
F80Field.o N 18e
F80Field.o N 191
F80Field.o N 194
F80Field.o N 197
F80Field.o N 19a
F80Field.o N 19d
F80Field.o N 1a1
F80Field.o N 1ad
F80Field.o N 1b4
F80Field.o N 1bf
F80Field.o N 1dd
F80Field.o N 1e8
F80Field.o N 1fa
F80Field.o N 1ff
F80Field.o N 20d
F80Field.o N 212
F80Field.o N 229
F80Field.o N 234
F80Field.o N 23d
F80Field.o N 246
F80Field.o N 25
F80Field.o N 25a
F80Field.o N 267
F80Field.o N 26e
F80Field.o N 27a
F80Field.o N 28c
F80Field.o N 297
F80Field.o N 2a9
F80Field.o N 2bd
F80Field.o N 2bf
F80Field.o N 2c4
F80Field.o N 2c6
F80Field.o N 2cc
F80Field.o N 2d0
F80Field.o N 2d2
F80Field.o N 2d4
F80Field.o N 2db
F80Field.o N 2dd
F80Field.o N 2e4
F80Field.o N 2e6
F80Field.o N 30
F80Field.o N f0
F80Field.o N f8
F80Field.o N fd
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 108
F8Field.o N 112
F8Field.o N 11a
F8Field.o N 12e
F8Field.o N 13d
F8Field.o N 14a
F8Field.o N 152
F8Field.o N 15a
F8Field.o N 161
F8Field.o N 174
F8Field.o N 179
F8Field.o N 17e
F8Field.o N 195
F8Field.o N 1a0
F8Field.o N 1a9
F8Field.o N 1b2
F8Field.o N 1b6
F8Field.o N 1cb
F8Field.o N 1d1
F8Field.o N 1d3
F8Field.o N 1dd
F8Field.o N 1ee
F8Field.o N 201
F8Field.o N 20d
F8Field.o N 218
F8Field.o N 222
F8Field.o N 224
F8Field.o N 22b
F8Field.o N 22d
F8Field.o N 234
F8Field.o N 25
F8Field.o N 2f
F8Field.o N ef
F8Field.o N fa
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 114
LUOV.o N 11f
LUOV.o N 128
LUOV.o N 13c
LUOV.o N 149
LUOV.o N 150
LUOV.o N 155
LUOV.o N 164
LUOV.o N 16f
LUOV.o N 178
LUOV.o N 180
LUOV.o N 188
LUOV.o N 190
LUOV.o N 19d
LUOV.o N 1a5
LUOV.o N 1aa
LUOV.o N 1b6
LUOV.o N 1c0
LUOV.o N 1c5
LUOV.o N 1d3
LUOV.o N 1d8
LUOV.o N 1e1
LUOV.o N 1e5
LUOV.o N 1f0
LUOV.o N 1fa
LUOV.o N 20e
LUOV.o N 215
LUOV.o N 21b
LUOV.o N 220
LUOV.o N 22c
LUOV.o N 236
LUOV.o N 25
LUOV.o N 25b
LUOV.o N 27a
LUOV.o N 28c
LUOV.o N 29c
LUOV.o N 2af
LUOV.o N 2c
LUOV.o N 2c8
LUOV.o N 2df
LUOV.o N 2f8
LUOV.o N 2fd
LUOV.o N 30f
LUOV.o N 323
LUOV.o N 336
LUOV.o N 33d
LUOV.o N 341
LUOV.o N 34d
LUOV.o N 359
LUOV.o N 360
LUOV.o N 368
LUOV.o N 376
LUOV.o N 389
LUOV.o N 394
LUOV.o N 399
LUOV.o N 39e
LUOV.o N 3a4
LUOV.o N 3b9
LUOV.o N 3cb
LUOV.o N 3df
LUOV.o N 3ee
LUOV.o N 404
LUOV.o N 416
LUOV.o N 427
LUOV.o N 435
LUOV.o N 43e
LUOV.o N 442
LUOV.o N 449
LUOV.o N 45d
LUOV.o N 461
LUOV.o N 476
LUOV.o N 486
LUOV.o N 491
LUOV.o N 4a5
LUOV.o N 4bb
LUOV.o N 4cd
LUOV.o N 4e1
LUOV.o N 4f7
LUOV.o N 509
LUOV.o N 51d
LUOV.o N 533
LUOV.o N 545
LUOV.o N 551
LUOV.o N 561
LUOV.o N 576
LUOV.o N 58c
LUOV.o N 59b
LUOV.o N 5a8
LUOV.o N 5aa
LUOV.o N 5b4
LUOV.o N 5c6
LUOV.o N 5cd
LUOV.o N 5cf
LUOV.o N 5d6
LUOV.o N 5d8
LUOV.o N 5df
LUOV.o N 5e2
LUOV.o N 5ee
LUOV.o N 5f0
LUOV.o N 5fa
LUOV.o N 605
LUOV.o N 608
LUOV.o N 60b
LUOV.o N 615
LUOV.o N 617
LUOV.o N 619
LUOV.o N 621
LUOV.o N 623
LUOV.o N 625
LUOV.o N 627
LUOV.o N 62b
LUOV.o N 63d
LUOV.o N 63f
LUOV.o N 646
LUOV.o N 649
LUOV.o N 64e
LUOV.o N 659
LUOV.o N 668
LUOV.o N 672
LUOV.o N 681
LUOV.o N ec
LUOV.o N f2
LUOV.o N fd
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 102
LinearAlgebra.o N 111
LinearAlgebra.o N 11c
LinearAlgebra.o N 125
LinearAlgebra.o N 12d
LinearAlgebra.o N 141
LinearAlgebra.o N 149
LinearAlgebra.o N 153
LinearAlgebra.o N 158
LinearAlgebra.o N 15c
LinearAlgebra.o N 161
LinearAlgebra.o N 167
LinearAlgebra.o N 16e
LinearAlgebra.o N 17b
LinearAlgebra.o N 17f
LinearAlgebra.o N 181
LinearAlgebra.o N 186
LinearAlgebra.o N 193
LinearAlgebra.o N 19f
LinearAlgebra.o N 1aa
LinearAlgebra.o N 1b1
LinearAlgebra.o N 1ba
LinearAlgebra.o N 1bc
LinearAlgebra.o N 1c1
LinearAlgebra.o N 1c6
LinearAlgebra.o N 1cb
LinearAlgebra.o N 1d4
LinearAlgebra.o N 1d8
LinearAlgebra.o N 1da
LinearAlgebra.o N 1e0
LinearAlgebra.o N 1e8
LinearAlgebra.o N 1f2
LinearAlgebra.o N 1fb
LinearAlgebra.o N 202
LinearAlgebra.o N 204
LinearAlgebra.o N 206
LinearAlgebra.o N 211
LinearAlgebra.o N 21c
LinearAlgebra.o N 22b
LinearAlgebra.o N 237
LinearAlgebra.o N 24b
LinearAlgebra.o N 25
LinearAlgebra.o N 25d
LinearAlgebra.o N 264
LinearAlgebra.o N 268
LinearAlgebra.o N 26c
LinearAlgebra.o N 270
LinearAlgebra.o N 279
LinearAlgebra.o N 35
LinearAlgebra.o N f5
LinearAlgebra.o N fd
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 105
buffer.o N 110
buffer.o N 119
buffer.o N 122
buffer.o N 124
buffer.o N 129
buffer.o N 137
buffer.o N 13c
buffer.o N 145
buffer.o N 149
buffer.o N 150
buffer.o N 152
buffer.o N 15a
buffer.o N 15c
buffer.o N 163
buffer.o N 167
buffer.o N 17a
buffer.o N 17c
buffer.o N 181
buffer.o N 196
buffer.o N 19a
buffer.o N 1a4
buffer.o N 1ae
buffer.o N 1b9
buffer.o N 1bd
buffer.o N 25
buffer.o N 2e
buffer.o N ee
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 10d
intermediateValues.o N 122
intermediateValues.o N 136
intermediateValues.o N 14b
intermediateValues.o N 15b
intermediateValues.o N 163
intermediateValues.o N 168
intermediateValues.o N 177
intermediateValues.o N 182
intermediateValues.o N 18b
intermediateValues.o N 193
intermediateValues.o N 1a7
intermediateValues.o N 1af
intermediateValues.o N 1b1
intermediateValues.o N 1b6
intermediateValues.o N 1ba
intermediateValues.o N 1bf
intermediateValues.o N 1c5
intermediateValues.o N 1cc
intermediateValues.o N 1db
intermediateValues.o N 1df
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N fa
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 106
keccakrng.o N 10b
keccakrng.o N 117
keccakrng.o N 12e
keccakrng.o N 139
keccakrng.o N 142
keccakrng.o N 158
keccakrng.o N 15f
keccakrng.o N 165
keccakrng.o N 173
keccakrng.o N 187
keccakrng.o N 18c
keccakrng.o N 198
keccakrng.o N 1a2
keccakrng.o N 1a6
keccakrng.o N 1cb
keccakrng.o N 1ea
keccakrng.o N 1fc
keccakrng.o N 20c
keccakrng.o N 21e
keccakrng.o N 22f
keccakrng.o N 242
keccakrng.o N 24c
keccakrng.o N 25
keccakrng.o N 251
keccakrng.o N 256
keccakrng.o N 25f
keccakrng.o N 273
keccakrng.o N 278
keccakrng.o N 287
keccakrng.o N 292
keccakrng.o N 29b
keccakrng.o N 2a3
keccakrng.o N 2a8
keccakrng.o N 2bc
keccakrng.o N 2cc
keccakrng.o N 2da
keccakrng.o N 2ee
keccakrng.o N 2f3
keccakrng.o N 2f7
keccakrng.o N 302
keccakrng.o N 308
keccakrng.o N 30a
keccakrng.o N 31
keccakrng.o N 311
keccakrng.o N 318
keccakrng.o N 320
keccakrng.o N 327
keccakrng.o N f1
keccakrng.o N fe
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 107
sign.o N 115
sign.o N 129
sign.o N 12c
sign.o N 137
sign.o N 14e
sign.o N 159
sign.o N 162
sign.o N 16f
sign.o N 17b
sign.o N 17d
sign.o N 187
sign.o N 18c
sign.o N 191
sign.o N 19a
sign.o N 19e
sign.o N 1b2
sign.o N 1c6
sign.o N 1d8
sign.o N 1ea
sign.o N 1f4
sign.o N 20a
sign.o N 215
sign.o N 222
sign.o N 224
sign.o N 229
sign.o N 238
sign.o N 243
sign.o N 24c
sign.o N 25
sign.o N 254
sign.o N 25c
sign.o N 270
sign.o N 283
sign.o N 295
sign.o N 2ab
sign.o N 2c
sign.o N 2c1
sign.o N 2c8
sign.o N 2f8
sign.o N 320
sign.o N 34d
sign.o N 34f
sign.o N 356
sign.o N 359
sign.o N 363
sign.o N 366
sign.o N 370
sign.o N 373
sign.o N 376
sign.o N 37b
sign.o N 37d
sign.o N 384
sign.o N 38e
sign.o N 398
sign.o N 39b
sign.o N 3a0
sign.o N 3a2
sign.o N 3a8
sign.o N 3ab
sign.o N 3af
sign.o N 3b3
sign.o N 3b8
sign.o N ec
sign.o N fc
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 10a
Bitcontainer.o N 115
Bitcontainer.o N 11e
Bitcontainer.o N 131
Bitcontainer.o N 136
Bitcontainer.o N 144
Bitcontainer.o N 149
Bitcontainer.o N 152
Bitcontainer.o N 156
Bitcontainer.o N 16b
Bitcontainer.o N 17b
Bitcontainer.o N 182
Bitcontainer.o N 188
Bitcontainer.o N 19c
Bitcontainer.o N 1a1
Bitcontainer.o N 1ae
Bitcontainer.o N 1ba
Bitcontainer.o N 1c4
Bitcontainer.o N 1e9
Bitcontainer.o N 208
Bitcontainer.o N 21a
Bitcontainer.o N 22a
Bitcontainer.o N 241
Bitcontainer.o N 25
Bitcontainer.o N 25a
Bitcontainer.o N 265
Bitcontainer.o N 272
Bitcontainer.o N 276
Bitcontainer.o N 289
Bitcontainer.o N 290
Bitcontainer.o N 298
Bitcontainer.o N 2b1
Bitcontainer.o N 2b3
Bitcontainer.o N 2ba
Bitcontainer.o N 2bc
Bitcontainer.o N 2c1
Bitcontainer.o N 2c3
Bitcontainer.o N 2c5
Bitcontainer.o N 2cc
Bitcontainer.o N 2d0
Bitcontainer.o N 2d3
Bitcontainer.o N 2d5
Bitcontainer.o N 2e9
Bitcontainer.o N 2f3
Bitcontainer.o N 2f7
Bitcontainer.o N 2fb
Bitcontainer.o N 34
Bitcontainer.o N f3
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 10a
F16Field.o N 115
F16Field.o N 11e
F16Field.o N 132
F16Field.o N 142
F16Field.o N 14a
F16Field.o N 157
F16Field.o N 160
F16Field.o N 169
F16Field.o N 17c
F16Field.o N 181
F16Field.o N 18f
F16Field.o N 194
F16Field.o N 1ab
F16Field.o N 1b6
F16Field.o N 1bf
F16Field.o N 1c8
F16Field.o N 1cc
F16Field.o N 1e1
F16Field.o N 1f3
F16Field.o N 207
F16Field.o N 214
F16Field.o N 220
F16Field.o N 22b
F16Field.o N 232
F16Field.o N 23d
F16Field.o N 25
F16Field.o N 252
F16Field.o N 261
F16Field.o N 26d
F16Field.o N 278
F16Field.o N 284
F16Field.o N 28f
F16Field.o N 29b
F16Field.o N 2ad
F16Field.o N 2cb
F16Field.o N 2cd
F16Field.o N 2d4
F16Field.o N 2d6
F16Field.o N 2d8
F16Field.o N 2df
F16Field.o N 2e1
F16Field.o N 2e3
F16Field.o N 2e5
F16Field.o N 2e7
F16Field.o N 2ec
F16Field.o N 2f3
F16Field.o N 2f5
F16Field.o N 2f9
F16Field.o N 2fe
F16Field.o N 30
F16Field.o N 300
F16Field.o N 302
F16Field.o N 304
F16Field.o N 306
F16Field.o N 308
F16Field.o N 30a
F16Field.o N 30d
F16Field.o N 310
F16Field.o N 312
F16Field.o N 314
F16Field.o N ef
F16Field.o N fb
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 105
F32Field.o N 10e
F32Field.o N 120
F32Field.o N 125
F32Field.o N 133
F32Field.o N 138
F32Field.o N 14f
F32Field.o N 15a
F32Field.o N 163
F32Field.o N 16c
F32Field.o N 170
F32Field.o N 17f
F32Field.o N 193
F32Field.o N 19f
F32Field.o N 1a6
F32Field.o N 1b1
F32Field.o N 1bc
F32Field.o N 1c7
F32Field.o N 1ca
F32Field.o N 1d5
F32Field.o N 1de
F32Field.o N 1e6
F32Field.o N 1e9
F32Field.o N 1f1
F32Field.o N 203
F32Field.o N 217
F32Field.o N 224
F32Field.o N 22b
F32Field.o N 23a
F32Field.o N 24c
F32Field.o N 25
F32Field.o N 258
F32Field.o N 263
F32Field.o N 26e
F32Field.o N 272
F32Field.o N 274
F32Field.o N 27b
F32Field.o N 27d
F32Field.o N 27f
F32Field.o N 286
F32Field.o N 288
F32Field.o N 28b
F32Field.o N 28d
F32Field.o N 28f
F32Field.o N 291
F32Field.o N 293
F32Field.o N 299
F32Field.o N 29e
F32Field.o N 30
F32Field.o N ef
F32Field.o N fc
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 10b
F48Field.o N 116
F48Field.o N 11f
F48Field.o N 127
F48Field.o N 13b
F48Field.o N 148
F48Field.o N 151
F48Field.o N 15a
F48Field.o N 16c
F48Field.o N 171
F48Field.o N 17f
F48Field.o N 184
F48Field.o N 19b
F48Field.o N 1a6
F48Field.o N 1af
F48Field.o N 1b8
F48Field.o N 1bc
F48Field.o N 1d0
F48Field.o N 1dc
F48Field.o N 1e3
F48Field.o N 1ee
F48Field.o N 20c
F48Field.o N 217
F48Field.o N 222
F48Field.o N 227
F48Field.o N 22f
F48Field.o N 241
F48Field.o N 25
F48Field.o N 255
F48Field.o N 262
F48Field.o N 269
F48Field.o N 275
F48Field.o N 287
F48Field.o N 292
F48Field.o N 29d
F48Field.o N 2a0
F48Field.o N 2a3
F48Field.o N 2a6
F48Field.o N 2aa
F48Field.o N 2ac
F48Field.o N 2b3
F48Field.o N 2b5
F48Field.o N 2b7
F48Field.o N 2be
F48Field.o N 2c0
F48Field.o N 2c3
F48Field.o N 2c6
F48Field.o N 2cc
F48Field.o N 2d0
F48Field.o N 2d2
F48Field.o N 2d4
F48Field.o N 30
F48Field.o N ef
F48Field.o N fc
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 10b
F64Field.o N 116
F64Field.o N 11f
F64Field.o N 127
F64Field.o N 13b
F64Field.o N 143
F64Field.o N 150
F64Field.o N 15d
F64Field.o N 166
F64Field.o N 16f
F64Field.o N 17b
F64Field.o N 182
F64Field.o N 18d
F64Field.o N 1ab
F64Field.o N 1b6
F64Field.o N 1c8
F64Field.o N 1cd
F64Field.o N 1db
F64Field.o N 1e0
F64Field.o N 1f7
F64Field.o N 202
F64Field.o N 20b
F64Field.o N 214
F64Field.o N 218
F64Field.o N 22c
F64Field.o N 237
F64Field.o N 244
F64Field.o N 24f
F64Field.o N 25
F64Field.o N 256
F64Field.o N 262
F64Field.o N 274
F64Field.o N 27f
F64Field.o N 291
F64Field.o N 2a5
F64Field.o N 2a8
F64Field.o N 2ab
F64Field.o N 2ae
F64Field.o N 2b2
F64Field.o N 2b5
F64Field.o N 2b7
F64Field.o N 2b9
F64Field.o N 2bc
F64Field.o N 2bf
F64Field.o N 2c2
F64Field.o N 2c8
F64Field.o N 2cc
F64Field.o N 2ce
F64Field.o N 2d0
F64Field.o N 2d7
F64Field.o N 2d9
F64Field.o N 2e0
F64Field.o N 2e2
F64Field.o N 30
F64Field.o N ef
F64Field.o N f7
F64Field.o N fc
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 10b
F80Field.o N 116
F80Field.o N 11f
F80Field.o N 127
F80Field.o N 13b
F80Field.o N 143
F80Field.o N 150
F80Field.o N 15d
F80Field.o N 166
F80Field.o N 16f
F80Field.o N 17b
F80Field.o N 182
F80Field.o N 18d
F80Field.o N 1ab
F80Field.o N 1b6
F80Field.o N 1c8
F80Field.o N 1cd
F80Field.o N 1db
F80Field.o N 1e0
F80Field.o N 1f7
F80Field.o N 202
F80Field.o N 20b
F80Field.o N 214
F80Field.o N 218
F80Field.o N 22c
F80Field.o N 237
F80Field.o N 244
F80Field.o N 24f
F80Field.o N 25
F80Field.o N 256
F80Field.o N 262
F80Field.o N 274
F80Field.o N 27f
F80Field.o N 291
F80Field.o N 2a5
F80Field.o N 2a8
F80Field.o N 2ab
F80Field.o N 2ae
F80Field.o N 2b2
F80Field.o N 2b5
F80Field.o N 2b8
F80Field.o N 2ba
F80Field.o N 2bc
F80Field.o N 2c1
F80Field.o N 2c3
F80Field.o N 2c5
F80Field.o N 2cb
F80Field.o N 2cf
F80Field.o N 2d1
F80Field.o N 2d3
F80Field.o N 2da
F80Field.o N 2dc
F80Field.o N 2e3
F80Field.o N 2e5
F80Field.o N 30
F80Field.o N ef
F80Field.o N f7
F80Field.o N fc
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 107
F8Field.o N 111
F8Field.o N 119
F8Field.o N 12d
F8Field.o N 13c
F8Field.o N 149
F8Field.o N 151
F8Field.o N 159
F8Field.o N 160
F8Field.o N 173
F8Field.o N 178
F8Field.o N 17d
F8Field.o N 194
F8Field.o N 19f
F8Field.o N 1a8
F8Field.o N 1b1
F8Field.o N 1b5
F8Field.o N 1ca
F8Field.o N 1db
F8Field.o N 1ee
F8Field.o N 1fa
F8Field.o N 205
F8Field.o N 20f
F8Field.o N 215
F8Field.o N 21f
F8Field.o N 221
F8Field.o N 228
F8Field.o N 22a
F8Field.o N 22c
F8Field.o N 233
F8Field.o N 25
F8Field.o N 2f
F8Field.o N ee
F8Field.o N f9
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 113
LUOV.o N 11e
LUOV.o N 127
LUOV.o N 13b
LUOV.o N 148
LUOV.o N 14f
LUOV.o N 154
LUOV.o N 163
LUOV.o N 16e
LUOV.o N 177
LUOV.o N 17f
LUOV.o N 187
LUOV.o N 18f
LUOV.o N 19c
LUOV.o N 1a4
LUOV.o N 1a9
LUOV.o N 1b5
LUOV.o N 1bf
LUOV.o N 1c4
LUOV.o N 1d2
LUOV.o N 1d7
LUOV.o N 1e0
LUOV.o N 1e4
LUOV.o N 1ef
LUOV.o N 1f9
LUOV.o N 20d
LUOV.o N 214
LUOV.o N 21a
LUOV.o N 21f
LUOV.o N 22b
LUOV.o N 235
LUOV.o N 25
LUOV.o N 25a
LUOV.o N 279
LUOV.o N 28b
LUOV.o N 29b
LUOV.o N 2ae
LUOV.o N 2c
LUOV.o N 2c7
LUOV.o N 2de
LUOV.o N 2f7
LUOV.o N 2fc
LUOV.o N 30e
LUOV.o N 322
LUOV.o N 335
LUOV.o N 33c
LUOV.o N 340
LUOV.o N 34c
LUOV.o N 358
LUOV.o N 35f
LUOV.o N 367
LUOV.o N 375
LUOV.o N 388
LUOV.o N 393
LUOV.o N 398
LUOV.o N 39d
LUOV.o N 3a3
LUOV.o N 3b8
LUOV.o N 3ca
LUOV.o N 3de
LUOV.o N 3ed
LUOV.o N 403
LUOV.o N 415
LUOV.o N 426
LUOV.o N 43b
LUOV.o N 44b
LUOV.o N 456
LUOV.o N 46a
LUOV.o N 480
LUOV.o N 492
LUOV.o N 4a6
LUOV.o N 4bc
LUOV.o N 4ce
LUOV.o N 4e2
LUOV.o N 4f8
LUOV.o N 50a
LUOV.o N 516
LUOV.o N 526
LUOV.o N 53b
LUOV.o N 551
LUOV.o N 55f
LUOV.o N 56e
LUOV.o N 57b
LUOV.o N 57d
LUOV.o N 587
LUOV.o N 599
LUOV.o N 5a0
LUOV.o N 5a2
LUOV.o N 5a9
LUOV.o N 5ab
LUOV.o N 5b2
LUOV.o N 5b5
LUOV.o N 5c1
LUOV.o N 5c3
LUOV.o N 5cd
LUOV.o N 5e1
LUOV.o N 5ec
LUOV.o N 5ef
LUOV.o N 5f2
LUOV.o N 5fc
LUOV.o N 5fe
LUOV.o N 600
LUOV.o N 608
LUOV.o N 60a
LUOV.o N 60c
LUOV.o N 60e
LUOV.o N 612
LUOV.o N 624
LUOV.o N 62b
LUOV.o N 62d
LUOV.o N 634
LUOV.o N 637
LUOV.o N 63c
LUOV.o N 647
LUOV.o N 656
LUOV.o N 660
LUOV.o N 66f
LUOV.o N 678
LUOV.o N 67c
LUOV.o N 680
LUOV.o N eb
LUOV.o N f1
LUOV.o N fc
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 101
LinearAlgebra.o N 110
LinearAlgebra.o N 11b
LinearAlgebra.o N 124
LinearAlgebra.o N 12c
LinearAlgebra.o N 140
LinearAlgebra.o N 148
LinearAlgebra.o N 14d
LinearAlgebra.o N 15a
LinearAlgebra.o N 166
LinearAlgebra.o N 171
LinearAlgebra.o N 175
LinearAlgebra.o N 17c
LinearAlgebra.o N 187
LinearAlgebra.o N 191
LinearAlgebra.o N 196
LinearAlgebra.o N 19b
LinearAlgebra.o N 1a1
LinearAlgebra.o N 1a8
LinearAlgebra.o N 1b3
LinearAlgebra.o N 1c2
LinearAlgebra.o N 1ce
LinearAlgebra.o N 1d7
LinearAlgebra.o N 1e0
LinearAlgebra.o N 1e6
LinearAlgebra.o N 1fa
LinearAlgebra.o N 20c
LinearAlgebra.o N 219
LinearAlgebra.o N 21d
LinearAlgebra.o N 21f
LinearAlgebra.o N 226
LinearAlgebra.o N 228
LinearAlgebra.o N 22c
LinearAlgebra.o N 230
LinearAlgebra.o N 235
LinearAlgebra.o N 23a
LinearAlgebra.o N 23c
LinearAlgebra.o N 241
LinearAlgebra.o N 245
LinearAlgebra.o N 247
LinearAlgebra.o N 24f
LinearAlgebra.o N 25
LinearAlgebra.o N 258
LinearAlgebra.o N 25f
LinearAlgebra.o N 269
LinearAlgebra.o N 26b
LinearAlgebra.o N 26f
LinearAlgebra.o N 278
LinearAlgebra.o N 35
LinearAlgebra.o N f4
LinearAlgebra.o N fc
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 104
buffer.o N 10f
buffer.o N 118
buffer.o N 121
buffer.o N 129
buffer.o N 137
buffer.o N 14a
buffer.o N 15f
buffer.o N 169
buffer.o N 16e
buffer.o N 173
buffer.o N 17c
buffer.o N 180
buffer.o N 187
buffer.o N 191
buffer.o N 198
buffer.o N 1a3
buffer.o N 1a5
buffer.o N 1a7
buffer.o N 1a9
buffer.o N 1ad
buffer.o N 1af
buffer.o N 1b4
buffer.o N 1b8
buffer.o N 1bc
buffer.o N 25
buffer.o N 2e
buffer.o N ed
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 10c
intermediateValues.o N 121
intermediateValues.o N 135
intermediateValues.o N 14a
intermediateValues.o N 15a
intermediateValues.o N 162
intermediateValues.o N 167
intermediateValues.o N 176
intermediateValues.o N 181
intermediateValues.o N 18a
intermediateValues.o N 192
intermediateValues.o N 1a6
intermediateValues.o N 1ae
intermediateValues.o N 1b0
intermediateValues.o N 1b5
intermediateValues.o N 1b9
intermediateValues.o N 1be
intermediateValues.o N 1c4
intermediateValues.o N 1cb
intermediateValues.o N 1da
intermediateValues.o N 1de
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N f9
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 105
keccakrng.o N 10a
keccakrng.o N 116
keccakrng.o N 12d
keccakrng.o N 138
keccakrng.o N 141
keccakrng.o N 157
keccakrng.o N 15e
keccakrng.o N 164
keccakrng.o N 172
keccakrng.o N 186
keccakrng.o N 18b
keccakrng.o N 197
keccakrng.o N 1a1
keccakrng.o N 1a5
keccakrng.o N 1ca
keccakrng.o N 1e9
keccakrng.o N 1fb
keccakrng.o N 20b
keccakrng.o N 21d
keccakrng.o N 22e
keccakrng.o N 241
keccakrng.o N 24b
keccakrng.o N 25
keccakrng.o N 250
keccakrng.o N 255
keccakrng.o N 25e
keccakrng.o N 272
keccakrng.o N 277
keccakrng.o N 286
keccakrng.o N 291
keccakrng.o N 29a
keccakrng.o N 2a2
keccakrng.o N 2a7
keccakrng.o N 2bb
keccakrng.o N 2cb
keccakrng.o N 2d9
keccakrng.o N 2ed
keccakrng.o N 2f2
keccakrng.o N 2f6
keccakrng.o N 301
keccakrng.o N 307
keccakrng.o N 309
keccakrng.o N 31
keccakrng.o N 310
keccakrng.o N 317
keccakrng.o N 31f
keccakrng.o N 326
keccakrng.o N f0
keccakrng.o N fd
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 106
sign.o N 114
sign.o N 128
sign.o N 12b
sign.o N 136
sign.o N 14d
sign.o N 158
sign.o N 161
sign.o N 16e
sign.o N 17a
sign.o N 17c
sign.o N 186
sign.o N 18b
sign.o N 190
sign.o N 199
sign.o N 19d
sign.o N 1b1
sign.o N 1c5
sign.o N 1d7
sign.o N 1e9
sign.o N 1f3
sign.o N 209
sign.o N 214
sign.o N 221
sign.o N 223
sign.o N 228
sign.o N 237
sign.o N 242
sign.o N 24b
sign.o N 25
sign.o N 253
sign.o N 25b
sign.o N 26f
sign.o N 282
sign.o N 294
sign.o N 2aa
sign.o N 2c
sign.o N 2c0
sign.o N 2c7
sign.o N 2f7
sign.o N 31f
sign.o N 34c
sign.o N 34e
sign.o N 355
sign.o N 358
sign.o N 362
sign.o N 365
sign.o N 36f
sign.o N 372
sign.o N 375
sign.o N 37a
sign.o N 37c
sign.o N 383
sign.o N 38d
sign.o N 397
sign.o N 39a
sign.o N 39f
sign.o N 3a1
sign.o N 3a7
sign.o N 3aa
sign.o N 3ae
sign.o N 3b2
sign.o N 3b7
sign.o N eb
sign.o N fb
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 10b
Bitcontainer.o N 116
Bitcontainer.o N 11f
Bitcontainer.o N 132
Bitcontainer.o N 137
Bitcontainer.o N 145
Bitcontainer.o N 14a
Bitcontainer.o N 153
Bitcontainer.o N 157
Bitcontainer.o N 16c
Bitcontainer.o N 17c
Bitcontainer.o N 183
Bitcontainer.o N 189
Bitcontainer.o N 19d
Bitcontainer.o N 1a2
Bitcontainer.o N 1af
Bitcontainer.o N 1bb
Bitcontainer.o N 1c5
Bitcontainer.o N 1ea
Bitcontainer.o N 209
Bitcontainer.o N 21b
Bitcontainer.o N 22b
Bitcontainer.o N 23e
Bitcontainer.o N 249
Bitcontainer.o N 25
Bitcontainer.o N 256
Bitcontainer.o N 26a
Bitcontainer.o N 26c
Bitcontainer.o N 26f
Bitcontainer.o N 286
Bitcontainer.o N 29f
Bitcontainer.o N 2a3
Bitcontainer.o N 2aa
Bitcontainer.o N 2b2
Bitcontainer.o N 2cb
Bitcontainer.o N 2cd
Bitcontainer.o N 2d4
Bitcontainer.o N 2d6
Bitcontainer.o N 2db
Bitcontainer.o N 2dd
Bitcontainer.o N 2df
Bitcontainer.o N 2e6
Bitcontainer.o N 2ea
Bitcontainer.o N 2f4
Bitcontainer.o N 2f8
Bitcontainer.o N 2fc
Bitcontainer.o N 34
Bitcontainer.o N f4
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 10b
F16Field.o N 116
F16Field.o N 11f
F16Field.o N 133
F16Field.o N 143
F16Field.o N 14b
F16Field.o N 158
F16Field.o N 161
F16Field.o N 16a
F16Field.o N 17d
F16Field.o N 182
F16Field.o N 190
F16Field.o N 195
F16Field.o N 1ac
F16Field.o N 1b7
F16Field.o N 1c0
F16Field.o N 1c9
F16Field.o N 1cd
F16Field.o N 1e2
F16Field.o N 1e9
F16Field.o N 1eb
F16Field.o N 1f6
F16Field.o N 201
F16Field.o N 20d
F16Field.o N 20f
F16Field.o N 21b
F16Field.o N 220
F16Field.o N 222
F16Field.o N 22e
F16Field.o N 239
F16Field.o N 248
F16Field.o N 25
F16Field.o N 253
F16Field.o N 257
F16Field.o N 269
F16Field.o N 27d
F16Field.o N 28a
F16Field.o N 29f
F16Field.o N 2ab
F16Field.o N 2bd
F16Field.o N 2db
F16Field.o N 2dd
F16Field.o N 2e4
F16Field.o N 2e6
F16Field.o N 2ed
F16Field.o N 2ef
F16Field.o N 2f1
F16Field.o N 2f6
F16Field.o N 2fd
F16Field.o N 2ff
F16Field.o N 30
F16Field.o N 301
F16Field.o N 303
F16Field.o N 305
F16Field.o N 307
F16Field.o N 309
F16Field.o N 30b
F16Field.o N 30e
F16Field.o N 311
F16Field.o N 313
F16Field.o N 315
F16Field.o N f0
F16Field.o N fc
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 106
F32Field.o N 10f
F32Field.o N 121
F32Field.o N 126
F32Field.o N 134
F32Field.o N 139
F32Field.o N 150
F32Field.o N 15b
F32Field.o N 164
F32Field.o N 16d
F32Field.o N 171
F32Field.o N 180
F32Field.o N 194
F32Field.o N 19f
F32Field.o N 1a2
F32Field.o N 1ad
F32Field.o N 1b6
F32Field.o N 1be
F32Field.o N 1c1
F32Field.o N 1c9
F32Field.o N 1cd
F32Field.o N 1d9
F32Field.o N 1e0
F32Field.o N 1eb
F32Field.o N 1f6
F32Field.o N 208
F32Field.o N 21c
F32Field.o N 229
F32Field.o N 230
F32Field.o N 23f
F32Field.o N 25
F32Field.o N 251
F32Field.o N 25d
F32Field.o N 268
F32Field.o N 273
F32Field.o N 275
F32Field.o N 27c
F32Field.o N 27e
F32Field.o N 280
F32Field.o N 287
F32Field.o N 289
F32Field.o N 28c
F32Field.o N 28e
F32Field.o N 290
F32Field.o N 292
F32Field.o N 294
F32Field.o N 29a
F32Field.o N 29f
F32Field.o N 30
F32Field.o N f0
F32Field.o N fd
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 10c
F48Field.o N 117
F48Field.o N 120
F48Field.o N 128
F48Field.o N 13c
F48Field.o N 149
F48Field.o N 152
F48Field.o N 15b
F48Field.o N 16d
F48Field.o N 172
F48Field.o N 180
F48Field.o N 185
F48Field.o N 19c
F48Field.o N 1a7
F48Field.o N 1b0
F48Field.o N 1b9
F48Field.o N 1bd
F48Field.o N 1d1
F48Field.o N 1dc
F48Field.o N 1e1
F48Field.o N 1e9
F48Field.o N 1ec
F48Field.o N 1ef
F48Field.o N 1f2
F48Field.o N 1f6
F48Field.o N 202
F48Field.o N 209
F48Field.o N 214
F48Field.o N 232
F48Field.o N 23d
F48Field.o N 24f
F48Field.o N 25
F48Field.o N 263
F48Field.o N 270
F48Field.o N 277
F48Field.o N 283
F48Field.o N 295
F48Field.o N 2a0
F48Field.o N 2ab
F48Field.o N 2ad
F48Field.o N 2b4
F48Field.o N 2b6
F48Field.o N 2b8
F48Field.o N 2bf
F48Field.o N 2c1
F48Field.o N 2c4
F48Field.o N 2c7
F48Field.o N 2cd
F48Field.o N 2d1
F48Field.o N 2d3
F48Field.o N 2d5
F48Field.o N 30
F48Field.o N f0
F48Field.o N fd
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 10c
F64Field.o N 117
F64Field.o N 120
F64Field.o N 128
F64Field.o N 13c
F64Field.o N 144
F64Field.o N 151
F64Field.o N 15e
F64Field.o N 167
F64Field.o N 170
F64Field.o N 17b
F64Field.o N 17f
F64Field.o N 181
F64Field.o N 183
F64Field.o N 18e
F64Field.o N 191
F64Field.o N 194
F64Field.o N 197
F64Field.o N 19a
F64Field.o N 19e
F64Field.o N 1aa
F64Field.o N 1b1
F64Field.o N 1bc
F64Field.o N 1da
F64Field.o N 1e5
F64Field.o N 1f7
F64Field.o N 1fc
F64Field.o N 20a
F64Field.o N 20f
F64Field.o N 226
F64Field.o N 231
F64Field.o N 23a
F64Field.o N 243
F64Field.o N 25
F64Field.o N 257
F64Field.o N 264
F64Field.o N 26b
F64Field.o N 277
F64Field.o N 289
F64Field.o N 294
F64Field.o N 2a6
F64Field.o N 2ba
F64Field.o N 2bd
F64Field.o N 2c0
F64Field.o N 2c3
F64Field.o N 2c9
F64Field.o N 2cd
F64Field.o N 2cf
F64Field.o N 2d1
F64Field.o N 2d8
F64Field.o N 2da
F64Field.o N 2e1
F64Field.o N 2e3
F64Field.o N 30
F64Field.o N f0
F64Field.o N f8
F64Field.o N fd
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 10c
F80Field.o N 117
F80Field.o N 120
F80Field.o N 128
F80Field.o N 13c
F80Field.o N 144
F80Field.o N 151
F80Field.o N 15e
F80Field.o N 167
F80Field.o N 170
F80Field.o N 17b
F80Field.o N 17f
F80Field.o N 181
F80Field.o N 183
F80Field.o N 18e
F80Field.o N 191
F80Field.o N 194
F80Field.o N 197
F80Field.o N 19a
F80Field.o N 19d
F80Field.o N 1a1
F80Field.o N 1ad
F80Field.o N 1b4
F80Field.o N 1bf
F80Field.o N 1dd
F80Field.o N 1e8
F80Field.o N 1fa
F80Field.o N 1ff
F80Field.o N 20d
F80Field.o N 212
F80Field.o N 229
F80Field.o N 234
F80Field.o N 23d
F80Field.o N 246
F80Field.o N 25
F80Field.o N 25a
F80Field.o N 267
F80Field.o N 26e
F80Field.o N 27a
F80Field.o N 28c
F80Field.o N 297
F80Field.o N 2a9
F80Field.o N 2bd
F80Field.o N 2c2
F80Field.o N 2c4
F80Field.o N 2c6
F80Field.o N 2cc
F80Field.o N 2d0
F80Field.o N 2d2
F80Field.o N 2d4
F80Field.o N 2db
F80Field.o N 2dd
F80Field.o N 2e4
F80Field.o N 2e6
F80Field.o N 30
F80Field.o N f0
F80Field.o N f8
F80Field.o N fd
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 108
F8Field.o N 112
F8Field.o N 11a
F8Field.o N 12e
F8Field.o N 13d
F8Field.o N 14a
F8Field.o N 152
F8Field.o N 15a
F8Field.o N 161
F8Field.o N 174
F8Field.o N 179
F8Field.o N 17e
F8Field.o N 195
F8Field.o N 1a0
F8Field.o N 1a9
F8Field.o N 1b2
F8Field.o N 1b6
F8Field.o N 1cb
F8Field.o N 1d1
F8Field.o N 1d3
F8Field.o N 1dd
F8Field.o N 1ee
F8Field.o N 201
F8Field.o N 20d
F8Field.o N 218
F8Field.o N 222
F8Field.o N 224
F8Field.o N 22b
F8Field.o N 22d
F8Field.o N 234
F8Field.o N 25
F8Field.o N 2f
F8Field.o N ef
F8Field.o N fa
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 114
LUOV.o N 11f
LUOV.o N 128
LUOV.o N 13c
LUOV.o N 149
LUOV.o N 150
LUOV.o N 155
LUOV.o N 164
LUOV.o N 16f
LUOV.o N 178
LUOV.o N 180
LUOV.o N 188
LUOV.o N 190
LUOV.o N 19d
LUOV.o N 1a5
LUOV.o N 1aa
LUOV.o N 1b6
LUOV.o N 1c0
LUOV.o N 1c5
LUOV.o N 1d3
LUOV.o N 1d8
LUOV.o N 1e1
LUOV.o N 1e5
LUOV.o N 1f0
LUOV.o N 1fa
LUOV.o N 20e
LUOV.o N 215
LUOV.o N 21b
LUOV.o N 220
LUOV.o N 22c
LUOV.o N 236
LUOV.o N 25
LUOV.o N 25b
LUOV.o N 27a
LUOV.o N 28c
LUOV.o N 29c
LUOV.o N 2af
LUOV.o N 2c
LUOV.o N 2c8
LUOV.o N 2df
LUOV.o N 2f8
LUOV.o N 2fd
LUOV.o N 30f
LUOV.o N 323
LUOV.o N 336
LUOV.o N 33d
LUOV.o N 341
LUOV.o N 34d
LUOV.o N 359
LUOV.o N 360
LUOV.o N 368
LUOV.o N 376
LUOV.o N 389
LUOV.o N 394
LUOV.o N 399
LUOV.o N 39e
LUOV.o N 3a4
LUOV.o N 3b9
LUOV.o N 3cb
LUOV.o N 3df
LUOV.o N 3ee
LUOV.o N 404
LUOV.o N 416
LUOV.o N 427
LUOV.o N 43c
LUOV.o N 44c
LUOV.o N 457
LUOV.o N 46b
LUOV.o N 481
LUOV.o N 493
LUOV.o N 4a7
LUOV.o N 4bd
LUOV.o N 4cf
LUOV.o N 4e3
LUOV.o N 4f9
LUOV.o N 50b
LUOV.o N 517
LUOV.o N 527
LUOV.o N 53c
LUOV.o N 552
LUOV.o N 560
LUOV.o N 56f
LUOV.o N 57c
LUOV.o N 57e
LUOV.o N 588
LUOV.o N 59a
LUOV.o N 5a1
LUOV.o N 5a3
LUOV.o N 5aa
LUOV.o N 5ac
LUOV.o N 5b3
LUOV.o N 5b6
LUOV.o N 5c2
LUOV.o N 5c4
LUOV.o N 5ce
LUOV.o N 5e2
LUOV.o N 5ed
LUOV.o N 5f0
LUOV.o N 5f3
LUOV.o N 5fd
LUOV.o N 5ff
LUOV.o N 601
LUOV.o N 609
LUOV.o N 60b
LUOV.o N 60d
LUOV.o N 60f
LUOV.o N 613
LUOV.o N 625
LUOV.o N 62c
LUOV.o N 62e
LUOV.o N 635
LUOV.o N 638
LUOV.o N 63d
LUOV.o N 648
LUOV.o N 657
LUOV.o N 661
LUOV.o N 670
LUOV.o N 679
LUOV.o N 67d
LUOV.o N 681
LUOV.o N ec
LUOV.o N f2
LUOV.o N fd
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 102
LinearAlgebra.o N 111
LinearAlgebra.o N 11c
LinearAlgebra.o N 125
LinearAlgebra.o N 12d
LinearAlgebra.o N 141
LinearAlgebra.o N 149
LinearAlgebra.o N 14e
LinearAlgebra.o N 15b
LinearAlgebra.o N 167
LinearAlgebra.o N 172
LinearAlgebra.o N 176
LinearAlgebra.o N 17d
LinearAlgebra.o N 186
LinearAlgebra.o N 188
LinearAlgebra.o N 18d
LinearAlgebra.o N 192
LinearAlgebra.o N 198
LinearAlgebra.o N 19f
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1a9
LinearAlgebra.o N 1ae
LinearAlgebra.o N 1b9
LinearAlgebra.o N 1c3
LinearAlgebra.o N 1ce
LinearAlgebra.o N 1dd
LinearAlgebra.o N 1e9
LinearAlgebra.o N 1f2
LinearAlgebra.o N 1f8
LinearAlgebra.o N 20c
LinearAlgebra.o N 21e
LinearAlgebra.o N 22b
LinearAlgebra.o N 22f
LinearAlgebra.o N 231
LinearAlgebra.o N 238
LinearAlgebra.o N 23a
LinearAlgebra.o N 23e
LinearAlgebra.o N 242
LinearAlgebra.o N 246
LinearAlgebra.o N 248
LinearAlgebra.o N 25
LinearAlgebra.o N 250
LinearAlgebra.o N 259
LinearAlgebra.o N 260
LinearAlgebra.o N 26a
LinearAlgebra.o N 26c
LinearAlgebra.o N 270
LinearAlgebra.o N 279
LinearAlgebra.o N 35
LinearAlgebra.o N f5
LinearAlgebra.o N fd
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 105
buffer.o N 110
buffer.o N 119
buffer.o N 121
buffer.o N 12f
buffer.o N 131
buffer.o N 136
buffer.o N 13b
buffer.o N 144
buffer.o N 148
buffer.o N 14f
buffer.o N 153
buffer.o N 166
buffer.o N 168
buffer.o N 16f
buffer.o N 171
buffer.o N 176
buffer.o N 17f
buffer.o N 194
buffer.o N 19e
buffer.o N 1a8
buffer.o N 1b3
buffer.o N 1b5
buffer.o N 1b9
buffer.o N 1bd
buffer.o N 25
buffer.o N 2e
buffer.o N ee
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 10d
intermediateValues.o N 122
intermediateValues.o N 136
intermediateValues.o N 14b
intermediateValues.o N 15b
intermediateValues.o N 163
intermediateValues.o N 168
intermediateValues.o N 177
intermediateValues.o N 182
intermediateValues.o N 18b
intermediateValues.o N 193
intermediateValues.o N 1a7
intermediateValues.o N 1af
intermediateValues.o N 1b1
intermediateValues.o N 1b6
intermediateValues.o N 1ba
intermediateValues.o N 1bf
intermediateValues.o N 1c5
intermediateValues.o N 1cc
intermediateValues.o N 1db
intermediateValues.o N 1df
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N fa
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 106
keccakrng.o N 10b
keccakrng.o N 117
keccakrng.o N 12e
keccakrng.o N 139
keccakrng.o N 142
keccakrng.o N 158
keccakrng.o N 15f
keccakrng.o N 165
keccakrng.o N 173
keccakrng.o N 187
keccakrng.o N 18c
keccakrng.o N 198
keccakrng.o N 1a2
keccakrng.o N 1a6
keccakrng.o N 1cb
keccakrng.o N 1ea
keccakrng.o N 1fc
keccakrng.o N 20c
keccakrng.o N 21e
keccakrng.o N 22f
keccakrng.o N 242
keccakrng.o N 24c
keccakrng.o N 25
keccakrng.o N 251
keccakrng.o N 256
keccakrng.o N 25f
keccakrng.o N 273
keccakrng.o N 278
keccakrng.o N 287
keccakrng.o N 292
keccakrng.o N 29b
keccakrng.o N 2a3
keccakrng.o N 2a8
keccakrng.o N 2bc
keccakrng.o N 2cc
keccakrng.o N 2da
keccakrng.o N 2ee
keccakrng.o N 2f3
keccakrng.o N 2f7
keccakrng.o N 302
keccakrng.o N 308
keccakrng.o N 30a
keccakrng.o N 31
keccakrng.o N 311
keccakrng.o N 318
keccakrng.o N 320
keccakrng.o N 327
keccakrng.o N f1
keccakrng.o N fe
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 107
sign.o N 115
sign.o N 129
sign.o N 12c
sign.o N 137
sign.o N 14e
sign.o N 159
sign.o N 162
sign.o N 16f
sign.o N 17b
sign.o N 17d
sign.o N 187
sign.o N 18c
sign.o N 191
sign.o N 19a
sign.o N 19e
sign.o N 1b2
sign.o N 1c6
sign.o N 1d8
sign.o N 1ea
sign.o N 1f4
sign.o N 20a
sign.o N 215
sign.o N 222
sign.o N 224
sign.o N 229
sign.o N 238
sign.o N 243
sign.o N 24c
sign.o N 25
sign.o N 254
sign.o N 25c
sign.o N 270
sign.o N 283
sign.o N 295
sign.o N 2ab
sign.o N 2c
sign.o N 2c1
sign.o N 2c8
sign.o N 2f8
sign.o N 320
sign.o N 34d
sign.o N 34f
sign.o N 356
sign.o N 359
sign.o N 363
sign.o N 366
sign.o N 370
sign.o N 373
sign.o N 376
sign.o N 37b
sign.o N 37d
sign.o N 384
sign.o N 38e
sign.o N 398
sign.o N 39b
sign.o N 3a0
sign.o N 3a2
sign.o N 3a8
sign.o N 3ab
sign.o N 3af
sign.o N 3b3
sign.o N 3b8
sign.o N ec
sign.o N fc
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o N 0
Bitcontainer.o N 10a
Bitcontainer.o N 115
Bitcontainer.o N 11e
Bitcontainer.o N 131
Bitcontainer.o N 136
Bitcontainer.o N 144
Bitcontainer.o N 149
Bitcontainer.o N 152
Bitcontainer.o N 156
Bitcontainer.o N 16b
Bitcontainer.o N 17b
Bitcontainer.o N 182
Bitcontainer.o N 188
Bitcontainer.o N 19c
Bitcontainer.o N 1a1
Bitcontainer.o N 1ae
Bitcontainer.o N 1ba
Bitcontainer.o N 1c4
Bitcontainer.o N 1e9
Bitcontainer.o N 208
Bitcontainer.o N 21a
Bitcontainer.o N 22a
Bitcontainer.o N 23d
Bitcontainer.o N 248
Bitcontainer.o N 25
Bitcontainer.o N 255
Bitcontainer.o N 269
Bitcontainer.o N 26b
Bitcontainer.o N 26e
Bitcontainer.o N 285
Bitcontainer.o N 29e
Bitcontainer.o N 2a2
Bitcontainer.o N 2a9
Bitcontainer.o N 2b1
Bitcontainer.o N 2ca
Bitcontainer.o N 2cc
Bitcontainer.o N 2d3
Bitcontainer.o N 2d5
Bitcontainer.o N 2da
Bitcontainer.o N 2dc
Bitcontainer.o N 2de
Bitcontainer.o N 2e5
Bitcontainer.o N 2e9
Bitcontainer.o N 2f3
Bitcontainer.o N 2f7
Bitcontainer.o N 2fb
Bitcontainer.o N 34
Bitcontainer.o N f3
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o N 0
F16Field.o N 10a
F16Field.o N 115
F16Field.o N 11e
F16Field.o N 132
F16Field.o N 142
F16Field.o N 14a
F16Field.o N 157
F16Field.o N 160
F16Field.o N 169
F16Field.o N 17c
F16Field.o N 181
F16Field.o N 18f
F16Field.o N 194
F16Field.o N 1ab
F16Field.o N 1b6
F16Field.o N 1bf
F16Field.o N 1c8
F16Field.o N 1cc
F16Field.o N 1e1
F16Field.o N 1e8
F16Field.o N 1ea
F16Field.o N 1f5
F16Field.o N 200
F16Field.o N 20c
F16Field.o N 20e
F16Field.o N 21a
F16Field.o N 21f
F16Field.o N 221
F16Field.o N 230
F16Field.o N 23c
F16Field.o N 247
F16Field.o N 25
F16Field.o N 252
F16Field.o N 256
F16Field.o N 268
F16Field.o N 27c
F16Field.o N 289
F16Field.o N 29e
F16Field.o N 2aa
F16Field.o N 2bc
F16Field.o N 2da
F16Field.o N 2dc
F16Field.o N 2e3
F16Field.o N 2e5
F16Field.o N 2ec
F16Field.o N 2ee
F16Field.o N 2f0
F16Field.o N 2f5
F16Field.o N 2fc
F16Field.o N 2fe
F16Field.o N 30
F16Field.o N 300
F16Field.o N 302
F16Field.o N 304
F16Field.o N 306
F16Field.o N 309
F16Field.o N 30c
F16Field.o N 30e
F16Field.o N 310
F16Field.o N 314
F16Field.o N 316
F16Field.o N ef
F16Field.o N fb
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 0
F32Field.o N 105
F32Field.o N 10e
F32Field.o N 120
F32Field.o N 125
F32Field.o N 133
F32Field.o N 138
F32Field.o N 14f
F32Field.o N 15a
F32Field.o N 163
F32Field.o N 16c
F32Field.o N 170
F32Field.o N 17f
F32Field.o N 193
F32Field.o N 19e
F32Field.o N 1a1
F32Field.o N 1ac
F32Field.o N 1b5
F32Field.o N 1bd
F32Field.o N 1c0
F32Field.o N 1c8
F32Field.o N 1cc
F32Field.o N 1d8
F32Field.o N 1df
F32Field.o N 1ea
F32Field.o N 1f9
F32Field.o N 1fb
F32Field.o N 1fd
F32Field.o N 200
F32Field.o N 20b
F32Field.o N 21d
F32Field.o N 231
F32Field.o N 23e
F32Field.o N 245
F32Field.o N 25
F32Field.o N 257
F32Field.o N 263
F32Field.o N 26e
F32Field.o N 279
F32Field.o N 27b
F32Field.o N 282
F32Field.o N 284
F32Field.o N 28b
F32Field.o N 28d
F32Field.o N 28f
F32Field.o N 291
F32Field.o N 293
F32Field.o N 299
F32Field.o N 29e
F32Field.o N 30
F32Field.o N ef
F32Field.o N fc
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 0
F48Field.o N 10b
F48Field.o N 116
F48Field.o N 11f
F48Field.o N 127
F48Field.o N 13b
F48Field.o N 148
F48Field.o N 151
F48Field.o N 15a
F48Field.o N 16c
F48Field.o N 171
F48Field.o N 17f
F48Field.o N 184
F48Field.o N 19b
F48Field.o N 1a6
F48Field.o N 1af
F48Field.o N 1b8
F48Field.o N 1bc
F48Field.o N 1d0
F48Field.o N 1db
F48Field.o N 1e0
F48Field.o N 1e8
F48Field.o N 1eb
F48Field.o N 1ee
F48Field.o N 1f1
F48Field.o N 1f5
F48Field.o N 201
F48Field.o N 208
F48Field.o N 213
F48Field.o N 231
F48Field.o N 23c
F48Field.o N 24e
F48Field.o N 25
F48Field.o N 262
F48Field.o N 26f
F48Field.o N 276
F48Field.o N 282
F48Field.o N 294
F48Field.o N 29f
F48Field.o N 2aa
F48Field.o N 2ac
F48Field.o N 2b3
F48Field.o N 2b5
F48Field.o N 2b7
F48Field.o N 2be
F48Field.o N 2c0
F48Field.o N 2c3
F48Field.o N 2c6
F48Field.o N 2cc
F48Field.o N 2d0
F48Field.o N 2d2
F48Field.o N 2d4
F48Field.o N 30
F48Field.o N ef
F48Field.o N fc
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 0
F64Field.o N 10b
F64Field.o N 116
F64Field.o N 11f
F64Field.o N 127
F64Field.o N 13b
F64Field.o N 143
F64Field.o N 150
F64Field.o N 15d
F64Field.o N 166
F64Field.o N 16f
F64Field.o N 17a
F64Field.o N 17e
F64Field.o N 180
F64Field.o N 182
F64Field.o N 18d
F64Field.o N 190
F64Field.o N 193
F64Field.o N 196
F64Field.o N 199
F64Field.o N 19d
F64Field.o N 1a9
F64Field.o N 1b0
F64Field.o N 1bb
F64Field.o N 1d9
F64Field.o N 1e4
F64Field.o N 1f6
F64Field.o N 1fb
F64Field.o N 209
F64Field.o N 20e
F64Field.o N 225
F64Field.o N 230
F64Field.o N 239
F64Field.o N 242
F64Field.o N 25
F64Field.o N 256
F64Field.o N 263
F64Field.o N 26a
F64Field.o N 276
F64Field.o N 288
F64Field.o N 293
F64Field.o N 2a5
F64Field.o N 2b9
F64Field.o N 2bc
F64Field.o N 2bf
F64Field.o N 2c2
F64Field.o N 2c8
F64Field.o N 2cc
F64Field.o N 2ce
F64Field.o N 2d0
F64Field.o N 2d7
F64Field.o N 2d9
F64Field.o N 2e0
F64Field.o N 2e2
F64Field.o N 30
F64Field.o N ef
F64Field.o N f7
F64Field.o N fc
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 0
F80Field.o N 10b
F80Field.o N 116
F80Field.o N 11f
F80Field.o N 127
F80Field.o N 13b
F80Field.o N 143
F80Field.o N 150
F80Field.o N 15d
F80Field.o N 166
F80Field.o N 16f
F80Field.o N 17a
F80Field.o N 17e
F80Field.o N 180
F80Field.o N 182
F80Field.o N 18d
F80Field.o N 190
F80Field.o N 193
F80Field.o N 196
F80Field.o N 199
F80Field.o N 19c
F80Field.o N 1a0
F80Field.o N 1ac
F80Field.o N 1b3
F80Field.o N 1be
F80Field.o N 1dc
F80Field.o N 1e7
F80Field.o N 1f9
F80Field.o N 1fe
F80Field.o N 20c
F80Field.o N 211
F80Field.o N 228
F80Field.o N 233
F80Field.o N 23c
F80Field.o N 245
F80Field.o N 25
F80Field.o N 259
F80Field.o N 266
F80Field.o N 26d
F80Field.o N 279
F80Field.o N 28b
F80Field.o N 296
F80Field.o N 2a8
F80Field.o N 2bc
F80Field.o N 2be
F80Field.o N 2c3
F80Field.o N 2c5
F80Field.o N 2cb
F80Field.o N 2cf
F80Field.o N 2d1
F80Field.o N 2d3
F80Field.o N 2da
F80Field.o N 2dc
F80Field.o N 2e3
F80Field.o N 2e5
F80Field.o N 30
F80Field.o N ef
F80Field.o N f7
F80Field.o N fc
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 0
F8Field.o N 107
F8Field.o N 111
F8Field.o N 119
F8Field.o N 12d
F8Field.o N 13c
F8Field.o N 149
F8Field.o N 151
F8Field.o N 159
F8Field.o N 160
F8Field.o N 173
F8Field.o N 178
F8Field.o N 17d
F8Field.o N 194
F8Field.o N 19f
F8Field.o N 1a8
F8Field.o N 1b1
F8Field.o N 1b5
F8Field.o N 1ca
F8Field.o N 1d0
F8Field.o N 1d2
F8Field.o N 1dc
F8Field.o N 1ed
F8Field.o N 200
F8Field.o N 20c
F8Field.o N 217
F8Field.o N 221
F8Field.o N 223
F8Field.o N 22a
F8Field.o N 22c
F8Field.o N 233
F8Field.o N 25
F8Field.o N 2f
F8Field.o N ee
F8Field.o N f9
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 0
LUOV.o N 113
LUOV.o N 11e
LUOV.o N 127
LUOV.o N 13b
LUOV.o N 148
LUOV.o N 14f
LUOV.o N 154
LUOV.o N 163
LUOV.o N 16e
LUOV.o N 177
LUOV.o N 17f
LUOV.o N 187
LUOV.o N 18f
LUOV.o N 19c
LUOV.o N 1a4
LUOV.o N 1a9
LUOV.o N 1b5
LUOV.o N 1bf
LUOV.o N 1c4
LUOV.o N 1d2
LUOV.o N 1d7
LUOV.o N 1e0
LUOV.o N 1e4
LUOV.o N 1ef
LUOV.o N 1f9
LUOV.o N 20d
LUOV.o N 214
LUOV.o N 21a
LUOV.o N 21f
LUOV.o N 22b
LUOV.o N 235
LUOV.o N 25
LUOV.o N 25a
LUOV.o N 279
LUOV.o N 28b
LUOV.o N 29b
LUOV.o N 2ae
LUOV.o N 2c
LUOV.o N 2c7
LUOV.o N 2de
LUOV.o N 2f7
LUOV.o N 2fc
LUOV.o N 30e
LUOV.o N 322
LUOV.o N 335
LUOV.o N 33c
LUOV.o N 340
LUOV.o N 34c
LUOV.o N 358
LUOV.o N 35f
LUOV.o N 367
LUOV.o N 375
LUOV.o N 388
LUOV.o N 393
LUOV.o N 398
LUOV.o N 39d
LUOV.o N 3a3
LUOV.o N 3b8
LUOV.o N 3ca
LUOV.o N 3de
LUOV.o N 3ed
LUOV.o N 403
LUOV.o N 415
LUOV.o N 426
LUOV.o N 434
LUOV.o N 43d
LUOV.o N 441
LUOV.o N 448
LUOV.o N 45c
LUOV.o N 460
LUOV.o N 475
LUOV.o N 485
LUOV.o N 490
LUOV.o N 4a4
LUOV.o N 4ba
LUOV.o N 4cc
LUOV.o N 4e0
LUOV.o N 4f6
LUOV.o N 508
LUOV.o N 51c
LUOV.o N 532
LUOV.o N 544
LUOV.o N 550
LUOV.o N 560
LUOV.o N 575
LUOV.o N 58b
LUOV.o N 59a
LUOV.o N 5a7
LUOV.o N 5a9
LUOV.o N 5b3
LUOV.o N 5c5
LUOV.o N 5cc
LUOV.o N 5ce
LUOV.o N 5d5
LUOV.o N 5d7
LUOV.o N 5de
LUOV.o N 5e1
LUOV.o N 5ed
LUOV.o N 5ef
LUOV.o N 5f9
LUOV.o N 604
LUOV.o N 607
LUOV.o N 60a
LUOV.o N 614
LUOV.o N 616
LUOV.o N 618
LUOV.o N 620
LUOV.o N 622
LUOV.o N 624
LUOV.o N 626
LUOV.o N 62a
LUOV.o N 63c
LUOV.o N 63e
LUOV.o N 645
LUOV.o N 648
LUOV.o N 64d
LUOV.o N 658
LUOV.o N 667
LUOV.o N 671
LUOV.o N 680
LUOV.o N eb
LUOV.o N f1
LUOV.o N fc
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 0
LinearAlgebra.o N 101
LinearAlgebra.o N 110
LinearAlgebra.o N 11b
LinearAlgebra.o N 124
LinearAlgebra.o N 12c
LinearAlgebra.o N 140
LinearAlgebra.o N 148
LinearAlgebra.o N 152
LinearAlgebra.o N 157
LinearAlgebra.o N 15b
LinearAlgebra.o N 160
LinearAlgebra.o N 166
LinearAlgebra.o N 16d
LinearAlgebra.o N 17a
LinearAlgebra.o N 17e
LinearAlgebra.o N 180
LinearAlgebra.o N 185
LinearAlgebra.o N 192
LinearAlgebra.o N 19e
LinearAlgebra.o N 1a9
LinearAlgebra.o N 1b0
LinearAlgebra.o N 1b9
LinearAlgebra.o N 1bb
LinearAlgebra.o N 1c0
LinearAlgebra.o N 1c5
LinearAlgebra.o N 1ca
LinearAlgebra.o N 1d3
LinearAlgebra.o N 1d7
LinearAlgebra.o N 1d9
LinearAlgebra.o N 1df
LinearAlgebra.o N 1e7
LinearAlgebra.o N 1f1
LinearAlgebra.o N 1fa
LinearAlgebra.o N 201
LinearAlgebra.o N 203
LinearAlgebra.o N 205
LinearAlgebra.o N 210
LinearAlgebra.o N 21b
LinearAlgebra.o N 22a
LinearAlgebra.o N 236
LinearAlgebra.o N 24a
LinearAlgebra.o N 25
LinearAlgebra.o N 25c
LinearAlgebra.o N 263
LinearAlgebra.o N 267
LinearAlgebra.o N 26b
LinearAlgebra.o N 26f
LinearAlgebra.o N 278
LinearAlgebra.o N 35
LinearAlgebra.o N f4
LinearAlgebra.o N fc
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 0
buffer.o N 104
buffer.o N 10f
buffer.o N 118
buffer.o N 121
buffer.o N 123
buffer.o N 128
buffer.o N 136
buffer.o N 13b
buffer.o N 144
buffer.o N 148
buffer.o N 14f
buffer.o N 151
buffer.o N 159
buffer.o N 15b
buffer.o N 162
buffer.o N 166
buffer.o N 179
buffer.o N 17b
buffer.o N 180
buffer.o N 195
buffer.o N 199
buffer.o N 1a3
buffer.o N 1ad
buffer.o N 1b8
buffer.o N 1bc
buffer.o N 25
buffer.o N 2e
buffer.o N ed
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 0
intermediateValues.o N 10c
intermediateValues.o N 121
intermediateValues.o N 135
intermediateValues.o N 14a
intermediateValues.o N 15a
intermediateValues.o N 162
intermediateValues.o N 167
intermediateValues.o N 176
intermediateValues.o N 181
intermediateValues.o N 18a
intermediateValues.o N 192
intermediateValues.o N 1a6
intermediateValues.o N 1ae
intermediateValues.o N 1b0
intermediateValues.o N 1b5
intermediateValues.o N 1b9
intermediateValues.o N 1be
intermediateValues.o N 1c4
intermediateValues.o N 1cb
intermediateValues.o N 1da
intermediateValues.o N 1de
intermediateValues.o N 25
intermediateValues.o N 3a
intermediateValues.o N f9
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 0
keccakrng.o N 105
keccakrng.o N 10a
keccakrng.o N 116
keccakrng.o N 12d
keccakrng.o N 138
keccakrng.o N 141
keccakrng.o N 157
keccakrng.o N 15e
keccakrng.o N 164
keccakrng.o N 172
keccakrng.o N 186
keccakrng.o N 18b
keccakrng.o N 197
keccakrng.o N 1a1
keccakrng.o N 1a5
keccakrng.o N 1ca
keccakrng.o N 1e9
keccakrng.o N 1fb
keccakrng.o N 20b
keccakrng.o N 21d
keccakrng.o N 22e
keccakrng.o N 241
keccakrng.o N 24b
keccakrng.o N 25
keccakrng.o N 250
keccakrng.o N 255
keccakrng.o N 25e
keccakrng.o N 272
keccakrng.o N 277
keccakrng.o N 286
keccakrng.o N 291
keccakrng.o N 29a
keccakrng.o N 2a2
keccakrng.o N 2a7
keccakrng.o N 2bb
keccakrng.o N 2cb
keccakrng.o N 2d9
keccakrng.o N 2ed
keccakrng.o N 2f2
keccakrng.o N 2f6
keccakrng.o N 301
keccakrng.o N 307
keccakrng.o N 309
keccakrng.o N 31
keccakrng.o N 310
keccakrng.o N 317
keccakrng.o N 31f
keccakrng.o N 326
keccakrng.o N f0
keccakrng.o N fd
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 0
sign.o N 106
sign.o N 114
sign.o N 128
sign.o N 12b
sign.o N 136
sign.o N 14d
sign.o N 158
sign.o N 161
sign.o N 16e
sign.o N 17a
sign.o N 17c
sign.o N 186
sign.o N 18b
sign.o N 190
sign.o N 199
sign.o N 19d
sign.o N 1b1
sign.o N 1c5
sign.o N 1d7
sign.o N 1e9
sign.o N 1f3
sign.o N 209
sign.o N 214
sign.o N 221
sign.o N 223
sign.o N 228
sign.o N 237
sign.o N 242
sign.o N 24b
sign.o N 25
sign.o N 253
sign.o N 25b
sign.o N 26f
sign.o N 282
sign.o N 294
sign.o N 2aa
sign.o N 2c
sign.o N 2c0
sign.o N 2c7
sign.o N 2f7
sign.o N 31f
sign.o N 34c
sign.o N 34e
sign.o N 355
sign.o N 358
sign.o N 362
sign.o N 365
sign.o N 36f
sign.o N 372
sign.o N 375
sign.o N 37a
sign.o N 37c
sign.o N 383
sign.o N 38d
sign.o N 397
sign.o N 39a
sign.o N 39d
sign.o N 3a3
sign.o N 3a5
sign.o N 3aa
sign.o N 3ae
sign.o N 3b2
sign.o N 3b7
sign.o N eb
sign.o N fb
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
Bitcontainer.o deserialize_bitcontainer T
Bitcontainer.o flipBit T
Bitcontainer.o getBit T
Bitcontainer.o randomBitcontainer T
Bitcontainer.o serialize_bitcontainer T
Bitcontainer.o squeezeBitcontainerArray T
Bitcontainer.o xor T
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |