Test results for armeabi, berry0, crypto_sign/luov8117404
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_sign
Test results for armeabi, berry0, crypto_sign
Test results for crypto_sign/luov8117404
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_sign
Primitive: luov8117404
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
976622362 | 557326 0 0 | 57099 416 1552 | T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
986085090 | 549066 0 0 | 49935 416 1552 | T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
993096355 | 546533 0 0 | 49499 432 1552 | T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
1046131673 | 545330 0 0 | 45971 408 1552 | T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
1067979678 | 547774 0 0 | 48967 416 1552 | T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
1101593884 | 546285 0 0 | 49243 432 1552 | T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
1292635988 | 552109 0 0 | 53419 440 1560 | T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
1476475245 | 551193 0 0 | 54859 440 1552 | T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
1486087658 | 552477 0 0 | 53623 440 1560 | T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
4965544013 | 407510 36 0 | 171107 416 1552 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
4967305958 | 412202 36 0 | 174195 416 1552 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
5082784012 | 405692 36 0 | 170199 408 1552 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
5120359515 | 411164 36 0 | 174115 440 1560 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
5129607013 | 409036 36 0 | 175351 440 1552 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
5158306623 | 411008 36 0 | 174111 440 1560 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241027 | 20240909 |
5239233574 | 407064 36 0 | 172795 432 1552 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
5316877778 | 407178 36 0 | 170935 416 1552 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241026 | 20240909 |
5769063780 | 406728 36 0 | 172591 432 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 161
LUOV.o N 169
LUOV.o N 16e
LUOV.o N 17a
LUOV.o N 186
LUOV.o N 188
LUOV.o N 196
LUOV.o N 1a2
LUOV.o N 1b5
LUOV.o N 1b7
LUOV.o N 1c1
LUOV.o N 1c9
LUOV.o N 1d0
LUOV.o N 1d2
LUOV.o N 1d7
LUOV.o N 1db
LUOV.o N 1dd
LUOV.o N 1f0
LUOV.o N 1f3
LUOV.o N 1f6
LUOV.o N 1f9
LUOV.o N 1fc
LUOV.o N 1ff
LUOV.o N 202
LUOV.o N 20c
LUOV.o N 211
LUOV.o N 216
LUOV.o N 21f
LUOV.o N 22a
LUOV.o N 234
LUOV.o N 248
LUOV.o N 24f
LUOV.o N 25
LUOV.o N 255
LUOV.o N 25a
LUOV.o N 266
LUOV.o N 270
LUOV.o N 295
LUOV.o N 2b4
LUOV.o N 2c
LUOV.o N 2c6
LUOV.o N 2d6
LUOV.o N 2e9
LUOV.o N 302
LUOV.o N 319
LUOV.o N 332
LUOV.o N 337
LUOV.o N 348
LUOV.o N 35b
LUOV.o N 36e
LUOV.o N 372
LUOV.o N 37e
LUOV.o N 384
LUOV.o N 393
LUOV.o N 39d
LUOV.o N 3ab
LUOV.o N 3be
LUOV.o N 3c9
LUOV.o N 3ce
LUOV.o N 3d3
LUOV.o N 3d9
LUOV.o N 3ee
LUOV.o N 400
LUOV.o N 414
LUOV.o N 423
LUOV.o N 439
LUOV.o N 44b
LUOV.o N 45c
LUOV.o N 46a
LUOV.o N 473
LUOV.o N 477
LUOV.o N 47e
LUOV.o N 492
LUOV.o N 496
LUOV.o N 4ab
LUOV.o N 4b2
LUOV.o N 4c2
LUOV.o N 4d3
LUOV.o N 4e5
LUOV.o N 4f9
LUOV.o N 50f
LUOV.o N 521
LUOV.o N 535
LUOV.o N 54b
LUOV.o N 55d
LUOV.o N 571
LUOV.o N 587
LUOV.o N 599
LUOV.o N 5a5
LUOV.o N 5b5
LUOV.o N 5ca
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 62a
LUOV.o N 62c
LUOV.o N 633
LUOV.o N 636
LUOV.o N 642
LUOV.o N 644
LUOV.o N 64e
LUOV.o N 659
LUOV.o N 65c
LUOV.o N 65f
LUOV.o N 669
LUOV.o N 66b
LUOV.o N 66d
LUOV.o N 675
LUOV.o N 677
LUOV.o N 679
LUOV.o N 67b
LUOV.o N 680
LUOV.o N 684
LUOV.o N 68a
LUOV.o N 691
LUOV.o N 69c
LUOV.o N 6a5
LUOV.o N 6a7
LUOV.o N 6ae
LUOV.o N 6c0
LUOV.o N 6c5
LUOV.o N 6ca
LUOV.o N 6d5
LUOV.o N 6e4
LUOV.o N 6ee
LUOV.o N 6fd
LUOV.o N 708
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 104
LinearAlgebra.o N 109
LinearAlgebra.o N 10d
LinearAlgebra.o N 112
LinearAlgebra.o N 118
LinearAlgebra.o N 126
LinearAlgebra.o N 130
LinearAlgebra.o N 138
LinearAlgebra.o N 13f
LinearAlgebra.o N 146
LinearAlgebra.o N 153
LinearAlgebra.o N 157
LinearAlgebra.o N 159
LinearAlgebra.o N 15e
LinearAlgebra.o N 16a
LinearAlgebra.o N 175
LinearAlgebra.o N 17e
LinearAlgebra.o N 180
LinearAlgebra.o N 185
LinearAlgebra.o N 18a
LinearAlgebra.o N 18f
LinearAlgebra.o N 198
LinearAlgebra.o N 19c
LinearAlgebra.o N 19e
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1ac
LinearAlgebra.o N 1b6
LinearAlgebra.o N 1bf
LinearAlgebra.o N 1c6
LinearAlgebra.o N 1c8
LinearAlgebra.o N 1ca
LinearAlgebra.o N 1d4
LinearAlgebra.o N 1df
LinearAlgebra.o N 1ee
LinearAlgebra.o N 1fa
LinearAlgebra.o N 20e
LinearAlgebra.o N 220
LinearAlgebra.o N 227
LinearAlgebra.o N 22b
LinearAlgebra.o N 22f
LinearAlgebra.o N 233
LinearAlgebra.o N 23c
LinearAlgebra.o N 25
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 176
intermediateValues.o N 180
intermediateValues.o N 188
intermediateValues.o N 18f
intermediateValues.o N 191
intermediateValues.o N 196
intermediateValues.o N 19a
intermediateValues.o N 19f
intermediateValues.o N 1a5
intermediateValues.o N 1ac
intermediateValues.o N 1bb
intermediateValues.o N 1bf
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 277
keccakrng.o N 27c
keccakrng.o N 290
keccakrng.o N 2a0
keccakrng.o N 2ae
keccakrng.o N 2c2
keccakrng.o N 2c7
keccakrng.o N 2cb
keccakrng.o N 2d1
keccakrng.o N 2d3
keccakrng.o N 2d5
keccakrng.o N 2dc
keccakrng.o N 2e3
keccakrng.o N 2ed
keccakrng.o N 2f5
keccakrng.o N 2fc
keccakrng.o N 303
keccakrng.o N 30e
keccakrng.o N 31
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 233
sign.o N 23b
sign.o N 242
sign.o N 25
sign.o N 256
sign.o N 269
sign.o N 27b
sign.o N 291
sign.o N 2a7
sign.o N 2ae
sign.o N 2c
sign.o N 2e3
sign.o N 310
sign.o N 342
sign.o N 344
sign.o N 34b
sign.o N 34e
sign.o N 358
sign.o N 35b
sign.o N 365
sign.o N 368
sign.o N 36b
sign.o N 370
sign.o N 372
sign.o N 379
sign.o N 383
sign.o N 38d
sign.o N 390
sign.o N 393
sign.o N 399
sign.o N 39b
sign.o N 3a0
sign.o N 3a4
sign.o N 3a8
sign.o N 3ad
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 161
LUOV.o N 169
LUOV.o N 16e
LUOV.o N 17a
LUOV.o N 186
LUOV.o N 188
LUOV.o N 196
LUOV.o N 1a2
LUOV.o N 1b5
LUOV.o N 1b7
LUOV.o N 1c1
LUOV.o N 1c9
LUOV.o N 1d0
LUOV.o N 1d2
LUOV.o N 1d7
LUOV.o N 1db
LUOV.o N 1dd
LUOV.o N 1f0
LUOV.o N 1f3
LUOV.o N 1f6
LUOV.o N 1f9
LUOV.o N 1fc
LUOV.o N 1ff
LUOV.o N 202
LUOV.o N 20c
LUOV.o N 211
LUOV.o N 216
LUOV.o N 21f
LUOV.o N 22a
LUOV.o N 234
LUOV.o N 248
LUOV.o N 24f
LUOV.o N 25
LUOV.o N 255
LUOV.o N 25a
LUOV.o N 266
LUOV.o N 270
LUOV.o N 295
LUOV.o N 2b4
LUOV.o N 2c
LUOV.o N 2c6
LUOV.o N 2d6
LUOV.o N 2e9
LUOV.o N 302
LUOV.o N 319
LUOV.o N 332
LUOV.o N 337
LUOV.o N 348
LUOV.o N 35b
LUOV.o N 36e
LUOV.o N 372
LUOV.o N 37e
LUOV.o N 384
LUOV.o N 393
LUOV.o N 39d
LUOV.o N 3ab
LUOV.o N 3be
LUOV.o N 3c9
LUOV.o N 3ce
LUOV.o N 3d3
LUOV.o N 3d9
LUOV.o N 3ee
LUOV.o N 400
LUOV.o N 414
LUOV.o N 423
LUOV.o N 439
LUOV.o N 44b
LUOV.o N 45c
LUOV.o N 46a
LUOV.o N 473
LUOV.o N 477
LUOV.o N 47e
LUOV.o N 492
LUOV.o N 496
LUOV.o N 4ab
LUOV.o N 4b2
LUOV.o N 4c2
LUOV.o N 4d3
LUOV.o N 4e5
LUOV.o N 4f9
LUOV.o N 50f
LUOV.o N 521
LUOV.o N 535
LUOV.o N 54b
LUOV.o N 55d
LUOV.o N 571
LUOV.o N 587
LUOV.o N 599
LUOV.o N 5a5
LUOV.o N 5b5
LUOV.o N 5ca
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 62a
LUOV.o N 62c
LUOV.o N 633
LUOV.o N 636
LUOV.o N 642
LUOV.o N 644
LUOV.o N 64e
LUOV.o N 659
LUOV.o N 65c
LUOV.o N 65f
LUOV.o N 669
LUOV.o N 66b
LUOV.o N 66d
LUOV.o N 675
LUOV.o N 677
LUOV.o N 679
LUOV.o N 67b
LUOV.o N 680
LUOV.o N 684
LUOV.o N 68a
LUOV.o N 691
LUOV.o N 69c
LUOV.o N 6a5
LUOV.o N 6a7
LUOV.o N 6ae
LUOV.o N 6c0
LUOV.o N 6c5
LUOV.o N 6ca
LUOV.o N 6d5
LUOV.o N 6e4
LUOV.o N 6ee
LUOV.o N 6fd
LUOV.o N 708
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 104
LinearAlgebra.o N 109
LinearAlgebra.o N 10d
LinearAlgebra.o N 112
LinearAlgebra.o N 118
LinearAlgebra.o N 126
LinearAlgebra.o N 130
LinearAlgebra.o N 138
LinearAlgebra.o N 13f
LinearAlgebra.o N 146
LinearAlgebra.o N 153
LinearAlgebra.o N 157
LinearAlgebra.o N 159
LinearAlgebra.o N 15e
LinearAlgebra.o N 16a
LinearAlgebra.o N 175
LinearAlgebra.o N 17e
LinearAlgebra.o N 180
LinearAlgebra.o N 185
LinearAlgebra.o N 18a
LinearAlgebra.o N 18f
LinearAlgebra.o N 198
LinearAlgebra.o N 19c
LinearAlgebra.o N 19e
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1ac
LinearAlgebra.o N 1b6
LinearAlgebra.o N 1bf
LinearAlgebra.o N 1c6
LinearAlgebra.o N 1c8
LinearAlgebra.o N 1ca
LinearAlgebra.o N 1d4
LinearAlgebra.o N 1df
LinearAlgebra.o N 1ee
LinearAlgebra.o N 1fa
LinearAlgebra.o N 20e
LinearAlgebra.o N 220
LinearAlgebra.o N 227
LinearAlgebra.o N 22b
LinearAlgebra.o N 22f
LinearAlgebra.o N 233
LinearAlgebra.o N 23c
LinearAlgebra.o N 25
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 176
intermediateValues.o N 180
intermediateValues.o N 188
intermediateValues.o N 18f
intermediateValues.o N 191
intermediateValues.o N 196
intermediateValues.o N 19a
intermediateValues.o N 19f
intermediateValues.o N 1a5
intermediateValues.o N 1ac
intermediateValues.o N 1bb
intermediateValues.o N 1bf
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 277
keccakrng.o N 27c
keccakrng.o N 290
keccakrng.o N 2a0
keccakrng.o N 2ae
keccakrng.o N 2c2
keccakrng.o N 2c7
keccakrng.o N 2cb
keccakrng.o N 2d1
keccakrng.o N 2d3
keccakrng.o N 2d5
keccakrng.o N 2dc
keccakrng.o N 2e3
keccakrng.o N 2ed
keccakrng.o N 2f5
keccakrng.o N 2fc
keccakrng.o N 303
keccakrng.o N 30e
keccakrng.o N 31
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 233
sign.o N 23b
sign.o N 242
sign.o N 25
sign.o N 256
sign.o N 269
sign.o N 27b
sign.o N 291
sign.o N 2a7
sign.o N 2ae
sign.o N 2c
sign.o N 2e3
sign.o N 310
sign.o N 342
sign.o N 344
sign.o N 34b
sign.o N 34e
sign.o N 358
sign.o N 35b
sign.o N 365
sign.o N 368
sign.o N 36b
sign.o N 370
sign.o N 372
sign.o N 379
sign.o N 383
sign.o N 38d
sign.o N 390
sign.o N 393
sign.o N 399
sign.o N 39b
sign.o N 3a0
sign.o N 3a4
sign.o N 3a8
sign.o N 3ad
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 160
LUOV.o N 168
LUOV.o N 16d
LUOV.o N 179
LUOV.o N 183
LUOV.o N 188
LUOV.o N 196
LUOV.o N 19b
LUOV.o N 1a4
LUOV.o N 1a8
LUOV.o N 1b3
LUOV.o N 1bd
LUOV.o N 1d1
LUOV.o N 1d8
LUOV.o N 1de
LUOV.o N 1e3
LUOV.o N 1ef
LUOV.o N 1f9
LUOV.o N 21e
LUOV.o N 23d
LUOV.o N 24f
LUOV.o N 25
LUOV.o N 25f
LUOV.o N 272
LUOV.o N 28b
LUOV.o N 2a2
LUOV.o N 2bb
LUOV.o N 2c
LUOV.o N 2c0
LUOV.o N 2d1
LUOV.o N 2e4
LUOV.o N 2f7
LUOV.o N 2fb
LUOV.o N 307
LUOV.o N 30d
LUOV.o N 31c
LUOV.o N 326
LUOV.o N 334
LUOV.o N 347
LUOV.o N 352
LUOV.o N 357
LUOV.o N 35c
LUOV.o N 362
LUOV.o N 36c
LUOV.o N 374
LUOV.o N 37b
LUOV.o N 390
LUOV.o N 3a2
LUOV.o N 3b6
LUOV.o N 3c5
LUOV.o N 3db
LUOV.o N 3ed
LUOV.o N 3fe
LUOV.o N 413
LUOV.o N 41a
LUOV.o N 42a
LUOV.o N 436
LUOV.o N 442
LUOV.o N 455
LUOV.o N 468
LUOV.o N 479
LUOV.o N 48b
LUOV.o N 49f
LUOV.o N 4b5
LUOV.o N 4c7
LUOV.o N 4db
LUOV.o N 4f1
LUOV.o N 503
LUOV.o N 517
LUOV.o N 52d
LUOV.o N 53f
LUOV.o N 54b
LUOV.o N 55b
LUOV.o N 570
LUOV.o N 586
LUOV.o N 594
LUOV.o N 5a3
LUOV.o N 5b0
LUOV.o N 5b2
LUOV.o N 5bc
LUOV.o N 5ce
LUOV.o N 5d5
LUOV.o N 5d7
LUOV.o N 5d9
LUOV.o N 5db
LUOV.o N 5e0
LUOV.o N 5e2
LUOV.o N 5e5
LUOV.o N 5e8
LUOV.o N 5eb
LUOV.o N 5ee
LUOV.o N 5f1
LUOV.o N 5f4
LUOV.o N 5f6
LUOV.o N 5fd
LUOV.o N 5ff
LUOV.o N 606
LUOV.o N 609
LUOV.o N 615
LUOV.o N 617
LUOV.o N 621
LUOV.o N 635
LUOV.o N 640
LUOV.o N 643
LUOV.o N 646
LUOV.o N 650
LUOV.o N 652
LUOV.o N 654
LUOV.o N 65c
LUOV.o N 65e
LUOV.o N 660
LUOV.o N 662
LUOV.o N 667
LUOV.o N 66b
LUOV.o N 671
LUOV.o N 678
LUOV.o N 683
LUOV.o N 68c
LUOV.o N 68e
LUOV.o N 695
LUOV.o N 6a7
LUOV.o N 6ae
LUOV.o N 6b3
LUOV.o N 6b8
LUOV.o N 6c3
LUOV.o N 6d2
LUOV.o N 6dc
LUOV.o N 6eb
LUOV.o N 6f4
LUOV.o N 6f8
LUOV.o N 6fc
LUOV.o N 707
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 10a
LinearAlgebra.o N 118
LinearAlgebra.o N 123
LinearAlgebra.o N 12d
LinearAlgebra.o N 137
LinearAlgebra.o N 13c
LinearAlgebra.o N 140
LinearAlgebra.o N 145
LinearAlgebra.o N 14b
LinearAlgebra.o N 155
LinearAlgebra.o N 15d
LinearAlgebra.o N 164
LinearAlgebra.o N 16b
LinearAlgebra.o N 176
LinearAlgebra.o N 185
LinearAlgebra.o N 191
LinearAlgebra.o N 19a
LinearAlgebra.o N 1a3
LinearAlgebra.o N 1a9
LinearAlgebra.o N 1bd
LinearAlgebra.o N 1cf
LinearAlgebra.o N 1dc
LinearAlgebra.o N 1e0
LinearAlgebra.o N 1e2
LinearAlgebra.o N 1e9
LinearAlgebra.o N 1eb
LinearAlgebra.o N 1ef
LinearAlgebra.o N 1f3
LinearAlgebra.o N 1f8
LinearAlgebra.o N 1fd
LinearAlgebra.o N 1ff
LinearAlgebra.o N 204
LinearAlgebra.o N 208
LinearAlgebra.o N 20a
LinearAlgebra.o N 212
LinearAlgebra.o N 21b
LinearAlgebra.o N 222
LinearAlgebra.o N 22c
LinearAlgebra.o N 22e
LinearAlgebra.o N 232
LinearAlgebra.o N 23b
LinearAlgebra.o N 25
LinearAlgebra.o N 35
LinearAlgebra.o N f9
LinearAlgebra.o N fe
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 175
intermediateValues.o N 17f
intermediateValues.o N 187
intermediateValues.o N 18e
intermediateValues.o N 190
intermediateValues.o N 195
intermediateValues.o N 199
intermediateValues.o N 19e
intermediateValues.o N 1a4
intermediateValues.o N 1ab
intermediateValues.o N 1ba
intermediateValues.o N 1be
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 276
keccakrng.o N 27b
keccakrng.o N 28f
keccakrng.o N 29f
keccakrng.o N 2ad
keccakrng.o N 2c1
keccakrng.o N 2c6
keccakrng.o N 2ca
keccakrng.o N 2d0
keccakrng.o N 2d2
keccakrng.o N 2d4
keccakrng.o N 2db
keccakrng.o N 2e2
keccakrng.o N 2ec
keccakrng.o N 2f4
keccakrng.o N 2fb
keccakrng.o N 302
keccakrng.o N 30d
keccakrng.o N 31
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 232
sign.o N 23a
sign.o N 241
sign.o N 25
sign.o N 255
sign.o N 268
sign.o N 27a
sign.o N 290
sign.o N 2a6
sign.o N 2ad
sign.o N 2c
sign.o N 2e2
sign.o N 30f
sign.o N 341
sign.o N 343
sign.o N 34a
sign.o N 34d
sign.o N 357
sign.o N 35a
sign.o N 364
sign.o N 367
sign.o N 36a
sign.o N 36f
sign.o N 371
sign.o N 378
sign.o N 382
sign.o N 38c
sign.o N 38f
sign.o N 392
sign.o N 398
sign.o N 39a
sign.o N 39f
sign.o N 3a3
sign.o N 3a7
sign.o N 3ac
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 161
LUOV.o N 169
LUOV.o N 16e
LUOV.o N 17a
LUOV.o N 186
LUOV.o N 188
LUOV.o N 196
LUOV.o N 1a2
LUOV.o N 1b5
LUOV.o N 1b7
LUOV.o N 1c1
LUOV.o N 1c9
LUOV.o N 1d0
LUOV.o N 1d2
LUOV.o N 1d7
LUOV.o N 1db
LUOV.o N 1dd
LUOV.o N 1e7
LUOV.o N 1ec
LUOV.o N 1f1
LUOV.o N 1fa
LUOV.o N 205
LUOV.o N 20f
LUOV.o N 223
LUOV.o N 22a
LUOV.o N 230
LUOV.o N 235
LUOV.o N 241
LUOV.o N 24b
LUOV.o N 25
LUOV.o N 270
LUOV.o N 28f
LUOV.o N 2a1
LUOV.o N 2b1
LUOV.o N 2c
LUOV.o N 2c4
LUOV.o N 2dd
LUOV.o N 2f4
LUOV.o N 30d
LUOV.o N 312
LUOV.o N 323
LUOV.o N 336
LUOV.o N 349
LUOV.o N 34d
LUOV.o N 359
LUOV.o N 35f
LUOV.o N 36e
LUOV.o N 378
LUOV.o N 386
LUOV.o N 399
LUOV.o N 3a4
LUOV.o N 3a9
LUOV.o N 3ae
LUOV.o N 3b4
LUOV.o N 3c9
LUOV.o N 3db
LUOV.o N 3ef
LUOV.o N 3fe
LUOV.o N 414
LUOV.o N 426
LUOV.o N 437
LUOV.o N 44c
LUOV.o N 453
LUOV.o N 463
LUOV.o N 476
LUOV.o N 487
LUOV.o N 499
LUOV.o N 4ad
LUOV.o N 4c3
LUOV.o N 4d5
LUOV.o N 4e9
LUOV.o N 4ff
LUOV.o N 511
LUOV.o N 525
LUOV.o N 53b
LUOV.o N 54d
LUOV.o N 559
LUOV.o N 569
LUOV.o N 57e
LUOV.o N 594
LUOV.o N 5a2
LUOV.o N 5b1
LUOV.o N 5be
LUOV.o N 5c0
LUOV.o N 5ca
LUOV.o N 5dc
LUOV.o N 5e3
LUOV.o N 5e6
LUOV.o N 5e9
LUOV.o N 5ec
LUOV.o N 5ef
LUOV.o N 5f2
LUOV.o N 5f5
LUOV.o N 5f7
LUOV.o N 5fe
LUOV.o N 600
LUOV.o N 607
LUOV.o N 60a
LUOV.o N 616
LUOV.o N 618
LUOV.o N 622
LUOV.o N 636
LUOV.o N 641
LUOV.o N 644
LUOV.o N 647
LUOV.o N 651
LUOV.o N 653
LUOV.o N 655
LUOV.o N 65d
LUOV.o N 65f
LUOV.o N 661
LUOV.o N 663
LUOV.o N 668
LUOV.o N 66c
LUOV.o N 672
LUOV.o N 679
LUOV.o N 684
LUOV.o N 68d
LUOV.o N 68f
LUOV.o N 696
LUOV.o N 6a8
LUOV.o N 6af
LUOV.o N 6b4
LUOV.o N 6b9
LUOV.o N 6c4
LUOV.o N 6d3
LUOV.o N 6dd
LUOV.o N 6ec
LUOV.o N 6f5
LUOV.o N 6f9
LUOV.o N 6fd
LUOV.o N 708
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 10b
LinearAlgebra.o N 119
LinearAlgebra.o N 124
LinearAlgebra.o N 12d
LinearAlgebra.o N 12f
LinearAlgebra.o N 134
LinearAlgebra.o N 138
LinearAlgebra.o N 13d
LinearAlgebra.o N 143
LinearAlgebra.o N 14d
LinearAlgebra.o N 155
LinearAlgebra.o N 15c
LinearAlgebra.o N 163
LinearAlgebra.o N 168
LinearAlgebra.o N 16d
LinearAlgebra.o N 172
LinearAlgebra.o N 17c
LinearAlgebra.o N 186
LinearAlgebra.o N 191
LinearAlgebra.o N 1a0
LinearAlgebra.o N 1ac
LinearAlgebra.o N 1b5
LinearAlgebra.o N 1bb
LinearAlgebra.o N 1cf
LinearAlgebra.o N 1e1
LinearAlgebra.o N 1ee
LinearAlgebra.o N 1f2
LinearAlgebra.o N 1f4
LinearAlgebra.o N 1fb
LinearAlgebra.o N 1fd
LinearAlgebra.o N 201
LinearAlgebra.o N 205
LinearAlgebra.o N 209
LinearAlgebra.o N 20b
LinearAlgebra.o N 213
LinearAlgebra.o N 21c
LinearAlgebra.o N 223
LinearAlgebra.o N 22d
LinearAlgebra.o N 22f
LinearAlgebra.o N 233
LinearAlgebra.o N 23c
LinearAlgebra.o N 25
LinearAlgebra.o N 35
LinearAlgebra.o N fa
LinearAlgebra.o N ff
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 176
intermediateValues.o N 180
intermediateValues.o N 188
intermediateValues.o N 18f
intermediateValues.o N 191
intermediateValues.o N 196
intermediateValues.o N 19a
intermediateValues.o N 19f
intermediateValues.o N 1a5
intermediateValues.o N 1ac
intermediateValues.o N 1bb
intermediateValues.o N 1bf
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 277
keccakrng.o N 27c
keccakrng.o N 290
keccakrng.o N 2a0
keccakrng.o N 2ae
keccakrng.o N 2c2
keccakrng.o N 2c7
keccakrng.o N 2cb
keccakrng.o N 2d1
keccakrng.o N 2d3
keccakrng.o N 2d5
keccakrng.o N 2dc
keccakrng.o N 2e3
keccakrng.o N 2ed
keccakrng.o N 2f5
keccakrng.o N 2fc
keccakrng.o N 303
keccakrng.o N 30e
keccakrng.o N 31
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 233
sign.o N 23b
sign.o N 242
sign.o N 25
sign.o N 256
sign.o N 269
sign.o N 27b
sign.o N 291
sign.o N 2a7
sign.o N 2ae
sign.o N 2c
sign.o N 2e3
sign.o N 310
sign.o N 342
sign.o N 344
sign.o N 34b
sign.o N 34e
sign.o N 358
sign.o N 35b
sign.o N 365
sign.o N 368
sign.o N 36b
sign.o N 370
sign.o N 372
sign.o N 379
sign.o N 383
sign.o N 38d
sign.o N 390
sign.o N 393
sign.o N 399
sign.o N 39b
sign.o N 3a0
sign.o N 3a4
sign.o N 3a8
sign.o N 3ad
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 160
LUOV.o N 168
LUOV.o N 16d
LUOV.o N 179
LUOV.o N 185
LUOV.o N 187
LUOV.o N 195
LUOV.o N 1a1
LUOV.o N 1b4
LUOV.o N 1b6
LUOV.o N 1c0
LUOV.o N 1c8
LUOV.o N 1cf
LUOV.o N 1d1
LUOV.o N 1d6
LUOV.o N 1da
LUOV.o N 1dc
LUOV.o N 1ef
LUOV.o N 1f2
LUOV.o N 1f5
LUOV.o N 1f8
LUOV.o N 1fb
LUOV.o N 1fe
LUOV.o N 201
LUOV.o N 20b
LUOV.o N 210
LUOV.o N 215
LUOV.o N 21e
LUOV.o N 229
LUOV.o N 233
LUOV.o N 247
LUOV.o N 24e
LUOV.o N 25
LUOV.o N 254
LUOV.o N 259
LUOV.o N 265
LUOV.o N 26f
LUOV.o N 294
LUOV.o N 2b3
LUOV.o N 2c
LUOV.o N 2c5
LUOV.o N 2d5
LUOV.o N 2e8
LUOV.o N 301
LUOV.o N 318
LUOV.o N 331
LUOV.o N 336
LUOV.o N 347
LUOV.o N 35a
LUOV.o N 36d
LUOV.o N 371
LUOV.o N 37d
LUOV.o N 383
LUOV.o N 392
LUOV.o N 39c
LUOV.o N 3aa
LUOV.o N 3bd
LUOV.o N 3c8
LUOV.o N 3cd
LUOV.o N 3d2
LUOV.o N 3d8
LUOV.o N 3ed
LUOV.o N 3ff
LUOV.o N 413
LUOV.o N 422
LUOV.o N 438
LUOV.o N 44a
LUOV.o N 45b
LUOV.o N 469
LUOV.o N 472
LUOV.o N 476
LUOV.o N 47d
LUOV.o N 491
LUOV.o N 495
LUOV.o N 4aa
LUOV.o N 4b1
LUOV.o N 4c1
LUOV.o N 4d2
LUOV.o N 4e4
LUOV.o N 4f8
LUOV.o N 50e
LUOV.o N 520
LUOV.o N 534
LUOV.o N 54a
LUOV.o N 55c
LUOV.o N 570
LUOV.o N 586
LUOV.o N 598
LUOV.o N 5a4
LUOV.o N 5b4
LUOV.o N 5c9
LUOV.o N 5df
LUOV.o N 5ee
LUOV.o N 5fb
LUOV.o N 5fd
LUOV.o N 607
LUOV.o N 619
LUOV.o N 620
LUOV.o N 622
LUOV.o N 629
LUOV.o N 62b
LUOV.o N 632
LUOV.o N 635
LUOV.o N 641
LUOV.o N 643
LUOV.o N 64d
LUOV.o N 658
LUOV.o N 65b
LUOV.o N 65e
LUOV.o N 668
LUOV.o N 66a
LUOV.o N 66c
LUOV.o N 674
LUOV.o N 676
LUOV.o N 678
LUOV.o N 67a
LUOV.o N 67f
LUOV.o N 683
LUOV.o N 689
LUOV.o N 690
LUOV.o N 69b
LUOV.o N 6a4
LUOV.o N 6a6
LUOV.o N 6ad
LUOV.o N 6bf
LUOV.o N 6c4
LUOV.o N 6c9
LUOV.o N 6d4
LUOV.o N 6e3
LUOV.o N 6ed
LUOV.o N 6fc
LUOV.o N 707
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 103
LinearAlgebra.o N 108
LinearAlgebra.o N 10c
LinearAlgebra.o N 111
LinearAlgebra.o N 117
LinearAlgebra.o N 125
LinearAlgebra.o N 12f
LinearAlgebra.o N 137
LinearAlgebra.o N 13e
LinearAlgebra.o N 145
LinearAlgebra.o N 152
LinearAlgebra.o N 156
LinearAlgebra.o N 158
LinearAlgebra.o N 15d
LinearAlgebra.o N 169
LinearAlgebra.o N 174
LinearAlgebra.o N 17d
LinearAlgebra.o N 17f
LinearAlgebra.o N 184
LinearAlgebra.o N 189
LinearAlgebra.o N 18e
LinearAlgebra.o N 197
LinearAlgebra.o N 19b
LinearAlgebra.o N 19d
LinearAlgebra.o N 1a3
LinearAlgebra.o N 1ab
LinearAlgebra.o N 1b5
LinearAlgebra.o N 1be
LinearAlgebra.o N 1c5
LinearAlgebra.o N 1c7
LinearAlgebra.o N 1c9
LinearAlgebra.o N 1d3
LinearAlgebra.o N 1de
LinearAlgebra.o N 1ed
LinearAlgebra.o N 1f9
LinearAlgebra.o N 20d
LinearAlgebra.o N 21f
LinearAlgebra.o N 226
LinearAlgebra.o N 22a
LinearAlgebra.o N 22e
LinearAlgebra.o N 232
LinearAlgebra.o N 23b
LinearAlgebra.o N 25
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 175
intermediateValues.o N 17f
intermediateValues.o N 187
intermediateValues.o N 18e
intermediateValues.o N 190
intermediateValues.o N 195
intermediateValues.o N 199
intermediateValues.o N 19e
intermediateValues.o N 1a4
intermediateValues.o N 1ab
intermediateValues.o N 1ba
intermediateValues.o N 1be
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 276
keccakrng.o N 27b
keccakrng.o N 28f
keccakrng.o N 29f
keccakrng.o N 2ad
keccakrng.o N 2c1
keccakrng.o N 2c6
keccakrng.o N 2ca
keccakrng.o N 2d0
keccakrng.o N 2d2
keccakrng.o N 2d4
keccakrng.o N 2db
keccakrng.o N 2e2
keccakrng.o N 2ec
keccakrng.o N 2f4
keccakrng.o N 2fb
keccakrng.o N 302
keccakrng.o N 30d
keccakrng.o N 31
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 232
sign.o N 23a
sign.o N 241
sign.o N 25
sign.o N 255
sign.o N 268
sign.o N 27a
sign.o N 290
sign.o N 2a6
sign.o N 2ad
sign.o N 2c
sign.o N 2e2
sign.o N 30f
sign.o N 341
sign.o N 343
sign.o N 34a
sign.o N 34d
sign.o N 357
sign.o N 35a
sign.o N 364
sign.o N 367
sign.o N 36a
sign.o N 36f
sign.o N 371
sign.o N 378
sign.o N 382
sign.o N 38c
sign.o N 38f
sign.o N 392
sign.o N 398
sign.o N 39a
sign.o N 39f
sign.o N 3a3
sign.o N 3a7
sign.o N 3ac
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 156
LUOV.o N 15e
LUOV.o N 163
LUOV.o N 16f
LUOV.o N 179
LUOV.o N 17e
LUOV.o N 18c
LUOV.o N 191
LUOV.o N 19a
LUOV.o N 19e
LUOV.o N 1a9
LUOV.o N 1b3
LUOV.o N 1c7
LUOV.o N 1ce
LUOV.o N 1d4
LUOV.o N 1d9
LUOV.o N 1e5
LUOV.o N 1ef
LUOV.o N 214
LUOV.o N 233
LUOV.o N 245
LUOV.o N 25
LUOV.o N 255
LUOV.o N 268
LUOV.o N 281
LUOV.o N 298
LUOV.o N 2b1
LUOV.o N 2b6
LUOV.o N 2c
LUOV.o N 2c7
LUOV.o N 2da
LUOV.o N 2ed
LUOV.o N 2f4
LUOV.o N 2f8
LUOV.o N 304
LUOV.o N 30f
LUOV.o N 317
LUOV.o N 325
LUOV.o N 338
LUOV.o N 343
LUOV.o N 348
LUOV.o N 34d
LUOV.o N 353
LUOV.o N 35d
LUOV.o N 365
LUOV.o N 36c
LUOV.o N 381
LUOV.o N 393
LUOV.o N 3a7
LUOV.o N 3b6
LUOV.o N 3cc
LUOV.o N 3de
LUOV.o N 3ef
LUOV.o N 3fd
LUOV.o N 406
LUOV.o N 40a
LUOV.o N 411
LUOV.o N 425
LUOV.o N 429
LUOV.o N 43e
LUOV.o N 44e
LUOV.o N 462
LUOV.o N 478
LUOV.o N 48a
LUOV.o N 49e
LUOV.o N 4b4
LUOV.o N 4c6
LUOV.o N 4da
LUOV.o N 4f0
LUOV.o N 502
LUOV.o N 50e
LUOV.o N 51e
LUOV.o N 533
LUOV.o N 549
LUOV.o N 558
LUOV.o N 565
LUOV.o N 567
LUOV.o N 571
LUOV.o N 583
LUOV.o N 58a
LUOV.o N 58c
LUOV.o N 593
LUOV.o N 595
LUOV.o N 59c
LUOV.o N 59f
LUOV.o N 5ab
LUOV.o N 5ad
LUOV.o N 5b7
LUOV.o N 5c2
LUOV.o N 5c5
LUOV.o N 5c8
LUOV.o N 5d2
LUOV.o N 5d4
LUOV.o N 5d6
LUOV.o N 5de
LUOV.o N 5e0
LUOV.o N 5e2
LUOV.o N 5e4
LUOV.o N 5e8
LUOV.o N 5fa
LUOV.o N 5fc
LUOV.o N 603
LUOV.o N 606
LUOV.o N 60b
LUOV.o N 616
LUOV.o N 625
LUOV.o N 62f
LUOV.o N 63e
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 104
LinearAlgebra.o N 108
LinearAlgebra.o N 10d
LinearAlgebra.o N 113
LinearAlgebra.o N 121
LinearAlgebra.o N 12b
LinearAlgebra.o N 133
LinearAlgebra.o N 13a
LinearAlgebra.o N 141
LinearAlgebra.o N 14e
LinearAlgebra.o N 152
LinearAlgebra.o N 154
LinearAlgebra.o N 159
LinearAlgebra.o N 165
LinearAlgebra.o N 170
LinearAlgebra.o N 179
LinearAlgebra.o N 17b
LinearAlgebra.o N 180
LinearAlgebra.o N 185
LinearAlgebra.o N 18a
LinearAlgebra.o N 193
LinearAlgebra.o N 197
LinearAlgebra.o N 199
LinearAlgebra.o N 19f
LinearAlgebra.o N 1a7
LinearAlgebra.o N 1b1
LinearAlgebra.o N 1ba
LinearAlgebra.o N 1c1
LinearAlgebra.o N 1c3
LinearAlgebra.o N 1c5
LinearAlgebra.o N 1cf
LinearAlgebra.o N 1da
LinearAlgebra.o N 1e9
LinearAlgebra.o N 1f5
LinearAlgebra.o N 209
LinearAlgebra.o N 21b
LinearAlgebra.o N 222
LinearAlgebra.o N 226
LinearAlgebra.o N 22a
LinearAlgebra.o N 22e
LinearAlgebra.o N 237
LinearAlgebra.o N 25
LinearAlgebra.o N 35
LinearAlgebra.o N f5
LinearAlgebra.o N ff
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 171
intermediateValues.o N 17b
intermediateValues.o N 183
intermediateValues.o N 18a
intermediateValues.o N 18c
intermediateValues.o N 191
intermediateValues.o N 195
intermediateValues.o N 19a
intermediateValues.o N 1a0
intermediateValues.o N 1a7
intermediateValues.o N 1b6
intermediateValues.o N 1ba
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 272
keccakrng.o N 277
keccakrng.o N 28b
keccakrng.o N 29b
keccakrng.o N 2a9
keccakrng.o N 2bd
keccakrng.o N 2c2
keccakrng.o N 2c6
keccakrng.o N 2d1
keccakrng.o N 2d7
keccakrng.o N 2d9
keccakrng.o N 2e0
keccakrng.o N 2e7
keccakrng.o N 2f1
keccakrng.o N 2f9
keccakrng.o N 300
keccakrng.o N 307
keccakrng.o N 31
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 22e
sign.o N 236
sign.o N 23d
sign.o N 25
sign.o N 251
sign.o N 264
sign.o N 276
sign.o N 28c
sign.o N 2a2
sign.o N 2a9
sign.o N 2c
sign.o N 2d9
sign.o N 301
sign.o N 32e
sign.o N 330
sign.o N 337
sign.o N 33a
sign.o N 344
sign.o N 347
sign.o N 351
sign.o N 354
sign.o N 357
sign.o N 35c
sign.o N 35e
sign.o N 365
sign.o N 36f
sign.o N 379
sign.o N 37c
sign.o N 37f
sign.o N 385
sign.o N 387
sign.o N 38c
sign.o N 390
sign.o N 394
sign.o N 399
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 156
LUOV.o N 15e
LUOV.o N 163
LUOV.o N 16f
LUOV.o N 179
LUOV.o N 17e
LUOV.o N 18c
LUOV.o N 191
LUOV.o N 19a
LUOV.o N 19e
LUOV.o N 1a9
LUOV.o N 1b3
LUOV.o N 1c7
LUOV.o N 1ce
LUOV.o N 1d4
LUOV.o N 1d9
LUOV.o N 1e5
LUOV.o N 1ef
LUOV.o N 214
LUOV.o N 233
LUOV.o N 245
LUOV.o N 25
LUOV.o N 255
LUOV.o N 268
LUOV.o N 281
LUOV.o N 298
LUOV.o N 2b1
LUOV.o N 2b6
LUOV.o N 2c
LUOV.o N 2c7
LUOV.o N 2da
LUOV.o N 2ed
LUOV.o N 2f4
LUOV.o N 2f8
LUOV.o N 304
LUOV.o N 30f
LUOV.o N 317
LUOV.o N 325
LUOV.o N 338
LUOV.o N 343
LUOV.o N 348
LUOV.o N 34d
LUOV.o N 353
LUOV.o N 35d
LUOV.o N 365
LUOV.o N 36c
LUOV.o N 381
LUOV.o N 393
LUOV.o N 3a7
LUOV.o N 3b6
LUOV.o N 3cc
LUOV.o N 3de
LUOV.o N 3ef
LUOV.o N 3fd
LUOV.o N 406
LUOV.o N 40a
LUOV.o N 411
LUOV.o N 425
LUOV.o N 429
LUOV.o N 43e
LUOV.o N 44e
LUOV.o N 462
LUOV.o N 478
LUOV.o N 48a
LUOV.o N 49e
LUOV.o N 4b4
LUOV.o N 4c6
LUOV.o N 4da
LUOV.o N 4f0
LUOV.o N 502
LUOV.o N 50e
LUOV.o N 51e
LUOV.o N 533
LUOV.o N 549
LUOV.o N 558
LUOV.o N 565
LUOV.o N 567
LUOV.o N 571
LUOV.o N 583
LUOV.o N 58a
LUOV.o N 58c
LUOV.o N 593
LUOV.o N 595
LUOV.o N 59c
LUOV.o N 59f
LUOV.o N 5ab
LUOV.o N 5ad
LUOV.o N 5b7
LUOV.o N 5c2
LUOV.o N 5c5
LUOV.o N 5c8
LUOV.o N 5d2
LUOV.o N 5d4
LUOV.o N 5d6
LUOV.o N 5de
LUOV.o N 5e0
LUOV.o N 5e2
LUOV.o N 5e4
LUOV.o N 5e8
LUOV.o N 5fa
LUOV.o N 5fc
LUOV.o N 603
LUOV.o N 606
LUOV.o N 60b
LUOV.o N 616
LUOV.o N 625
LUOV.o N 62f
LUOV.o N 63e
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 104
LinearAlgebra.o N 108
LinearAlgebra.o N 10d
LinearAlgebra.o N 113
LinearAlgebra.o N 121
LinearAlgebra.o N 12b
LinearAlgebra.o N 133
LinearAlgebra.o N 13a
LinearAlgebra.o N 141
LinearAlgebra.o N 14e
LinearAlgebra.o N 152
LinearAlgebra.o N 154
LinearAlgebra.o N 159
LinearAlgebra.o N 165
LinearAlgebra.o N 170
LinearAlgebra.o N 179
LinearAlgebra.o N 17b
LinearAlgebra.o N 180
LinearAlgebra.o N 185
LinearAlgebra.o N 18a
LinearAlgebra.o N 193
LinearAlgebra.o N 197
LinearAlgebra.o N 199
LinearAlgebra.o N 19f
LinearAlgebra.o N 1a7
LinearAlgebra.o N 1b1
LinearAlgebra.o N 1ba
LinearAlgebra.o N 1c1
LinearAlgebra.o N 1c3
LinearAlgebra.o N 1c5
LinearAlgebra.o N 1cf
LinearAlgebra.o N 1da
LinearAlgebra.o N 1e9
LinearAlgebra.o N 1f5
LinearAlgebra.o N 209
LinearAlgebra.o N 21b
LinearAlgebra.o N 222
LinearAlgebra.o N 226
LinearAlgebra.o N 22a
LinearAlgebra.o N 22e
LinearAlgebra.o N 237
LinearAlgebra.o N 25
LinearAlgebra.o N 35
LinearAlgebra.o N f5
LinearAlgebra.o N ff
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 171
intermediateValues.o N 17b
intermediateValues.o N 183
intermediateValues.o N 18a
intermediateValues.o N 18c
intermediateValues.o N 191
intermediateValues.o N 195
intermediateValues.o N 19a
intermediateValues.o N 1a0
intermediateValues.o N 1a7
intermediateValues.o N 1b6
intermediateValues.o N 1ba
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 272
keccakrng.o N 277
keccakrng.o N 28b
keccakrng.o N 29b
keccakrng.o N 2a9
keccakrng.o N 2bd
keccakrng.o N 2c2
keccakrng.o N 2c6
keccakrng.o N 2d1
keccakrng.o N 2d7
keccakrng.o N 2d9
keccakrng.o N 2e0
keccakrng.o N 2e7
keccakrng.o N 2f1
keccakrng.o N 2f9
keccakrng.o N 300
keccakrng.o N 307
keccakrng.o N 31
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 22e
sign.o N 236
sign.o N 23d
sign.o N 25
sign.o N 251
sign.o N 264
sign.o N 276
sign.o N 28c
sign.o N 2a2
sign.o N 2a9
sign.o N 2c
sign.o N 2d9
sign.o N 301
sign.o N 32e
sign.o N 330
sign.o N 337
sign.o N 33a
sign.o N 344
sign.o N 347
sign.o N 351
sign.o N 354
sign.o N 357
sign.o N 35c
sign.o N 35e
sign.o N 365
sign.o N 36f
sign.o N 379
sign.o N 37c
sign.o N 37f
sign.o N 385
sign.o N 387
sign.o N 38c
sign.o N 390
sign.o N 394
sign.o N 399
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 155
LUOV.o N 15d
LUOV.o N 162
LUOV.o N 16e
LUOV.o N 178
LUOV.o N 17d
LUOV.o N 18b
LUOV.o N 190
LUOV.o N 199
LUOV.o N 19d
LUOV.o N 1a8
LUOV.o N 1b2
LUOV.o N 1c6
LUOV.o N 1cd
LUOV.o N 1d3
LUOV.o N 1d8
LUOV.o N 1e4
LUOV.o N 1ee
LUOV.o N 213
LUOV.o N 232
LUOV.o N 244
LUOV.o N 25
LUOV.o N 254
LUOV.o N 267
LUOV.o N 280
LUOV.o N 297
LUOV.o N 2b0
LUOV.o N 2b5
LUOV.o N 2c
LUOV.o N 2c6
LUOV.o N 2d9
LUOV.o N 2ec
LUOV.o N 2f3
LUOV.o N 2f7
LUOV.o N 303
LUOV.o N 30e
LUOV.o N 316
LUOV.o N 324
LUOV.o N 337
LUOV.o N 342
LUOV.o N 347
LUOV.o N 34c
LUOV.o N 352
LUOV.o N 35c
LUOV.o N 364
LUOV.o N 36b
LUOV.o N 380
LUOV.o N 392
LUOV.o N 3a6
LUOV.o N 3b5
LUOV.o N 3cb
LUOV.o N 3dd
LUOV.o N 3ee
LUOV.o N 403
LUOV.o N 413
LUOV.o N 427
LUOV.o N 43d
LUOV.o N 44f
LUOV.o N 463
LUOV.o N 479
LUOV.o N 48b
LUOV.o N 49f
LUOV.o N 4b5
LUOV.o N 4c7
LUOV.o N 4d3
LUOV.o N 4e3
LUOV.o N 4f8
LUOV.o N 50e
LUOV.o N 51c
LUOV.o N 52b
LUOV.o N 538
LUOV.o N 53a
LUOV.o N 544
LUOV.o N 556
LUOV.o N 55d
LUOV.o N 55f
LUOV.o N 566
LUOV.o N 568
LUOV.o N 56f
LUOV.o N 572
LUOV.o N 57e
LUOV.o N 580
LUOV.o N 58a
LUOV.o N 59e
LUOV.o N 5a9
LUOV.o N 5ac
LUOV.o N 5af
LUOV.o N 5b9
LUOV.o N 5bb
LUOV.o N 5bd
LUOV.o N 5c5
LUOV.o N 5c7
LUOV.o N 5c9
LUOV.o N 5cb
LUOV.o N 5cf
LUOV.o N 5e1
LUOV.o N 5e8
LUOV.o N 5ea
LUOV.o N 5f1
LUOV.o N 5f4
LUOV.o N 5f9
LUOV.o N 604
LUOV.o N 613
LUOV.o N 61d
LUOV.o N 62c
LUOV.o N 635
LUOV.o N 639
LUOV.o N 63d
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 105
LinearAlgebra.o N 113
LinearAlgebra.o N 11e
LinearAlgebra.o N 128
LinearAlgebra.o N 132
LinearAlgebra.o N 137
LinearAlgebra.o N 13b
LinearAlgebra.o N 140
LinearAlgebra.o N 146
LinearAlgebra.o N 150
LinearAlgebra.o N 158
LinearAlgebra.o N 15f
LinearAlgebra.o N 166
LinearAlgebra.o N 171
LinearAlgebra.o N 180
LinearAlgebra.o N 18c
LinearAlgebra.o N 195
LinearAlgebra.o N 19e
LinearAlgebra.o N 1a4
LinearAlgebra.o N 1b8
LinearAlgebra.o N 1ca
LinearAlgebra.o N 1d7
LinearAlgebra.o N 1db
LinearAlgebra.o N 1dd
LinearAlgebra.o N 1e4
LinearAlgebra.o N 1e6
LinearAlgebra.o N 1ea
LinearAlgebra.o N 1ee
LinearAlgebra.o N 1f3
LinearAlgebra.o N 1f8
LinearAlgebra.o N 1fa
LinearAlgebra.o N 1ff
LinearAlgebra.o N 203
LinearAlgebra.o N 205
LinearAlgebra.o N 20d
LinearAlgebra.o N 216
LinearAlgebra.o N 21d
LinearAlgebra.o N 227
LinearAlgebra.o N 229
LinearAlgebra.o N 22d
LinearAlgebra.o N 236
LinearAlgebra.o N 25
LinearAlgebra.o N 35
LinearAlgebra.o N f4
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 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 170
intermediateValues.o N 17a
intermediateValues.o N 182
intermediateValues.o N 189
intermediateValues.o N 18b
intermediateValues.o N 190
intermediateValues.o N 194
intermediateValues.o N 199
intermediateValues.o N 19f
intermediateValues.o N 1a6
intermediateValues.o N 1b5
intermediateValues.o N 1b9
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 271
keccakrng.o N 276
keccakrng.o N 28a
keccakrng.o N 29a
keccakrng.o N 2a8
keccakrng.o N 2bc
keccakrng.o N 2c1
keccakrng.o N 2c5
keccakrng.o N 2d0
keccakrng.o N 2d6
keccakrng.o N 2d8
keccakrng.o N 2df
keccakrng.o N 2e6
keccakrng.o N 2f0
keccakrng.o N 2f8
keccakrng.o N 2ff
keccakrng.o N 306
keccakrng.o N 31
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 22d
sign.o N 235
sign.o N 23c
sign.o N 25
sign.o N 250
sign.o N 263
sign.o N 275
sign.o N 28b
sign.o N 2a1
sign.o N 2a8
sign.o N 2c
sign.o N 2d8
sign.o N 300
sign.o N 32d
sign.o N 32f
sign.o N 336
sign.o N 339
sign.o N 343
sign.o N 346
sign.o N 350
sign.o N 353
sign.o N 356
sign.o N 35b
sign.o N 35d
sign.o N 364
sign.o N 36e
sign.o N 378
sign.o N 37b
sign.o N 37e
sign.o N 384
sign.o N 386
sign.o N 38b
sign.o N 38f
sign.o N 393
sign.o N 398
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 156
LUOV.o N 15e
LUOV.o N 163
LUOV.o N 16f
LUOV.o N 179
LUOV.o N 17e
LUOV.o N 18c
LUOV.o N 191
LUOV.o N 19a
LUOV.o N 19e
LUOV.o N 1a9
LUOV.o N 1b3
LUOV.o N 1c7
LUOV.o N 1ce
LUOV.o N 1d4
LUOV.o N 1d9
LUOV.o N 1e5
LUOV.o N 1ef
LUOV.o N 214
LUOV.o N 233
LUOV.o N 245
LUOV.o N 25
LUOV.o N 255
LUOV.o N 268
LUOV.o N 281
LUOV.o N 298
LUOV.o N 2b1
LUOV.o N 2b6
LUOV.o N 2c
LUOV.o N 2c7
LUOV.o N 2da
LUOV.o N 2ed
LUOV.o N 2f4
LUOV.o N 2f8
LUOV.o N 304
LUOV.o N 30f
LUOV.o N 317
LUOV.o N 325
LUOV.o N 338
LUOV.o N 343
LUOV.o N 348
LUOV.o N 34d
LUOV.o N 353
LUOV.o N 35d
LUOV.o N 365
LUOV.o N 36c
LUOV.o N 381
LUOV.o N 393
LUOV.o N 3a7
LUOV.o N 3b6
LUOV.o N 3cc
LUOV.o N 3de
LUOV.o N 3ef
LUOV.o N 404
LUOV.o N 414
LUOV.o N 428
LUOV.o N 43e
LUOV.o N 450
LUOV.o N 464
LUOV.o N 47a
LUOV.o N 48c
LUOV.o N 4a0
LUOV.o N 4b6
LUOV.o N 4c8
LUOV.o N 4d4
LUOV.o N 4e4
LUOV.o N 4f9
LUOV.o N 50f
LUOV.o N 51d
LUOV.o N 52c
LUOV.o N 539
LUOV.o N 53b
LUOV.o N 545
LUOV.o N 557
LUOV.o N 55e
LUOV.o N 560
LUOV.o N 567
LUOV.o N 569
LUOV.o N 570
LUOV.o N 573
LUOV.o N 57f
LUOV.o N 581
LUOV.o N 58b
LUOV.o N 59f
LUOV.o N 5aa
LUOV.o N 5ad
LUOV.o N 5b0
LUOV.o N 5ba
LUOV.o N 5bc
LUOV.o N 5be
LUOV.o N 5c6
LUOV.o N 5c8
LUOV.o N 5ca
LUOV.o N 5cc
LUOV.o N 5d0
LUOV.o N 5e2
LUOV.o N 5e9
LUOV.o N 5eb
LUOV.o N 5f2
LUOV.o N 5f5
LUOV.o N 5fa
LUOV.o N 605
LUOV.o N 614
LUOV.o N 61e
LUOV.o N 62d
LUOV.o N 636
LUOV.o N 63a
LUOV.o N 63e
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 106
LinearAlgebra.o N 114
LinearAlgebra.o N 11f
LinearAlgebra.o N 128
LinearAlgebra.o N 12a
LinearAlgebra.o N 12f
LinearAlgebra.o N 133
LinearAlgebra.o N 138
LinearAlgebra.o N 13e
LinearAlgebra.o N 148
LinearAlgebra.o N 150
LinearAlgebra.o N 157
LinearAlgebra.o N 15e
LinearAlgebra.o N 163
LinearAlgebra.o N 168
LinearAlgebra.o N 16d
LinearAlgebra.o N 177
LinearAlgebra.o N 181
LinearAlgebra.o N 18c
LinearAlgebra.o N 19b
LinearAlgebra.o N 1a7
LinearAlgebra.o N 1b0
LinearAlgebra.o N 1b6
LinearAlgebra.o N 1ca
LinearAlgebra.o N 1dc
LinearAlgebra.o N 1e9
LinearAlgebra.o N 1ed
LinearAlgebra.o N 1ef
LinearAlgebra.o N 1f6
LinearAlgebra.o N 1f8
LinearAlgebra.o N 1fc
LinearAlgebra.o N 200
LinearAlgebra.o N 204
LinearAlgebra.o N 206
LinearAlgebra.o N 20e
LinearAlgebra.o N 217
LinearAlgebra.o N 21e
LinearAlgebra.o N 228
LinearAlgebra.o N 22a
LinearAlgebra.o N 22e
LinearAlgebra.o N 237
LinearAlgebra.o N 25
LinearAlgebra.o N 35
LinearAlgebra.o N f5
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 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 171
intermediateValues.o N 17b
intermediateValues.o N 183
intermediateValues.o N 18a
intermediateValues.o N 18c
intermediateValues.o N 191
intermediateValues.o N 195
intermediateValues.o N 19a
intermediateValues.o N 1a0
intermediateValues.o N 1a7
intermediateValues.o N 1b6
intermediateValues.o N 1ba
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 272
keccakrng.o N 277
keccakrng.o N 28b
keccakrng.o N 29b
keccakrng.o N 2a9
keccakrng.o N 2bd
keccakrng.o N 2c2
keccakrng.o N 2c6
keccakrng.o N 2d1
keccakrng.o N 2d7
keccakrng.o N 2d9
keccakrng.o N 2e0
keccakrng.o N 2e7
keccakrng.o N 2f1
keccakrng.o N 2f9
keccakrng.o N 300
keccakrng.o N 307
keccakrng.o N 31
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 22e
sign.o N 236
sign.o N 23d
sign.o N 25
sign.o N 251
sign.o N 264
sign.o N 276
sign.o N 28c
sign.o N 2a2
sign.o N 2a9
sign.o N 2c
sign.o N 2d9
sign.o N 301
sign.o N 32e
sign.o N 330
sign.o N 337
sign.o N 33a
sign.o N 344
sign.o N 347
sign.o N 351
sign.o N 354
sign.o N 357
sign.o N 35c
sign.o N 35e
sign.o N 365
sign.o N 36f
sign.o N 379
sign.o N 37c
sign.o N 37f
sign.o N 385
sign.o N 387
sign.o N 38c
sign.o N 390
sign.o N 394
sign.o N 399
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 155
LUOV.o N 15d
LUOV.o N 162
LUOV.o N 16e
LUOV.o N 178
LUOV.o N 17d
LUOV.o N 18b
LUOV.o N 190
LUOV.o N 199
LUOV.o N 19d
LUOV.o N 1a8
LUOV.o N 1b2
LUOV.o N 1c6
LUOV.o N 1cd
LUOV.o N 1d3
LUOV.o N 1d8
LUOV.o N 1e4
LUOV.o N 1ee
LUOV.o N 213
LUOV.o N 232
LUOV.o N 244
LUOV.o N 25
LUOV.o N 254
LUOV.o N 267
LUOV.o N 280
LUOV.o N 297
LUOV.o N 2b0
LUOV.o N 2b5
LUOV.o N 2c
LUOV.o N 2c6
LUOV.o N 2d9
LUOV.o N 2ec
LUOV.o N 2f3
LUOV.o N 2f7
LUOV.o N 303
LUOV.o N 30e
LUOV.o N 316
LUOV.o N 324
LUOV.o N 337
LUOV.o N 342
LUOV.o N 347
LUOV.o N 34c
LUOV.o N 352
LUOV.o N 35c
LUOV.o N 364
LUOV.o N 36b
LUOV.o N 380
LUOV.o N 392
LUOV.o N 3a6
LUOV.o N 3b5
LUOV.o N 3cb
LUOV.o N 3dd
LUOV.o N 3ee
LUOV.o N 3fc
LUOV.o N 405
LUOV.o N 409
LUOV.o N 410
LUOV.o N 424
LUOV.o N 428
LUOV.o N 43d
LUOV.o N 44d
LUOV.o N 461
LUOV.o N 477
LUOV.o N 489
LUOV.o N 49d
LUOV.o N 4b3
LUOV.o N 4c5
LUOV.o N 4d9
LUOV.o N 4ef
LUOV.o N 501
LUOV.o N 50d
LUOV.o N 51d
LUOV.o N 532
LUOV.o N 548
LUOV.o N 557
LUOV.o N 564
LUOV.o N 566
LUOV.o N 570
LUOV.o N 582
LUOV.o N 589
LUOV.o N 58b
LUOV.o N 592
LUOV.o N 594
LUOV.o N 59b
LUOV.o N 59e
LUOV.o N 5aa
LUOV.o N 5ac
LUOV.o N 5b6
LUOV.o N 5c1
LUOV.o N 5c4
LUOV.o N 5c7
LUOV.o N 5d1
LUOV.o N 5d3
LUOV.o N 5d5
LUOV.o N 5dd
LUOV.o N 5df
LUOV.o N 5e1
LUOV.o N 5e3
LUOV.o N 5e7
LUOV.o N 5f9
LUOV.o N 5fb
LUOV.o N 602
LUOV.o N 605
LUOV.o N 60a
LUOV.o N 615
LUOV.o N 624
LUOV.o N 62e
LUOV.o N 63d
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 103
LinearAlgebra.o N 107
LinearAlgebra.o N 10c
LinearAlgebra.o N 112
LinearAlgebra.o N 120
LinearAlgebra.o N 12a
LinearAlgebra.o N 132
LinearAlgebra.o N 139
LinearAlgebra.o N 140
LinearAlgebra.o N 14d
LinearAlgebra.o N 151
LinearAlgebra.o N 153
LinearAlgebra.o N 158
LinearAlgebra.o N 164
LinearAlgebra.o N 16f
LinearAlgebra.o N 178
LinearAlgebra.o N 17a
LinearAlgebra.o N 17f
LinearAlgebra.o N 184
LinearAlgebra.o N 189
LinearAlgebra.o N 192
LinearAlgebra.o N 196
LinearAlgebra.o N 198
LinearAlgebra.o N 19e
LinearAlgebra.o N 1a6
LinearAlgebra.o N 1b0
LinearAlgebra.o N 1b9
LinearAlgebra.o N 1c0
LinearAlgebra.o N 1c2
LinearAlgebra.o N 1c4
LinearAlgebra.o N 1ce
LinearAlgebra.o N 1d9
LinearAlgebra.o N 1e8
LinearAlgebra.o N 1f4
LinearAlgebra.o N 208
LinearAlgebra.o N 21a
LinearAlgebra.o N 221
LinearAlgebra.o N 225
LinearAlgebra.o N 229
LinearAlgebra.o N 22d
LinearAlgebra.o N 236
LinearAlgebra.o N 25
LinearAlgebra.o N 35
LinearAlgebra.o N f4
LinearAlgebra.o N fe
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 170
intermediateValues.o N 17a
intermediateValues.o N 182
intermediateValues.o N 189
intermediateValues.o N 18b
intermediateValues.o N 190
intermediateValues.o N 194
intermediateValues.o N 199
intermediateValues.o N 19f
intermediateValues.o N 1a6
intermediateValues.o N 1b5
intermediateValues.o N 1b9
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 271
keccakrng.o N 276
keccakrng.o N 28a
keccakrng.o N 29a
keccakrng.o N 2a8
keccakrng.o N 2bc
keccakrng.o N 2c1
keccakrng.o N 2c5
keccakrng.o N 2d0
keccakrng.o N 2d6
keccakrng.o N 2d8
keccakrng.o N 2df
keccakrng.o N 2e6
keccakrng.o N 2f0
keccakrng.o N 2f8
keccakrng.o N 2ff
keccakrng.o N 306
keccakrng.o N 31
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 22d
sign.o N 235
sign.o N 23c
sign.o N 25
sign.o N 250
sign.o N 263
sign.o N 275
sign.o N 28b
sign.o N 2a1
sign.o N 2a8
sign.o N 2c
sign.o N 2d8
sign.o N 300
sign.o N 32d
sign.o N 32f
sign.o N 336
sign.o N 339
sign.o N 343
sign.o N 346
sign.o N 350
sign.o N 353
sign.o N 356
sign.o N 35b
sign.o N 35d
sign.o N 364
sign.o N 36e
sign.o N 378
sign.o N 37b
sign.o N 37e
sign.o N 384
sign.o N 386
sign.o N 38b
sign.o N 38f
sign.o N 393
sign.o N 398
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) |