Test results for armeabi, bblack, crypto_sign/luov890351
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_sign
Test results for armeabi, bblack, crypto_sign
Test results for crypto_sign/luov890351
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: luov890351
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
374414792 | 550778 0 0 | 46491 508 1512 | T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
375662312 | 552197 0 0 | 58086 468 1520 | T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
387036416 | 542530 0 0 | 38923 508 1512 | T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
387050744 | 550553 0 0 | 49614 468 1512 | T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
387097696 | 550553 0 0 | 49614 468 1512 | T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
387267312 | 552361 0 0 | 49430 468 1520 | T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
394434000 | 546909 0 0 | 45470 460 1512 | T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
417562616 | 540452 0 0 | 36971 500 1512 | T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
431792568 | 542906 0 0 | 39643 508 1512 | T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
1856551080 | 402978 36 0 | 161907 508 1512 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
1860434480 | 406134 36 0 | 164015 508 1512 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
1954808640 | 411860 36 0 | 170542 468 1520 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
1957476048 | 409056 36 0 | 170758 468 1512 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
1963732328 | 409056 36 0 | 170758 468 1512 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
2017562808 | 411880 36 0 | 179382 468 1520 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
2049493240 | 402840 36 0 | 161995 508 1512 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
2053510608 | 407404 36 0 | 168622 460 1512 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
2189091808 | 401816 36 0 | 162203 500 1512 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
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: *((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: *((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: *((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: *((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 (8.3.0) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000112
Bitcontainer.o N 00000129
Bitcontainer.o N 00000134
Bitcontainer.o N 0000013d
Bitcontainer.o N 00000150
Bitcontainer.o N 00000157
Bitcontainer.o N 0000015d
Bitcontainer.o N 0000016b
Bitcontainer.o N 0000017f
Bitcontainer.o N 00000184
Bitcontainer.o N 00000191
Bitcontainer.o N 0000019d
Bitcontainer.o N 000001a7
Bitcontainer.o N 000001ab
Bitcontainer.o N 000001d0
Bitcontainer.o N 000001ef
Bitcontainer.o N 00000201
Bitcontainer.o N 00000211
Bitcontainer.o N 00000225
Bitcontainer.o N 00000228
Bitcontainer.o N 00000233
Bitcontainer.o N 00000240
Bitcontainer.o N 00000242
Bitcontainer.o N 00000259
Bitcontainer.o N 00000272
Bitcontainer.o N 00000276
Bitcontainer.o N 0000027d
Bitcontainer.o N 00000285
Bitcontainer.o N 0000029e
Bitcontainer.o N 000002a0
Bitcontainer.o N 000002a5
Bitcontainer.o N 000002aa
Bitcontainer.o N 000002b3
Bitcontainer.o N 000002ba
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c1
Bitcontainer.o N 000002c3
Bitcontainer.o N 000002c5
Bitcontainer.o N 000002cc
Bitcontainer.o N 000002d0
Bitcontainer.o N 000002d4
Bitcontainer.o N 000002de
Bitcontainer.o N 000002e2
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 0000010e
F16Field.o N 0000011a
F16Field.o N 00000127
F16Field.o N 00000132
F16Field.o N 0000013b
F16Field.o N 0000014f
F16Field.o N 0000015f
F16Field.o N 0000016e
F16Field.o N 00000179
F16Field.o N 00000182
F16Field.o N 0000018a
F16Field.o N 00000193
F16Field.o N 0000019c
F16Field.o N 000001a3
F16Field.o N 000001a5
F16Field.o N 000001b0
F16Field.o N 000001bc
F16Field.o N 000001be
F16Field.o N 000001ca
F16Field.o N 000001cf
F16Field.o N 000001d1
F16Field.o N 000001d5
F16Field.o N 000001e1
F16Field.o N 000001ec
F16Field.o N 000001fb
F16Field.o N 00000207
F16Field.o N 0000020b
F16Field.o N 0000020d
F16Field.o N 00000218
F16Field.o N 0000022a
F16Field.o N 0000023e
F16Field.o N 0000024b
F16Field.o N 00000256
F16Field.o N 0000026b
F16Field.o N 0000027d
F16Field.o N 0000029b
F16Field.o N 0000029d
F16Field.o N 000002a2
F16Field.o N 000002b0
F16Field.o N 000002b5
F16Field.o N 000002cc
F16Field.o N 000002d7
F16Field.o N 000002e0
F16Field.o N 000002e9
F16Field.o N 000002f0
F16Field.o N 000002f2
F16Field.o N 000002f9
F16Field.o N 000002fb
F16Field.o N 000002fd
F16Field.o N 00000302
F16Field.o N 00000309
F16Field.o N 0000030b
F16Field.o N 0000030d
F16Field.o N 0000030f
F16Field.o N 00000311
F16Field.o N 00000314
F16Field.o N 00000317
F16Field.o N 00000319
F16Field.o N 0000031b
F16Field.o N 0000031f
F16Field.o N 00000321
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010e
F32Field.o N 0000011b
F32Field.o N 00000124
F32Field.o N 0000012d
F32Field.o N 00000138
F32Field.o N 0000013b
F32Field.o N 0000014a
F32Field.o N 00000155
F32Field.o N 0000015e
F32Field.o N 00000166
F32Field.o N 00000169
F32Field.o N 00000171
F32Field.o N 00000175
F32Field.o N 00000184
F32Field.o N 00000186
F32Field.o N 00000188
F32Field.o N 0000018b
F32Field.o N 0000019d
F32Field.o N 000001b1
F32Field.o N 000001be
F32Field.o N 000001c5
F32Field.o N 000001d3
F32Field.o N 000001e5
F32Field.o N 000001f1
F32Field.o N 000001fc
F32Field.o N 00000207
F32Field.o N 0000020b
F32Field.o N 0000020d
F32Field.o N 00000212
F32Field.o N 00000220
F32Field.o N 00000225
F32Field.o N 0000023c
F32Field.o N 00000247
F32Field.o N 00000250
F32Field.o N 00000259
F32Field.o N 00000260
F32Field.o N 00000262
F32Field.o N 00000269
F32Field.o N 0000026b
F32Field.o N 0000026d
F32Field.o N 0000026f
F32Field.o N 00000271
F32Field.o N 00000277
F32Field.o N 0000027d
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010e
F48Field.o N 0000011b
F48Field.o N 0000012a
F48Field.o N 00000135
F48Field.o N 0000013e
F48Field.o N 00000146
F48Field.o N 0000015a
F48Field.o N 00000167
F48Field.o N 00000170
F48Field.o N 00000179
F48Field.o N 00000184
F48Field.o N 00000189
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000197
F48Field.o N 0000019a
F48Field.o N 0000019e
F48Field.o N 000001b0
F48Field.o N 000001c4
F48Field.o N 000001d1
F48Field.o N 000001d8
F48Field.o N 000001e6
F48Field.o N 000001f2
F48Field.o N 00000204
F48Field.o N 0000020f
F48Field.o N 0000021a
F48Field.o N 0000021e
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 00000233
F48Field.o N 00000238
F48Field.o N 0000024f
F48Field.o N 0000025a
F48Field.o N 00000263
F48Field.o N 0000026c
F48Field.o N 00000273
F48Field.o N 00000275
F48Field.o N 00000277
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o N 00000283
F48Field.o N 00000286
F48Field.o N 0000028c
F48Field.o N 00000290
F48Field.o N 00000292
F48Field.o N 00000294
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010e
F64Field.o N 00000116
F64Field.o N 0000011b
F64Field.o N 0000012a
F64Field.o N 00000135
F64Field.o N 0000013e
F64Field.o N 00000146
F64Field.o N 0000015a
F64Field.o N 00000162
F64Field.o N 0000016f
F64Field.o N 0000017c
F64Field.o N 00000185
F64Field.o N 0000018e
F64Field.o N 000001a5
F64Field.o N 000001b0
F64Field.o N 000001b9
F64Field.o N 000001c4
F64Field.o N 000001c8
F64Field.o N 000001ca
F64Field.o N 000001cc
F64Field.o N 000001d7
F64Field.o N 000001da
F64Field.o N 000001dd
F64Field.o N 000001e0
F64Field.o N 000001e3
F64Field.o N 000001e7
F64Field.o N 000001f4
F64Field.o N 00000202
F64Field.o N 00000209
F64Field.o N 00000215
F64Field.o N 00000227
F64Field.o N 00000232
F64Field.o N 00000244
F64Field.o N 00000258
F64Field.o N 0000025b
F64Field.o N 0000025e
F64Field.o N 00000261
F64Field.o N 00000267
F64Field.o N 0000026b
F64Field.o N 0000026d
F64Field.o N 0000026f
F64Field.o N 00000276
F64Field.o N 00000278
F64Field.o N 0000027d
F64Field.o N 0000028b
F64Field.o N 00000290
F64Field.o N 00000299
F64Field.o N 000002a0
F64Field.o N 000002a2
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010e
F80Field.o N 00000116
F80Field.o N 0000011b
F80Field.o N 0000012a
F80Field.o N 00000135
F80Field.o N 0000013e
F80Field.o N 00000146
F80Field.o N 0000015a
F80Field.o N 00000162
F80Field.o N 0000016f
F80Field.o N 0000017c
F80Field.o N 00000185
F80Field.o N 0000018e
F80Field.o N 000001a5
F80Field.o N 000001b0
F80Field.o N 000001b9
F80Field.o N 000001c4
F80Field.o N 000001c8
F80Field.o N 000001ca
F80Field.o N 000001cc
F80Field.o N 000001d7
F80Field.o N 000001da
F80Field.o N 000001dd
F80Field.o N 000001e0
F80Field.o N 000001e3
F80Field.o N 000001e6
F80Field.o N 000001ea
F80Field.o N 000001f7
F80Field.o N 000001fe
F80Field.o N 0000020c
F80Field.o N 00000218
F80Field.o N 0000022a
F80Field.o N 00000235
F80Field.o N 00000247
F80Field.o N 0000025b
F80Field.o N 00000260
F80Field.o N 00000266
F80Field.o N 0000026a
F80Field.o N 0000026c
F80Field.o N 0000026e
F80Field.o N 00000275
F80Field.o N 00000277
F80Field.o N 0000027c
F80Field.o N 0000028a
F80Field.o N 0000028f
F80Field.o N 00000298
F80Field.o N 0000029f
F80Field.o N 000002a1
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010d
F8Field.o N 00000118
F8Field.o N 00000127
F8Field.o N 00000132
F8Field.o N 0000013b
F8Field.o N 0000014f
F8Field.o N 0000015e
F8Field.o N 0000016c
F8Field.o N 00000176
F8Field.o N 0000017e
F8Field.o N 0000018b
F8Field.o N 00000193
F8Field.o N 0000019b
F8Field.o N 000001a2
F8Field.o N 000001a8
F8Field.o N 000001aa
F8Field.o N 000001b4
F8Field.o N 000001c5
F8Field.o N 000001d8
F8Field.o N 000001e4
F8Field.o N 000001ef
F8Field.o N 000001f9
F8Field.o N 000001fb
F8Field.o N 00000200
F8Field.o N 00000205
F8Field.o N 0000021c
F8Field.o N 00000227
F8Field.o N 00000230
F8Field.o N 00000239
F8Field.o N 0000023d
F8Field.o N 00000244
F8Field.o N 00000246
F8Field.o N 0000024d
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 0000010a
LUOV.o N 0000010d
LUOV.o N 00000124
LUOV.o N 0000012f
LUOV.o N 00000138
LUOV.o N 0000014c
LUOV.o N 0000014f
LUOV.o N 00000155
LUOV.o N 00000160
LUOV.o N 0000016d
LUOV.o N 00000179
LUOV.o N 0000017b
LUOV.o N 00000189
LUOV.o N 0000019c
LUOV.o N 0000019e
LUOV.o N 000001a8
LUOV.o N 000001b0
LUOV.o N 000001b7
LUOV.o N 000001b9
LUOV.o N 000001be
LUOV.o N 000001c2
LUOV.o N 000001c4
LUOV.o N 000001d7
LUOV.o N 000001da
LUOV.o N 000001dd
LUOV.o N 000001e0
LUOV.o N 000001e3
LUOV.o N 000001e6
LUOV.o N 000001e9
LUOV.o N 000001f7
LUOV.o N 00000200
LUOV.o N 00000204
LUOV.o N 0000020b
LUOV.o N 0000020f
LUOV.o N 00000216
LUOV.o N 0000021c
LUOV.o N 00000221
LUOV.o N 0000022e
LUOV.o N 0000023a
LUOV.o N 00000244
LUOV.o N 00000269
LUOV.o N 00000288
LUOV.o N 0000029a
LUOV.o N 000002aa
LUOV.o N 000002be
LUOV.o N 000002ca
LUOV.o N 000002db
LUOV.o N 000002ed
LUOV.o N 00000301
LUOV.o N 00000317
LUOV.o N 00000329
LUOV.o N 0000033d
LUOV.o N 00000353
LUOV.o N 00000365
LUOV.o N 00000379
LUOV.o N 0000038f
LUOV.o N 000003a1
LUOV.o N 000003ad
LUOV.o N 000003bd
LUOV.o N 000003d2
LUOV.o N 000003e8
LUOV.o N 000003f7
LUOV.o N 00000404
LUOV.o N 00000406
LUOV.o N 00000410
LUOV.o N 00000422
LUOV.o N 00000429
LUOV.o N 0000042b
LUOV.o N 00000430
LUOV.o N 00000435
LUOV.o N 0000043e
LUOV.o N 00000445
LUOV.o N 00000448
LUOV.o N 00000454
LUOV.o N 00000456
LUOV.o N 00000460
LUOV.o N 00000462
LUOV.o N 00000469
LUOV.o N 00000474
LUOV.o N 00000477
LUOV.o N 0000047a
LUOV.o N 00000484
LUOV.o N 00000486
LUOV.o N 0000048e
LUOV.o N 00000490
LUOV.o N 00000492
LUOV.o N 00000494
LUOV.o N 00000496
LUOV.o N 0000049b
LUOV.o N 0000049f
LUOV.o N 000004a5
LUOV.o N 000004ac
LUOV.o N 000004bb
LUOV.o N 000004c6
LUOV.o N 000004cf
LUOV.o N 000004d1
LUOV.o N 000004d6
LUOV.o N 000004db
LUOV.o N 000004e1
LUOV.o N 000004e8
LUOV.o N 000004fa
LUOV.o N 000004ff
LUOV.o N 00000504
LUOV.o N 0000050f
LUOV.o N 0000051e
LUOV.o N 00000528
LUOV.o N 00000537
LUOV.o N 00000542
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000113
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000122
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000131
LinearAlgebra.o N 0000013f
LinearAlgebra.o N 00000149
LinearAlgebra.o N 00000151
LinearAlgebra.o N 00000158
LinearAlgebra.o N 0000015f
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000170
LinearAlgebra.o N 00000172
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 0000018c
LinearAlgebra.o N 00000195
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a1
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001b3
LinearAlgebra.o N 000001bc
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001c5
LinearAlgebra.o N 000001c7
LinearAlgebra.o N 000001d2
LinearAlgebra.o N 000001e1
LinearAlgebra.o N 000001ed
LinearAlgebra.o N 00000201
LinearAlgebra.o N 00000213
LinearAlgebra.o N 0000021a
LinearAlgebra.o N 0000021e
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022f
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010c
buffer.o N 00000123
buffer.o N 0000012e
buffer.o N 00000137
buffer.o N 00000140
buffer.o N 00000142
buffer.o N 00000147
buffer.o N 00000155
buffer.o N 0000015a
buffer.o N 00000163
buffer.o N 00000167
buffer.o N 0000016e
buffer.o N 00000170
buffer.o N 00000178
buffer.o N 0000017a
buffer.o N 00000181
buffer.o N 00000185
buffer.o N 00000198
buffer.o N 0000019a
buffer.o N 0000019f
buffer.o N 000001b4
buffer.o N 000001b8
buffer.o N 000001c2
buffer.o N 000001cc
buffer.o N 000001d7
buffer.o N 000001db
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000118
intermediateValues.o N 0000012b
intermediateValues.o N 00000140
intermediateValues.o N 00000154
intermediateValues.o N 00000169
intermediateValues.o N 00000179
intermediateValues.o N 00000181
intermediateValues.o N 0000018f
intermediateValues.o N 00000199
intermediateValues.o N 000001a1
intermediateValues.o N 000001a8
intermediateValues.o N 000001aa
intermediateValues.o N 000001af
intermediateValues.o N 000001b3
intermediateValues.o N 000001b8
intermediateValues.o N 000001be
intermediateValues.o N 000001c5
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010f
keccakrng.o N 0000011d
keccakrng.o N 00000131
keccakrng.o N 00000141
keccakrng.o N 0000014f
keccakrng.o N 00000156
keccakrng.o N 0000015c
keccakrng.o N 00000170
keccakrng.o N 00000175
keccakrng.o N 00000182
keccakrng.o N 0000018e
keccakrng.o N 00000198
keccakrng.o N 0000019c
keccakrng.o N 000001c1
keccakrng.o N 000001e0
keccakrng.o N 000001f2
keccakrng.o N 00000202
keccakrng.o N 00000216
keccakrng.o N 0000021b
keccakrng.o N 0000021f
keccakrng.o N 00000225
keccakrng.o N 00000227
keccakrng.o N 0000023e
keccakrng.o N 00000249
keccakrng.o N 00000252
keccakrng.o N 00000259
keccakrng.o N 00000263
keccakrng.o N 0000026b
keccakrng.o N 00000272
keccakrng.o N 00000279
keccakrng.o N 00000284
keccakrng.o N 00000286
keccakrng.o N 0000028b
keccakrng.o N 00000290
keccakrng.o N 00000299
keccakrng.o N 000002a0
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 0000010a
sign.o N 0000013e
sign.o N 00000142
sign.o N 0000016e
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001b0
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001c2
sign.o N 000001d6
sign.o N 000001d8
sign.o N 000001e3
sign.o N 000001fa
sign.o N 00000205
sign.o N 0000020e
sign.o N 0000021b
sign.o N 00000225
sign.o N 00000228
sign.o N 00000233
sign.o N 00000236
sign.o N 00000240
sign.o N 00000242
sign.o N 00000247
sign.o N 0000024c
sign.o N 00000255
sign.o N 0000025c
sign.o N 0000025f
sign.o N 00000265
sign.o N 00000267
sign.o N 0000026c
sign.o N 0000026e
sign.o N 00000275
sign.o N 0000027a
sign.o N 0000027d
sign.o N 00000287
sign.o N 00000289
sign.o N 00000293
sign.o N 0000029b
sign.o N 000002a2
sign.o N 000002ac
sign.o N 000002b0
sign.o N 000002b4
sign.o N 000002b9
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000112
Bitcontainer.o N 00000129
Bitcontainer.o N 00000134
Bitcontainer.o N 0000013d
Bitcontainer.o N 00000150
Bitcontainer.o N 00000157
Bitcontainer.o N 0000015d
Bitcontainer.o N 0000016b
Bitcontainer.o N 0000017f
Bitcontainer.o N 00000184
Bitcontainer.o N 00000191
Bitcontainer.o N 0000019d
Bitcontainer.o N 000001a7
Bitcontainer.o N 000001ab
Bitcontainer.o N 000001d0
Bitcontainer.o N 000001ef
Bitcontainer.o N 00000201
Bitcontainer.o N 00000211
Bitcontainer.o N 00000225
Bitcontainer.o N 00000228
Bitcontainer.o N 00000233
Bitcontainer.o N 00000240
Bitcontainer.o N 00000242
Bitcontainer.o N 00000259
Bitcontainer.o N 00000272
Bitcontainer.o N 00000276
Bitcontainer.o N 0000027d
Bitcontainer.o N 00000285
Bitcontainer.o N 0000029e
Bitcontainer.o N 000002a0
Bitcontainer.o N 000002a5
Bitcontainer.o N 000002aa
Bitcontainer.o N 000002b3
Bitcontainer.o N 000002ba
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c1
Bitcontainer.o N 000002c3
Bitcontainer.o N 000002c5
Bitcontainer.o N 000002cc
Bitcontainer.o N 000002d0
Bitcontainer.o N 000002d4
Bitcontainer.o N 000002de
Bitcontainer.o N 000002e2
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 0000010e
F16Field.o N 0000011a
F16Field.o N 00000127
F16Field.o N 00000132
F16Field.o N 0000013b
F16Field.o N 0000014f
F16Field.o N 0000015f
F16Field.o N 0000016e
F16Field.o N 00000179
F16Field.o N 00000182
F16Field.o N 0000018a
F16Field.o N 00000193
F16Field.o N 0000019c
F16Field.o N 000001a3
F16Field.o N 000001a5
F16Field.o N 000001b0
F16Field.o N 000001bc
F16Field.o N 000001be
F16Field.o N 000001ca
F16Field.o N 000001cf
F16Field.o N 000001d1
F16Field.o N 000001d5
F16Field.o N 000001e1
F16Field.o N 000001ec
F16Field.o N 000001fb
F16Field.o N 00000206
F16Field.o N 0000020a
F16Field.o N 0000021c
F16Field.o N 00000230
F16Field.o N 0000023d
F16Field.o N 00000248
F16Field.o N 0000025d
F16Field.o N 00000269
F16Field.o N 0000027b
F16Field.o N 00000299
F16Field.o N 0000029b
F16Field.o N 000002a0
F16Field.o N 000002ae
F16Field.o N 000002b3
F16Field.o N 000002ca
F16Field.o N 000002d5
F16Field.o N 000002de
F16Field.o N 000002e7
F16Field.o N 000002ee
F16Field.o N 000002f0
F16Field.o N 000002f7
F16Field.o N 000002f9
F16Field.o N 000002fb
F16Field.o N 00000300
F16Field.o N 00000302
F16Field.o N 00000309
F16Field.o N 0000030b
F16Field.o N 0000030d
F16Field.o N 0000030f
F16Field.o N 00000311
F16Field.o N 00000314
F16Field.o N 00000317
F16Field.o N 00000319
F16Field.o N 0000031b
F16Field.o N 0000031f
F16Field.o N 00000321
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010e
F32Field.o N 0000011b
F32Field.o N 00000124
F32Field.o N 0000012d
F32Field.o N 00000138
F32Field.o N 0000013b
F32Field.o N 0000014a
F32Field.o N 00000155
F32Field.o N 0000015e
F32Field.o N 00000166
F32Field.o N 00000169
F32Field.o N 00000171
F32Field.o N 00000175
F32Field.o N 00000184
F32Field.o N 00000186
F32Field.o N 00000188
F32Field.o N 0000018b
F32Field.o N 0000019d
F32Field.o N 000001b1
F32Field.o N 000001be
F32Field.o N 000001c5
F32Field.o N 000001d3
F32Field.o N 000001e5
F32Field.o N 000001f1
F32Field.o N 000001fc
F32Field.o N 00000207
F32Field.o N 0000020b
F32Field.o N 0000020d
F32Field.o N 00000212
F32Field.o N 00000220
F32Field.o N 00000225
F32Field.o N 0000023c
F32Field.o N 00000247
F32Field.o N 00000250
F32Field.o N 00000259
F32Field.o N 00000260
F32Field.o N 00000262
F32Field.o N 00000269
F32Field.o N 0000026b
F32Field.o N 0000026d
F32Field.o N 0000026f
F32Field.o N 00000271
F32Field.o N 00000277
F32Field.o N 0000027d
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010e
F48Field.o N 0000011b
F48Field.o N 0000012a
F48Field.o N 00000135
F48Field.o N 0000013e
F48Field.o N 00000146
F48Field.o N 0000015a
F48Field.o N 00000167
F48Field.o N 00000170
F48Field.o N 00000179
F48Field.o N 00000184
F48Field.o N 00000189
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000197
F48Field.o N 0000019a
F48Field.o N 0000019e
F48Field.o N 000001b0
F48Field.o N 000001c4
F48Field.o N 000001d1
F48Field.o N 000001d8
F48Field.o N 000001e6
F48Field.o N 000001f2
F48Field.o N 00000204
F48Field.o N 0000020f
F48Field.o N 0000021a
F48Field.o N 0000021e
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 00000233
F48Field.o N 00000238
F48Field.o N 0000024f
F48Field.o N 0000025a
F48Field.o N 00000263
F48Field.o N 0000026c
F48Field.o N 00000273
F48Field.o N 00000275
F48Field.o N 00000277
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o N 00000283
F48Field.o N 00000286
F48Field.o N 0000028c
F48Field.o N 00000290
F48Field.o N 00000292
F48Field.o N 00000294
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010e
F64Field.o N 00000116
F64Field.o N 0000011b
F64Field.o N 0000012a
F64Field.o N 00000135
F64Field.o N 0000013e
F64Field.o N 00000146
F64Field.o N 0000015a
F64Field.o N 00000162
F64Field.o N 0000016f
F64Field.o N 0000017c
F64Field.o N 00000185
F64Field.o N 0000018e
F64Field.o N 000001a5
F64Field.o N 000001b0
F64Field.o N 000001b9
F64Field.o N 000001c4
F64Field.o N 000001c8
F64Field.o N 000001ca
F64Field.o N 000001cc
F64Field.o N 000001d7
F64Field.o N 000001da
F64Field.o N 000001dd
F64Field.o N 000001e0
F64Field.o N 000001e3
F64Field.o N 000001e7
F64Field.o N 000001f4
F64Field.o N 00000202
F64Field.o N 00000209
F64Field.o N 00000215
F64Field.o N 00000227
F64Field.o N 00000232
F64Field.o N 00000244
F64Field.o N 00000258
F64Field.o N 0000025b
F64Field.o N 0000025e
F64Field.o N 00000261
F64Field.o N 00000267
F64Field.o N 0000026b
F64Field.o N 0000026d
F64Field.o N 0000026f
F64Field.o N 00000276
F64Field.o N 00000278
F64Field.o N 0000027d
F64Field.o N 0000028b
F64Field.o N 00000290
F64Field.o N 00000299
F64Field.o N 000002a0
F64Field.o N 000002a2
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010e
F80Field.o N 00000116
F80Field.o N 0000011b
F80Field.o N 0000012a
F80Field.o N 00000135
F80Field.o N 0000013e
F80Field.o N 00000146
F80Field.o N 0000015a
F80Field.o N 00000162
F80Field.o N 0000016f
F80Field.o N 0000017c
F80Field.o N 00000185
F80Field.o N 0000018e
F80Field.o N 000001a5
F80Field.o N 000001b0
F80Field.o N 000001b9
F80Field.o N 000001c4
F80Field.o N 000001c8
F80Field.o N 000001ca
F80Field.o N 000001cc
F80Field.o N 000001d7
F80Field.o N 000001da
F80Field.o N 000001dd
F80Field.o N 000001e0
F80Field.o N 000001e3
F80Field.o N 000001e6
F80Field.o N 000001ea
F80Field.o N 000001f7
F80Field.o N 000001fe
F80Field.o N 0000020c
F80Field.o N 00000218
F80Field.o N 0000022a
F80Field.o N 00000235
F80Field.o N 00000247
F80Field.o N 0000025b
F80Field.o N 00000260
F80Field.o N 00000266
F80Field.o N 0000026a
F80Field.o N 0000026c
F80Field.o N 0000026e
F80Field.o N 00000275
F80Field.o N 00000277
F80Field.o N 0000027c
F80Field.o N 0000028a
F80Field.o N 0000028f
F80Field.o N 00000298
F80Field.o N 0000029f
F80Field.o N 000002a1
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010d
F8Field.o N 00000118
F8Field.o N 00000127
F8Field.o N 00000132
F8Field.o N 0000013b
F8Field.o N 0000014f
F8Field.o N 0000015e
F8Field.o N 0000016c
F8Field.o N 00000176
F8Field.o N 0000017e
F8Field.o N 0000018b
F8Field.o N 00000193
F8Field.o N 0000019b
F8Field.o N 000001a2
F8Field.o N 000001a8
F8Field.o N 000001aa
F8Field.o N 000001b4
F8Field.o N 000001c5
F8Field.o N 000001d8
F8Field.o N 000001e4
F8Field.o N 000001ef
F8Field.o N 000001f9
F8Field.o N 000001fb
F8Field.o N 00000200
F8Field.o N 00000205
F8Field.o N 0000021c
F8Field.o N 00000227
F8Field.o N 00000230
F8Field.o N 00000239
F8Field.o N 0000023d
F8Field.o N 00000244
F8Field.o N 00000246
F8Field.o N 0000024d
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 0000010a
LUOV.o N 0000010d
LUOV.o N 00000124
LUOV.o N 0000012f
LUOV.o N 00000138
LUOV.o N 0000014c
LUOV.o N 0000014f
LUOV.o N 00000155
LUOV.o N 00000160
LUOV.o N 0000016d
LUOV.o N 00000179
LUOV.o N 0000017b
LUOV.o N 00000189
LUOV.o N 0000019c
LUOV.o N 0000019e
LUOV.o N 000001a8
LUOV.o N 000001b0
LUOV.o N 000001b7
LUOV.o N 000001b9
LUOV.o N 000001be
LUOV.o N 000001c2
LUOV.o N 000001c4
LUOV.o N 000001d7
LUOV.o N 000001da
LUOV.o N 000001dd
LUOV.o N 000001e0
LUOV.o N 000001e3
LUOV.o N 000001e6
LUOV.o N 000001e9
LUOV.o N 000001f7
LUOV.o N 00000200
LUOV.o N 00000204
LUOV.o N 0000020b
LUOV.o N 0000020f
LUOV.o N 00000216
LUOV.o N 0000021c
LUOV.o N 00000221
LUOV.o N 0000022e
LUOV.o N 0000023a
LUOV.o N 00000244
LUOV.o N 00000269
LUOV.o N 00000288
LUOV.o N 0000029a
LUOV.o N 000002aa
LUOV.o N 000002be
LUOV.o N 000002ca
LUOV.o N 000002db
LUOV.o N 000002ed
LUOV.o N 00000301
LUOV.o N 00000317
LUOV.o N 00000329
LUOV.o N 0000033d
LUOV.o N 00000353
LUOV.o N 00000365
LUOV.o N 00000379
LUOV.o N 0000038f
LUOV.o N 000003a1
LUOV.o N 000003ad
LUOV.o N 000003bd
LUOV.o N 000003d2
LUOV.o N 000003e8
LUOV.o N 000003f7
LUOV.o N 00000404
LUOV.o N 00000406
LUOV.o N 00000410
LUOV.o N 00000422
LUOV.o N 00000429
LUOV.o N 0000042b
LUOV.o N 00000430
LUOV.o N 00000435
LUOV.o N 0000043e
LUOV.o N 00000445
LUOV.o N 00000448
LUOV.o N 00000454
LUOV.o N 00000456
LUOV.o N 00000460
LUOV.o N 00000462
LUOV.o N 00000469
LUOV.o N 00000474
LUOV.o N 00000477
LUOV.o N 0000047a
LUOV.o N 00000484
LUOV.o N 00000486
LUOV.o N 0000048e
LUOV.o N 00000490
LUOV.o N 00000492
LUOV.o N 00000494
LUOV.o N 00000496
LUOV.o N 0000049b
LUOV.o N 0000049f
LUOV.o N 000004a5
LUOV.o N 000004ac
LUOV.o N 000004bb
LUOV.o N 000004c6
LUOV.o N 000004cf
LUOV.o N 000004d1
LUOV.o N 000004d6
LUOV.o N 000004db
LUOV.o N 000004e1
LUOV.o N 000004e8
LUOV.o N 000004fa
LUOV.o N 000004ff
LUOV.o N 00000504
LUOV.o N 0000050f
LUOV.o N 0000051e
LUOV.o N 00000528
LUOV.o N 00000537
LUOV.o N 00000542
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000113
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000122
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000131
LinearAlgebra.o N 0000013f
LinearAlgebra.o N 00000149
LinearAlgebra.o N 00000151
LinearAlgebra.o N 00000158
LinearAlgebra.o N 0000015f
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000170
LinearAlgebra.o N 00000172
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 0000018c
LinearAlgebra.o N 00000195
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a1
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001b3
LinearAlgebra.o N 000001bc
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001c5
LinearAlgebra.o N 000001c7
LinearAlgebra.o N 000001d2
LinearAlgebra.o N 000001e1
LinearAlgebra.o N 000001ed
LinearAlgebra.o N 00000201
LinearAlgebra.o N 00000213
LinearAlgebra.o N 0000021a
LinearAlgebra.o N 0000021e
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022f
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010c
buffer.o N 00000123
buffer.o N 0000012e
buffer.o N 00000137
buffer.o N 00000140
buffer.o N 00000142
buffer.o N 00000147
buffer.o N 00000155
buffer.o N 0000015a
buffer.o N 00000163
buffer.o N 00000167
buffer.o N 0000016e
buffer.o N 00000170
buffer.o N 00000178
buffer.o N 0000017a
buffer.o N 00000181
buffer.o N 00000185
buffer.o N 00000198
buffer.o N 0000019a
buffer.o N 0000019f
buffer.o N 000001b4
buffer.o N 000001b8
buffer.o N 000001c2
buffer.o N 000001cc
buffer.o N 000001d7
buffer.o N 000001db
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000118
intermediateValues.o N 0000012b
intermediateValues.o N 00000140
intermediateValues.o N 00000154
intermediateValues.o N 00000169
intermediateValues.o N 00000179
intermediateValues.o N 00000181
intermediateValues.o N 0000018f
intermediateValues.o N 00000199
intermediateValues.o N 000001a1
intermediateValues.o N 000001a8
intermediateValues.o N 000001aa
intermediateValues.o N 000001af
intermediateValues.o N 000001b3
intermediateValues.o N 000001b8
intermediateValues.o N 000001be
intermediateValues.o N 000001c5
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010f
keccakrng.o N 0000011d
keccakrng.o N 00000131
keccakrng.o N 00000141
keccakrng.o N 0000014f
keccakrng.o N 00000156
keccakrng.o N 0000015c
keccakrng.o N 00000170
keccakrng.o N 00000175
keccakrng.o N 00000182
keccakrng.o N 0000018e
keccakrng.o N 00000198
keccakrng.o N 0000019c
keccakrng.o N 000001c1
keccakrng.o N 000001e0
keccakrng.o N 000001f2
keccakrng.o N 00000202
keccakrng.o N 00000216
keccakrng.o N 0000021b
keccakrng.o N 0000021f
keccakrng.o N 00000225
keccakrng.o N 00000227
keccakrng.o N 0000023e
keccakrng.o N 00000249
keccakrng.o N 00000252
keccakrng.o N 00000259
keccakrng.o N 00000263
keccakrng.o N 0000026b
keccakrng.o N 00000272
keccakrng.o N 00000279
keccakrng.o N 00000284
keccakrng.o N 00000286
keccakrng.o N 0000028b
keccakrng.o N 00000290
keccakrng.o N 00000299
keccakrng.o N 000002a0
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 0000010a
sign.o N 0000013e
sign.o N 00000142
sign.o N 0000016e
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001b0
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001c2
sign.o N 000001d6
sign.o N 000001d8
sign.o N 000001e3
sign.o N 000001fa
sign.o N 00000205
sign.o N 0000020e
sign.o N 0000021b
sign.o N 00000225
sign.o N 00000228
sign.o N 00000233
sign.o N 00000236
sign.o N 00000240
sign.o N 00000242
sign.o N 00000247
sign.o N 0000024c
sign.o N 00000255
sign.o N 0000025c
sign.o N 0000025f
sign.o N 00000265
sign.o N 00000267
sign.o N 0000026c
sign.o N 0000026e
sign.o N 00000275
sign.o N 0000027a
sign.o N 0000027d
sign.o N 00000287
sign.o N 00000289
sign.o N 00000293
sign.o N 0000029b
sign.o N 000002a2
sign.o N 000002ac
sign.o N 000002b0
sign.o N 000002b4
sign.o N 000002b9
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000111
Bitcontainer.o N 00000128
Bitcontainer.o N 00000133
Bitcontainer.o N 0000013c
Bitcontainer.o N 0000014f
Bitcontainer.o N 00000156
Bitcontainer.o N 0000015c
Bitcontainer.o N 0000016a
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000183
Bitcontainer.o N 00000190
Bitcontainer.o N 0000019c
Bitcontainer.o N 000001a6
Bitcontainer.o N 000001aa
Bitcontainer.o N 000001cf
Bitcontainer.o N 000001ee
Bitcontainer.o N 00000200
Bitcontainer.o N 00000210
Bitcontainer.o N 00000224
Bitcontainer.o N 00000227
Bitcontainer.o N 00000232
Bitcontainer.o N 0000023f
Bitcontainer.o N 00000241
Bitcontainer.o N 00000258
Bitcontainer.o N 00000271
Bitcontainer.o N 00000275
Bitcontainer.o N 0000027c
Bitcontainer.o N 00000284
Bitcontainer.o N 0000029d
Bitcontainer.o N 0000029f
Bitcontainer.o N 000002a4
Bitcontainer.o N 000002a9
Bitcontainer.o N 000002b2
Bitcontainer.o N 000002b9
Bitcontainer.o N 000002be
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c2
Bitcontainer.o N 000002c4
Bitcontainer.o N 000002cb
Bitcontainer.o N 000002cf
Bitcontainer.o N 000002d3
Bitcontainer.o N 000002dd
Bitcontainer.o N 000002e1
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 0000010d
F16Field.o N 00000119
F16Field.o N 00000126
F16Field.o N 00000131
F16Field.o N 0000013a
F16Field.o N 0000014e
F16Field.o N 0000015e
F16Field.o N 0000016d
F16Field.o N 00000178
F16Field.o N 00000181
F16Field.o N 00000189
F16Field.o N 00000192
F16Field.o N 0000019b
F16Field.o N 000001a2
F16Field.o N 000001a4
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001bd
F16Field.o N 000001c9
F16Field.o N 000001ce
F16Field.o N 000001d0
F16Field.o N 000001d4
F16Field.o N 000001e0
F16Field.o N 000001eb
F16Field.o N 000001fa
F16Field.o N 00000206
F16Field.o N 0000020a
F16Field.o N 0000020c
F16Field.o N 00000217
F16Field.o N 00000229
F16Field.o N 0000023d
F16Field.o N 0000024a
F16Field.o N 00000255
F16Field.o N 0000026a
F16Field.o N 0000027c
F16Field.o N 0000029a
F16Field.o N 0000029c
F16Field.o N 000002a1
F16Field.o N 000002af
F16Field.o N 000002b4
F16Field.o N 000002cb
F16Field.o N 000002d6
F16Field.o N 000002df
F16Field.o N 000002e8
F16Field.o N 000002ef
F16Field.o N 000002f1
F16Field.o N 000002f8
F16Field.o N 000002fa
F16Field.o N 000002fc
F16Field.o N 00000301
F16Field.o N 00000308
F16Field.o N 0000030a
F16Field.o N 0000030c
F16Field.o N 0000030e
F16Field.o N 00000310
F16Field.o N 00000313
F16Field.o N 00000316
F16Field.o N 00000318
F16Field.o N 0000031a
F16Field.o N 0000031e
F16Field.o N 00000320
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010d
F32Field.o N 0000011a
F32Field.o N 00000123
F32Field.o N 0000012c
F32Field.o N 00000137
F32Field.o N 0000013a
F32Field.o N 00000149
F32Field.o N 00000154
F32Field.o N 0000015d
F32Field.o N 00000165
F32Field.o N 00000168
F32Field.o N 00000170
F32Field.o N 00000174
F32Field.o N 00000183
F32Field.o N 00000185
F32Field.o N 00000187
F32Field.o N 0000018a
F32Field.o N 0000019c
F32Field.o N 000001b0
F32Field.o N 000001bd
F32Field.o N 000001c4
F32Field.o N 000001d2
F32Field.o N 000001e4
F32Field.o N 000001f0
F32Field.o N 000001fb
F32Field.o N 00000206
F32Field.o N 0000020a
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 0000021f
F32Field.o N 00000224
F32Field.o N 0000023b
F32Field.o N 00000246
F32Field.o N 0000024f
F32Field.o N 00000258
F32Field.o N 0000025f
F32Field.o N 00000261
F32Field.o N 00000268
F32Field.o N 0000026a
F32Field.o N 0000026c
F32Field.o N 0000026e
F32Field.o N 00000270
F32Field.o N 00000276
F32Field.o N 0000027c
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010d
F48Field.o N 0000011a
F48Field.o N 00000129
F48Field.o N 00000134
F48Field.o N 0000013d
F48Field.o N 00000145
F48Field.o N 00000159
F48Field.o N 00000166
F48Field.o N 0000016f
F48Field.o N 00000178
F48Field.o N 00000183
F48Field.o N 00000188
F48Field.o N 00000190
F48Field.o N 00000193
F48Field.o N 00000196
F48Field.o N 00000199
F48Field.o N 0000019d
F48Field.o N 000001af
F48Field.o N 000001c3
F48Field.o N 000001d0
F48Field.o N 000001d7
F48Field.o N 000001e5
F48Field.o N 000001f1
F48Field.o N 00000203
F48Field.o N 0000020e
F48Field.o N 00000219
F48Field.o N 0000021d
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 00000232
F48Field.o N 00000237
F48Field.o N 0000024e
F48Field.o N 00000259
F48Field.o N 00000262
F48Field.o N 0000026b
F48Field.o N 00000272
F48Field.o N 00000274
F48Field.o N 00000276
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000282
F48Field.o N 00000285
F48Field.o N 0000028b
F48Field.o N 0000028f
F48Field.o N 00000291
F48Field.o N 00000293
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010d
F64Field.o N 00000115
F64Field.o N 0000011a
F64Field.o N 00000129
F64Field.o N 00000134
F64Field.o N 0000013d
F64Field.o N 00000145
F64Field.o N 00000159
F64Field.o N 00000161
F64Field.o N 0000016e
F64Field.o N 0000017b
F64Field.o N 00000184
F64Field.o N 0000018d
F64Field.o N 000001a4
F64Field.o N 000001af
F64Field.o N 000001b8
F64Field.o N 000001c3
F64Field.o N 000001c7
F64Field.o N 000001c9
F64Field.o N 000001cb
F64Field.o N 000001d6
F64Field.o N 000001d9
F64Field.o N 000001dc
F64Field.o N 000001df
F64Field.o N 000001e2
F64Field.o N 000001e6
F64Field.o N 000001f3
F64Field.o N 00000201
F64Field.o N 00000208
F64Field.o N 00000214
F64Field.o N 00000226
F64Field.o N 00000231
F64Field.o N 00000243
F64Field.o N 00000257
F64Field.o N 0000025a
F64Field.o N 0000025d
F64Field.o N 00000260
F64Field.o N 00000266
F64Field.o N 0000026a
F64Field.o N 0000026c
F64Field.o N 0000026e
F64Field.o N 00000275
F64Field.o N 00000277
F64Field.o N 0000027c
F64Field.o N 0000028a
F64Field.o N 0000028f
F64Field.o N 00000298
F64Field.o N 0000029f
F64Field.o N 000002a1
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010d
F80Field.o N 00000115
F80Field.o N 0000011a
F80Field.o N 00000129
F80Field.o N 00000134
F80Field.o N 0000013d
F80Field.o N 00000145
F80Field.o N 00000159
F80Field.o N 00000161
F80Field.o N 0000016e
F80Field.o N 0000017b
F80Field.o N 00000184
F80Field.o N 0000018d
F80Field.o N 000001a4
F80Field.o N 000001af
F80Field.o N 000001b8
F80Field.o N 000001c3
F80Field.o N 000001c7
F80Field.o N 000001c9
F80Field.o N 000001cb
F80Field.o N 000001d6
F80Field.o N 000001d9
F80Field.o N 000001dc
F80Field.o N 000001df
F80Field.o N 000001e2
F80Field.o N 000001e5
F80Field.o N 000001e9
F80Field.o N 000001f6
F80Field.o N 000001fd
F80Field.o N 0000020b
F80Field.o N 00000217
F80Field.o N 00000229
F80Field.o N 00000234
F80Field.o N 00000246
F80Field.o N 0000025a
F80Field.o N 0000025f
F80Field.o N 00000265
F80Field.o N 00000269
F80Field.o N 0000026b
F80Field.o N 0000026d
F80Field.o N 00000274
F80Field.o N 00000276
F80Field.o N 0000027b
F80Field.o N 00000289
F80Field.o N 0000028e
F80Field.o N 00000297
F80Field.o N 0000029e
F80Field.o N 000002a0
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010c
F8Field.o N 00000117
F8Field.o N 00000126
F8Field.o N 00000131
F8Field.o N 0000013a
F8Field.o N 0000014e
F8Field.o N 0000015d
F8Field.o N 0000016b
F8Field.o N 00000175
F8Field.o N 0000017d
F8Field.o N 0000018a
F8Field.o N 00000192
F8Field.o N 0000019a
F8Field.o N 000001a1
F8Field.o N 000001a7
F8Field.o N 000001a9
F8Field.o N 000001b3
F8Field.o N 000001c4
F8Field.o N 000001d7
F8Field.o N 000001e3
F8Field.o N 000001ee
F8Field.o N 000001f8
F8Field.o N 000001fa
F8Field.o N 000001ff
F8Field.o N 00000204
F8Field.o N 0000021b
F8Field.o N 00000226
F8Field.o N 0000022f
F8Field.o N 00000238
F8Field.o N 0000023c
F8Field.o N 00000243
F8Field.o N 00000245
F8Field.o N 0000024c
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000109
LUOV.o N 0000010c
LUOV.o N 00000123
LUOV.o N 0000012e
LUOV.o N 00000137
LUOV.o N 0000014b
LUOV.o N 0000014e
LUOV.o N 00000154
LUOV.o N 0000015f
LUOV.o N 0000016c
LUOV.o N 00000178
LUOV.o N 0000017a
LUOV.o N 00000188
LUOV.o N 0000019b
LUOV.o N 0000019d
LUOV.o N 000001a7
LUOV.o N 000001af
LUOV.o N 000001b6
LUOV.o N 000001b8
LUOV.o N 000001bd
LUOV.o N 000001c1
LUOV.o N 000001c3
LUOV.o N 000001d6
LUOV.o N 000001d9
LUOV.o N 000001dc
LUOV.o N 000001df
LUOV.o N 000001e2
LUOV.o N 000001e5
LUOV.o N 000001e8
LUOV.o N 000001f6
LUOV.o N 000001ff
LUOV.o N 00000203
LUOV.o N 0000020a
LUOV.o N 0000020e
LUOV.o N 00000215
LUOV.o N 0000021b
LUOV.o N 00000220
LUOV.o N 0000022d
LUOV.o N 00000239
LUOV.o N 00000243
LUOV.o N 00000268
LUOV.o N 00000287
LUOV.o N 00000299
LUOV.o N 000002a9
LUOV.o N 000002bd
LUOV.o N 000002c9
LUOV.o N 000002da
LUOV.o N 000002ec
LUOV.o N 00000300
LUOV.o N 00000316
LUOV.o N 00000328
LUOV.o N 0000033c
LUOV.o N 00000352
LUOV.o N 00000364
LUOV.o N 00000378
LUOV.o N 0000038e
LUOV.o N 000003a0
LUOV.o N 000003ac
LUOV.o N 000003bc
LUOV.o N 000003d1
LUOV.o N 000003e7
LUOV.o N 000003f6
LUOV.o N 00000403
LUOV.o N 00000405
LUOV.o N 0000040f
LUOV.o N 00000421
LUOV.o N 00000428
LUOV.o N 0000042a
LUOV.o N 0000042f
LUOV.o N 00000434
LUOV.o N 0000043d
LUOV.o N 00000444
LUOV.o N 00000447
LUOV.o N 00000453
LUOV.o N 00000455
LUOV.o N 0000045f
LUOV.o N 00000461
LUOV.o N 00000468
LUOV.o N 00000473
LUOV.o N 00000476
LUOV.o N 00000479
LUOV.o N 00000483
LUOV.o N 00000485
LUOV.o N 0000048d
LUOV.o N 0000048f
LUOV.o N 00000491
LUOV.o N 00000493
LUOV.o N 00000495
LUOV.o N 0000049a
LUOV.o N 0000049e
LUOV.o N 000004a4
LUOV.o N 000004ab
LUOV.o N 000004ba
LUOV.o N 000004c5
LUOV.o N 000004ce
LUOV.o N 000004d0
LUOV.o N 000004d5
LUOV.o N 000004da
LUOV.o N 000004e0
LUOV.o N 000004e7
LUOV.o N 000004f9
LUOV.o N 000004fe
LUOV.o N 00000503
LUOV.o N 0000050e
LUOV.o N 0000051d
LUOV.o N 00000527
LUOV.o N 00000536
LUOV.o N 00000541
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000112
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012a
LinearAlgebra.o N 00000130
LinearAlgebra.o N 0000013e
LinearAlgebra.o N 00000148
LinearAlgebra.o N 00000150
LinearAlgebra.o N 00000157
LinearAlgebra.o N 0000015e
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016f
LinearAlgebra.o N 00000171
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018b
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000198
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a0
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001b2
LinearAlgebra.o N 000001bb
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c4
LinearAlgebra.o N 000001c6
LinearAlgebra.o N 000001d1
LinearAlgebra.o N 000001e0
LinearAlgebra.o N 000001ec
LinearAlgebra.o N 00000200
LinearAlgebra.o N 00000212
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 00000225
LinearAlgebra.o N 0000022e
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010b
buffer.o N 00000122
buffer.o N 0000012d
buffer.o N 00000136
buffer.o N 0000013f
buffer.o N 00000141
buffer.o N 00000146
buffer.o N 00000154
buffer.o N 00000159
buffer.o N 00000162
buffer.o N 00000166
buffer.o N 0000016d
buffer.o N 0000016f
buffer.o N 00000177
buffer.o N 00000179
buffer.o N 00000180
buffer.o N 00000184
buffer.o N 00000197
buffer.o N 00000199
buffer.o N 0000019e
buffer.o N 000001b3
buffer.o N 000001b7
buffer.o N 000001c1
buffer.o N 000001cb
buffer.o N 000001d6
buffer.o N 000001da
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000117
intermediateValues.o N 0000012a
intermediateValues.o N 0000013f
intermediateValues.o N 00000153
intermediateValues.o N 00000168
intermediateValues.o N 00000178
intermediateValues.o N 00000180
intermediateValues.o N 0000018e
intermediateValues.o N 00000198
intermediateValues.o N 000001a0
intermediateValues.o N 000001a7
intermediateValues.o N 000001a9
intermediateValues.o N 000001ae
intermediateValues.o N 000001b2
intermediateValues.o N 000001b7
intermediateValues.o N 000001bd
intermediateValues.o N 000001c4
intermediateValues.o N 000001d3
intermediateValues.o N 000001d7
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010e
keccakrng.o N 0000011c
keccakrng.o N 00000130
keccakrng.o N 00000140
keccakrng.o N 0000014e
keccakrng.o N 00000155
keccakrng.o N 0000015b
keccakrng.o N 0000016f
keccakrng.o N 00000174
keccakrng.o N 00000181
keccakrng.o N 0000018d
keccakrng.o N 00000197
keccakrng.o N 0000019b
keccakrng.o N 000001c0
keccakrng.o N 000001df
keccakrng.o N 000001f1
keccakrng.o N 00000201
keccakrng.o N 00000215
keccakrng.o N 0000021a
keccakrng.o N 0000021e
keccakrng.o N 00000224
keccakrng.o N 00000226
keccakrng.o N 0000023d
keccakrng.o N 00000248
keccakrng.o N 00000251
keccakrng.o N 00000258
keccakrng.o N 00000262
keccakrng.o N 0000026a
keccakrng.o N 00000271
keccakrng.o N 00000278
keccakrng.o N 00000283
keccakrng.o N 00000285
keccakrng.o N 0000028a
keccakrng.o N 0000028f
keccakrng.o N 00000298
keccakrng.o N 0000029f
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000109
sign.o N 0000013d
sign.o N 00000141
sign.o N 0000016d
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001af
sign.o N 000001b2
sign.o N 000001b5
sign.o N 000001c1
sign.o N 000001d5
sign.o N 000001d7
sign.o N 000001e2
sign.o N 000001f9
sign.o N 00000204
sign.o N 0000020d
sign.o N 0000021a
sign.o N 00000224
sign.o N 00000227
sign.o N 00000232
sign.o N 00000235
sign.o N 0000023f
sign.o N 00000241
sign.o N 00000246
sign.o N 0000024b
sign.o N 00000254
sign.o N 0000025b
sign.o N 0000025e
sign.o N 00000264
sign.o N 00000266
sign.o N 0000026b
sign.o N 0000026d
sign.o N 00000274
sign.o N 00000279
sign.o N 0000027c
sign.o N 00000286
sign.o N 00000288
sign.o N 00000292
sign.o N 0000029a
sign.o N 000002a1
sign.o N 000002ab
sign.o N 000002af
sign.o N 000002b3
sign.o N 000002b8
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000112
Bitcontainer.o N 00000129
Bitcontainer.o N 00000134
Bitcontainer.o N 0000013d
Bitcontainer.o N 00000150
Bitcontainer.o N 00000157
Bitcontainer.o N 0000015d
Bitcontainer.o N 0000016b
Bitcontainer.o N 0000017f
Bitcontainer.o N 00000184
Bitcontainer.o N 00000191
Bitcontainer.o N 0000019d
Bitcontainer.o N 000001a7
Bitcontainer.o N 000001ab
Bitcontainer.o N 000001d0
Bitcontainer.o N 000001ef
Bitcontainer.o N 00000201
Bitcontainer.o N 00000211
Bitcontainer.o N 00000225
Bitcontainer.o N 00000228
Bitcontainer.o N 00000233
Bitcontainer.o N 00000240
Bitcontainer.o N 00000242
Bitcontainer.o N 00000259
Bitcontainer.o N 00000272
Bitcontainer.o N 00000276
Bitcontainer.o N 0000027d
Bitcontainer.o N 00000285
Bitcontainer.o N 0000029e
Bitcontainer.o N 000002a0
Bitcontainer.o N 000002a5
Bitcontainer.o N 000002aa
Bitcontainer.o N 000002b3
Bitcontainer.o N 000002ba
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c1
Bitcontainer.o N 000002c3
Bitcontainer.o N 000002c5
Bitcontainer.o N 000002cc
Bitcontainer.o N 000002d0
Bitcontainer.o N 000002d4
Bitcontainer.o N 000002de
Bitcontainer.o N 000002e2
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 0000010e
F16Field.o N 0000011a
F16Field.o N 00000127
F16Field.o N 00000132
F16Field.o N 0000013b
F16Field.o N 0000014f
F16Field.o N 0000015f
F16Field.o N 0000016e
F16Field.o N 00000179
F16Field.o N 00000182
F16Field.o N 0000018a
F16Field.o N 00000193
F16Field.o N 0000019c
F16Field.o N 000001a3
F16Field.o N 000001a5
F16Field.o N 000001b0
F16Field.o N 000001bc
F16Field.o N 000001be
F16Field.o N 000001ca
F16Field.o N 000001cf
F16Field.o N 000001d1
F16Field.o N 000001d5
F16Field.o N 000001e1
F16Field.o N 000001ec
F16Field.o N 000001fb
F16Field.o N 00000206
F16Field.o N 0000020a
F16Field.o N 0000021c
F16Field.o N 00000230
F16Field.o N 0000023d
F16Field.o N 00000248
F16Field.o N 0000025d
F16Field.o N 00000269
F16Field.o N 0000027b
F16Field.o N 00000299
F16Field.o N 0000029b
F16Field.o N 000002a0
F16Field.o N 000002ae
F16Field.o N 000002b3
F16Field.o N 000002ca
F16Field.o N 000002d5
F16Field.o N 000002de
F16Field.o N 000002e7
F16Field.o N 000002ee
F16Field.o N 000002f0
F16Field.o N 000002f7
F16Field.o N 000002f9
F16Field.o N 000002fb
F16Field.o N 00000300
F16Field.o N 00000302
F16Field.o N 00000309
F16Field.o N 0000030b
F16Field.o N 0000030d
F16Field.o N 0000030f
F16Field.o N 00000311
F16Field.o N 00000313
F16Field.o N 00000315
F16Field.o N 00000318
F16Field.o N 0000031b
F16Field.o N 0000031d
F16Field.o N 0000031f
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010e
F32Field.o N 0000011b
F32Field.o N 00000124
F32Field.o N 0000012d
F32Field.o N 00000138
F32Field.o N 0000013b
F32Field.o N 0000014a
F32Field.o N 00000155
F32Field.o N 0000015e
F32Field.o N 00000166
F32Field.o N 00000169
F32Field.o N 00000171
F32Field.o N 00000175
F32Field.o N 00000187
F32Field.o N 0000019b
F32Field.o N 000001a8
F32Field.o N 000001af
F32Field.o N 000001bd
F32Field.o N 000001cc
F32Field.o N 000001de
F32Field.o N 000001ea
F32Field.o N 000001f5
F32Field.o N 00000200
F32Field.o N 00000204
F32Field.o N 00000206
F32Field.o N 0000020b
F32Field.o N 00000219
F32Field.o N 0000021e
F32Field.o N 00000235
F32Field.o N 00000240
F32Field.o N 00000249
F32Field.o N 00000252
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 00000264
F32Field.o N 00000266
F32Field.o N 00000269
F32Field.o N 0000026b
F32Field.o N 0000026d
F32Field.o N 0000026f
F32Field.o N 00000271
F32Field.o N 00000277
F32Field.o N 0000027d
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010e
F48Field.o N 0000011b
F48Field.o N 0000012a
F48Field.o N 00000135
F48Field.o N 0000013e
F48Field.o N 00000146
F48Field.o N 0000015a
F48Field.o N 00000167
F48Field.o N 00000170
F48Field.o N 00000179
F48Field.o N 00000184
F48Field.o N 00000189
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000197
F48Field.o N 0000019a
F48Field.o N 0000019e
F48Field.o N 000001b0
F48Field.o N 000001c4
F48Field.o N 000001d1
F48Field.o N 000001d8
F48Field.o N 000001e6
F48Field.o N 000001f2
F48Field.o N 00000204
F48Field.o N 0000020f
F48Field.o N 0000021a
F48Field.o N 0000021e
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 00000233
F48Field.o N 00000238
F48Field.o N 0000024f
F48Field.o N 0000025a
F48Field.o N 00000263
F48Field.o N 0000026c
F48Field.o N 00000273
F48Field.o N 00000275
F48Field.o N 00000277
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o N 00000283
F48Field.o N 00000286
F48Field.o N 0000028c
F48Field.o N 00000290
F48Field.o N 00000292
F48Field.o N 00000294
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010e
F64Field.o N 00000116
F64Field.o N 0000011b
F64Field.o N 0000012a
F64Field.o N 00000135
F64Field.o N 0000013e
F64Field.o N 00000146
F64Field.o N 0000015a
F64Field.o N 00000162
F64Field.o N 0000016f
F64Field.o N 0000017c
F64Field.o N 00000185
F64Field.o N 0000018e
F64Field.o N 000001a5
F64Field.o N 000001b0
F64Field.o N 000001b9
F64Field.o N 000001c4
F64Field.o N 000001c8
F64Field.o N 000001ca
F64Field.o N 000001cc
F64Field.o N 000001d7
F64Field.o N 000001da
F64Field.o N 000001dd
F64Field.o N 000001e0
F64Field.o N 000001e3
F64Field.o N 000001e7
F64Field.o N 000001f4
F64Field.o N 00000202
F64Field.o N 00000209
F64Field.o N 00000215
F64Field.o N 00000227
F64Field.o N 00000232
F64Field.o N 00000244
F64Field.o N 00000258
F64Field.o N 0000025b
F64Field.o N 0000025e
F64Field.o N 00000261
F64Field.o N 00000267
F64Field.o N 0000026b
F64Field.o N 0000026d
F64Field.o N 0000026f
F64Field.o N 00000276
F64Field.o N 00000278
F64Field.o N 0000027d
F64Field.o N 0000028b
F64Field.o N 00000290
F64Field.o N 00000299
F64Field.o N 000002a0
F64Field.o N 000002a2
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010e
F80Field.o N 00000116
F80Field.o N 0000011b
F80Field.o N 0000012a
F80Field.o N 00000135
F80Field.o N 0000013e
F80Field.o N 00000146
F80Field.o N 0000015a
F80Field.o N 00000162
F80Field.o N 0000016f
F80Field.o N 0000017c
F80Field.o N 00000185
F80Field.o N 0000018e
F80Field.o N 000001a5
F80Field.o N 000001b0
F80Field.o N 000001b9
F80Field.o N 000001c4
F80Field.o N 000001c8
F80Field.o N 000001ca
F80Field.o N 000001cc
F80Field.o N 000001d7
F80Field.o N 000001da
F80Field.o N 000001dd
F80Field.o N 000001e0
F80Field.o N 000001e3
F80Field.o N 000001e6
F80Field.o N 000001ea
F80Field.o N 000001f7
F80Field.o N 000001fe
F80Field.o N 0000020c
F80Field.o N 00000218
F80Field.o N 0000022a
F80Field.o N 00000235
F80Field.o N 00000247
F80Field.o N 0000025b
F80Field.o N 00000260
F80Field.o N 00000266
F80Field.o N 0000026a
F80Field.o N 0000026c
F80Field.o N 0000026e
F80Field.o N 00000275
F80Field.o N 00000277
F80Field.o N 0000027c
F80Field.o N 0000028a
F80Field.o N 0000028f
F80Field.o N 00000298
F80Field.o N 0000029f
F80Field.o N 000002a1
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010d
F8Field.o N 00000118
F8Field.o N 00000127
F8Field.o N 00000132
F8Field.o N 0000013b
F8Field.o N 0000014f
F8Field.o N 0000015e
F8Field.o N 0000016c
F8Field.o N 00000176
F8Field.o N 0000017e
F8Field.o N 0000018b
F8Field.o N 00000193
F8Field.o N 0000019b
F8Field.o N 000001a2
F8Field.o N 000001a8
F8Field.o N 000001aa
F8Field.o N 000001b4
F8Field.o N 000001c5
F8Field.o N 000001d8
F8Field.o N 000001e4
F8Field.o N 000001ef
F8Field.o N 000001f9
F8Field.o N 000001fb
F8Field.o N 00000200
F8Field.o N 00000205
F8Field.o N 0000021c
F8Field.o N 00000227
F8Field.o N 00000230
F8Field.o N 00000239
F8Field.o N 0000023d
F8Field.o N 00000244
F8Field.o N 00000246
F8Field.o N 0000024d
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 0000010a
LUOV.o N 0000010d
LUOV.o N 00000124
LUOV.o N 0000012f
LUOV.o N 00000138
LUOV.o N 0000014c
LUOV.o N 0000014f
LUOV.o N 00000155
LUOV.o N 00000160
LUOV.o N 0000016d
LUOV.o N 00000179
LUOV.o N 0000017b
LUOV.o N 00000189
LUOV.o N 0000019c
LUOV.o N 0000019e
LUOV.o N 000001a8
LUOV.o N 000001b0
LUOV.o N 000001b7
LUOV.o N 000001b9
LUOV.o N 000001be
LUOV.o N 000001c2
LUOV.o N 000001c4
LUOV.o N 000001d0
LUOV.o N 000001e3
LUOV.o N 000001f4
LUOV.o N 00000206
LUOV.o N 0000021a
LUOV.o N 00000230
LUOV.o N 00000242
LUOV.o N 00000256
LUOV.o N 0000026c
LUOV.o N 0000027e
LUOV.o N 00000292
LUOV.o N 000002a8
LUOV.o N 000002ba
LUOV.o N 000002c6
LUOV.o N 000002d6
LUOV.o N 000002eb
LUOV.o N 00000301
LUOV.o N 0000030f
LUOV.o N 0000031e
LUOV.o N 0000032b
LUOV.o N 0000032d
LUOV.o N 00000337
LUOV.o N 00000349
LUOV.o N 00000350
LUOV.o N 00000353
LUOV.o N 00000356
LUOV.o N 00000359
LUOV.o N 0000035c
LUOV.o N 0000035f
LUOV.o N 00000362
LUOV.o N 00000364
LUOV.o N 00000369
LUOV.o N 0000036e
LUOV.o N 00000377
LUOV.o N 0000037e
LUOV.o N 00000381
LUOV.o N 0000038d
LUOV.o N 0000038f
LUOV.o N 00000399
LUOV.o N 0000039b
LUOV.o N 000003a2
LUOV.o N 000003ad
LUOV.o N 000003b4
LUOV.o N 000003ba
LUOV.o N 000003bf
LUOV.o N 000003cc
LUOV.o N 000003d8
LUOV.o N 000003e2
LUOV.o N 00000407
LUOV.o N 00000426
LUOV.o N 00000438
LUOV.o N 00000448
LUOV.o N 0000045c
LUOV.o N 0000045f
LUOV.o N 00000462
LUOV.o N 0000046c
LUOV.o N 0000046e
LUOV.o N 00000476
LUOV.o N 00000478
LUOV.o N 0000047a
LUOV.o N 0000047c
LUOV.o N 0000047e
LUOV.o N 00000483
LUOV.o N 00000487
LUOV.o N 0000048d
LUOV.o N 00000494
LUOV.o N 000004a3
LUOV.o N 000004ae
LUOV.o N 000004b7
LUOV.o N 000004b9
LUOV.o N 000004be
LUOV.o N 000004c3
LUOV.o N 000004c9
LUOV.o N 000004d0
LUOV.o N 000004e2
LUOV.o N 000004e9
LUOV.o N 000004ee
LUOV.o N 000004f3
LUOV.o N 000004fe
LUOV.o N 0000050d
LUOV.o N 00000517
LUOV.o N 00000526
LUOV.o N 0000052f
LUOV.o N 00000533
LUOV.o N 00000537
LUOV.o N 00000542
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000113
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 0000011e
LinearAlgebra.o N 00000123
LinearAlgebra.o N 00000127
LinearAlgebra.o N 0000012c
LinearAlgebra.o N 00000132
LinearAlgebra.o N 00000140
LinearAlgebra.o N 0000014a
LinearAlgebra.o N 00000152
LinearAlgebra.o N 00000159
LinearAlgebra.o N 00000160
LinearAlgebra.o N 00000165
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 0000016f
LinearAlgebra.o N 00000179
LinearAlgebra.o N 00000184
LinearAlgebra.o N 00000193
LinearAlgebra.o N 0000019f
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001ae
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001d4
LinearAlgebra.o N 000001e1
LinearAlgebra.o N 000001e5
LinearAlgebra.o N 000001e7
LinearAlgebra.o N 000001ee
LinearAlgebra.o N 000001f0
LinearAlgebra.o N 000001f4
LinearAlgebra.o N 000001f8
LinearAlgebra.o N 000001fc
LinearAlgebra.o N 000001fe
LinearAlgebra.o N 00000206
LinearAlgebra.o N 0000020f
LinearAlgebra.o N 00000216
LinearAlgebra.o N 00000220
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022f
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010c
buffer.o N 00000123
buffer.o N 0000012e
buffer.o N 00000137
buffer.o N 0000013f
buffer.o N 0000014d
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 00000159
buffer.o N 00000162
buffer.o N 00000166
buffer.o N 0000016d
buffer.o N 00000171
buffer.o N 00000184
buffer.o N 00000186
buffer.o N 0000018d
buffer.o N 0000018f
buffer.o N 00000194
buffer.o N 0000019d
buffer.o N 000001b2
buffer.o N 000001bc
buffer.o N 000001c6
buffer.o N 000001d1
buffer.o N 000001d3
buffer.o N 000001d7
buffer.o N 000001db
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000118
intermediateValues.o N 0000012b
intermediateValues.o N 00000140
intermediateValues.o N 00000154
intermediateValues.o N 00000169
intermediateValues.o N 00000179
intermediateValues.o N 00000181
intermediateValues.o N 0000018f
intermediateValues.o N 00000199
intermediateValues.o N 000001a1
intermediateValues.o N 000001a8
intermediateValues.o N 000001aa
intermediateValues.o N 000001af
intermediateValues.o N 000001b3
intermediateValues.o N 000001b8
intermediateValues.o N 000001be
intermediateValues.o N 000001c5
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010f
keccakrng.o N 0000011d
keccakrng.o N 00000131
keccakrng.o N 00000141
keccakrng.o N 0000014f
keccakrng.o N 00000156
keccakrng.o N 0000015c
keccakrng.o N 00000170
keccakrng.o N 00000175
keccakrng.o N 00000182
keccakrng.o N 0000018e
keccakrng.o N 00000198
keccakrng.o N 0000019c
keccakrng.o N 000001c1
keccakrng.o N 000001e0
keccakrng.o N 000001f2
keccakrng.o N 00000202
keccakrng.o N 00000216
keccakrng.o N 0000021b
keccakrng.o N 0000021f
keccakrng.o N 00000225
keccakrng.o N 00000227
keccakrng.o N 0000023e
keccakrng.o N 00000249
keccakrng.o N 00000252
keccakrng.o N 00000259
keccakrng.o N 00000263
keccakrng.o N 0000026b
keccakrng.o N 00000272
keccakrng.o N 00000279
keccakrng.o N 00000284
keccakrng.o N 00000286
keccakrng.o N 0000028b
keccakrng.o N 00000290
keccakrng.o N 00000299
keccakrng.o N 000002a0
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 0000010a
sign.o N 0000013e
sign.o N 00000142
sign.o N 0000016e
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001b0
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001c2
sign.o N 000001d6
sign.o N 000001d8
sign.o N 000001e3
sign.o N 000001fa
sign.o N 00000205
sign.o N 0000020e
sign.o N 0000021b
sign.o N 00000225
sign.o N 00000228
sign.o N 00000233
sign.o N 00000236
sign.o N 00000240
sign.o N 00000242
sign.o N 00000247
sign.o N 0000024c
sign.o N 00000255
sign.o N 0000025c
sign.o N 0000025f
sign.o N 00000265
sign.o N 00000267
sign.o N 0000026c
sign.o N 0000026e
sign.o N 00000275
sign.o N 0000027a
sign.o N 0000027d
sign.o N 00000287
sign.o N 00000289
sign.o N 00000293
sign.o N 0000029b
sign.o N 000002a2
sign.o N 000002ac
sign.o N 000002b0
sign.o N 000002b4
sign.o N 000002b9
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000111
Bitcontainer.o N 00000128
Bitcontainer.o N 00000133
Bitcontainer.o N 0000013c
Bitcontainer.o N 0000014f
Bitcontainer.o N 00000156
Bitcontainer.o N 0000015c
Bitcontainer.o N 0000016a
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000183
Bitcontainer.o N 00000190
Bitcontainer.o N 0000019c
Bitcontainer.o N 000001a6
Bitcontainer.o N 000001aa
Bitcontainer.o N 000001cf
Bitcontainer.o N 000001ee
Bitcontainer.o N 00000200
Bitcontainer.o N 00000210
Bitcontainer.o N 00000224
Bitcontainer.o N 00000227
Bitcontainer.o N 00000232
Bitcontainer.o N 0000023f
Bitcontainer.o N 00000241
Bitcontainer.o N 00000258
Bitcontainer.o N 00000271
Bitcontainer.o N 00000275
Bitcontainer.o N 0000027c
Bitcontainer.o N 00000284
Bitcontainer.o N 0000029d
Bitcontainer.o N 0000029f
Bitcontainer.o N 000002a4
Bitcontainer.o N 000002a9
Bitcontainer.o N 000002b2
Bitcontainer.o N 000002b9
Bitcontainer.o N 000002be
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c2
Bitcontainer.o N 000002c4
Bitcontainer.o N 000002cb
Bitcontainer.o N 000002cf
Bitcontainer.o N 000002d3
Bitcontainer.o N 000002dd
Bitcontainer.o N 000002e1
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 0000010d
F16Field.o N 00000119
F16Field.o N 00000126
F16Field.o N 00000131
F16Field.o N 0000013a
F16Field.o N 0000014e
F16Field.o N 0000015e
F16Field.o N 0000016d
F16Field.o N 00000178
F16Field.o N 00000181
F16Field.o N 00000189
F16Field.o N 00000192
F16Field.o N 0000019b
F16Field.o N 000001a2
F16Field.o N 000001a4
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001bd
F16Field.o N 000001c9
F16Field.o N 000001ce
F16Field.o N 000001d0
F16Field.o N 000001d4
F16Field.o N 000001e0
F16Field.o N 000001eb
F16Field.o N 000001fa
F16Field.o N 00000205
F16Field.o N 00000209
F16Field.o N 0000021b
F16Field.o N 0000022f
F16Field.o N 0000023c
F16Field.o N 00000247
F16Field.o N 0000025c
F16Field.o N 00000268
F16Field.o N 0000027a
F16Field.o N 00000298
F16Field.o N 0000029a
F16Field.o N 0000029f
F16Field.o N 000002ad
F16Field.o N 000002b2
F16Field.o N 000002c9
F16Field.o N 000002d4
F16Field.o N 000002dd
F16Field.o N 000002e6
F16Field.o N 000002ed
F16Field.o N 000002ef
F16Field.o N 000002f6
F16Field.o N 000002f8
F16Field.o N 000002fa
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000308
F16Field.o N 0000030a
F16Field.o N 0000030c
F16Field.o N 0000030e
F16Field.o N 00000310
F16Field.o N 00000313
F16Field.o N 00000316
F16Field.o N 00000318
F16Field.o N 0000031a
F16Field.o N 0000031e
F16Field.o N 00000320
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010d
F32Field.o N 0000011a
F32Field.o N 00000123
F32Field.o N 0000012c
F32Field.o N 00000137
F32Field.o N 0000013a
F32Field.o N 00000149
F32Field.o N 00000154
F32Field.o N 0000015d
F32Field.o N 00000165
F32Field.o N 00000168
F32Field.o N 00000170
F32Field.o N 00000174
F32Field.o N 00000183
F32Field.o N 00000185
F32Field.o N 00000187
F32Field.o N 0000018a
F32Field.o N 0000019c
F32Field.o N 000001b0
F32Field.o N 000001bd
F32Field.o N 000001c4
F32Field.o N 000001d2
F32Field.o N 000001e4
F32Field.o N 000001f0
F32Field.o N 000001fb
F32Field.o N 00000206
F32Field.o N 0000020a
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 0000021f
F32Field.o N 00000224
F32Field.o N 0000023b
F32Field.o N 00000246
F32Field.o N 0000024f
F32Field.o N 00000258
F32Field.o N 0000025f
F32Field.o N 00000261
F32Field.o N 00000268
F32Field.o N 0000026a
F32Field.o N 0000026c
F32Field.o N 0000026e
F32Field.o N 00000270
F32Field.o N 00000276
F32Field.o N 0000027c
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010d
F48Field.o N 0000011a
F48Field.o N 00000129
F48Field.o N 00000134
F48Field.o N 0000013d
F48Field.o N 00000145
F48Field.o N 00000159
F48Field.o N 00000166
F48Field.o N 0000016f
F48Field.o N 00000178
F48Field.o N 00000183
F48Field.o N 00000188
F48Field.o N 00000190
F48Field.o N 00000193
F48Field.o N 00000196
F48Field.o N 00000199
F48Field.o N 0000019d
F48Field.o N 000001af
F48Field.o N 000001c3
F48Field.o N 000001d0
F48Field.o N 000001d7
F48Field.o N 000001e5
F48Field.o N 000001f1
F48Field.o N 00000203
F48Field.o N 0000020e
F48Field.o N 00000219
F48Field.o N 0000021d
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 00000232
F48Field.o N 00000237
F48Field.o N 0000024e
F48Field.o N 00000259
F48Field.o N 00000262
F48Field.o N 0000026b
F48Field.o N 00000272
F48Field.o N 00000274
F48Field.o N 00000276
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000282
F48Field.o N 00000285
F48Field.o N 0000028b
F48Field.o N 0000028f
F48Field.o N 00000291
F48Field.o N 00000293
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010d
F64Field.o N 00000115
F64Field.o N 0000011a
F64Field.o N 00000129
F64Field.o N 00000134
F64Field.o N 0000013d
F64Field.o N 00000145
F64Field.o N 00000159
F64Field.o N 00000161
F64Field.o N 0000016e
F64Field.o N 0000017b
F64Field.o N 00000184
F64Field.o N 0000018d
F64Field.o N 000001a4
F64Field.o N 000001af
F64Field.o N 000001b8
F64Field.o N 000001c3
F64Field.o N 000001c7
F64Field.o N 000001c9
F64Field.o N 000001cb
F64Field.o N 000001d6
F64Field.o N 000001d9
F64Field.o N 000001dc
F64Field.o N 000001df
F64Field.o N 000001e2
F64Field.o N 000001e6
F64Field.o N 000001f3
F64Field.o N 00000201
F64Field.o N 00000208
F64Field.o N 00000214
F64Field.o N 00000226
F64Field.o N 00000231
F64Field.o N 00000243
F64Field.o N 00000257
F64Field.o N 0000025a
F64Field.o N 0000025d
F64Field.o N 00000260
F64Field.o N 00000266
F64Field.o N 0000026a
F64Field.o N 0000026c
F64Field.o N 0000026e
F64Field.o N 00000275
F64Field.o N 00000277
F64Field.o N 0000027c
F64Field.o N 0000028a
F64Field.o N 0000028f
F64Field.o N 00000298
F64Field.o N 0000029f
F64Field.o N 000002a1
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010d
F80Field.o N 00000115
F80Field.o N 0000011a
F80Field.o N 00000129
F80Field.o N 00000134
F80Field.o N 0000013d
F80Field.o N 00000145
F80Field.o N 00000159
F80Field.o N 00000161
F80Field.o N 0000016e
F80Field.o N 0000017b
F80Field.o N 00000184
F80Field.o N 0000018d
F80Field.o N 000001a4
F80Field.o N 000001af
F80Field.o N 000001b8
F80Field.o N 000001c3
F80Field.o N 000001c7
F80Field.o N 000001c9
F80Field.o N 000001cb
F80Field.o N 000001d6
F80Field.o N 000001d9
F80Field.o N 000001dc
F80Field.o N 000001df
F80Field.o N 000001e2
F80Field.o N 000001e5
F80Field.o N 000001e9
F80Field.o N 000001f6
F80Field.o N 000001fd
F80Field.o N 0000020b
F80Field.o N 00000217
F80Field.o N 00000229
F80Field.o N 00000234
F80Field.o N 00000246
F80Field.o N 0000025a
F80Field.o N 0000025f
F80Field.o N 00000265
F80Field.o N 00000269
F80Field.o N 0000026b
F80Field.o N 0000026d
F80Field.o N 00000274
F80Field.o N 00000276
F80Field.o N 0000027b
F80Field.o N 00000289
F80Field.o N 0000028e
F80Field.o N 00000297
F80Field.o N 0000029e
F80Field.o N 000002a0
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010c
F8Field.o N 00000117
F8Field.o N 00000126
F8Field.o N 00000131
F8Field.o N 0000013a
F8Field.o N 0000014e
F8Field.o N 0000015d
F8Field.o N 0000016b
F8Field.o N 00000175
F8Field.o N 0000017d
F8Field.o N 0000018a
F8Field.o N 00000192
F8Field.o N 0000019a
F8Field.o N 000001a1
F8Field.o N 000001a7
F8Field.o N 000001a9
F8Field.o N 000001b3
F8Field.o N 000001c4
F8Field.o N 000001d7
F8Field.o N 000001e3
F8Field.o N 000001ee
F8Field.o N 000001f8
F8Field.o N 000001fa
F8Field.o N 000001ff
F8Field.o N 00000204
F8Field.o N 0000021b
F8Field.o N 00000226
F8Field.o N 0000022f
F8Field.o N 00000238
F8Field.o N 0000023c
F8Field.o N 00000243
F8Field.o N 00000245
F8Field.o N 0000024c
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000109
LUOV.o N 0000010c
LUOV.o N 00000123
LUOV.o N 0000012e
LUOV.o N 00000137
LUOV.o N 0000014b
LUOV.o N 0000014e
LUOV.o N 00000154
LUOV.o N 0000015f
LUOV.o N 0000016c
LUOV.o N 00000178
LUOV.o N 0000017a
LUOV.o N 00000188
LUOV.o N 0000019b
LUOV.o N 0000019d
LUOV.o N 000001a7
LUOV.o N 000001af
LUOV.o N 000001b6
LUOV.o N 000001b8
LUOV.o N 000001bd
LUOV.o N 000001c1
LUOV.o N 000001c3
LUOV.o N 000001d6
LUOV.o N 000001d9
LUOV.o N 000001dc
LUOV.o N 000001df
LUOV.o N 000001e2
LUOV.o N 000001e5
LUOV.o N 000001e8
LUOV.o N 000001f6
LUOV.o N 000001ff
LUOV.o N 00000203
LUOV.o N 0000020a
LUOV.o N 0000020e
LUOV.o N 00000215
LUOV.o N 0000021b
LUOV.o N 00000220
LUOV.o N 0000022d
LUOV.o N 00000239
LUOV.o N 00000243
LUOV.o N 00000268
LUOV.o N 00000287
LUOV.o N 00000299
LUOV.o N 000002a9
LUOV.o N 000002bd
LUOV.o N 000002c9
LUOV.o N 000002da
LUOV.o N 000002ec
LUOV.o N 00000300
LUOV.o N 00000316
LUOV.o N 00000328
LUOV.o N 0000033c
LUOV.o N 00000352
LUOV.o N 00000364
LUOV.o N 00000378
LUOV.o N 0000038e
LUOV.o N 000003a0
LUOV.o N 000003ac
LUOV.o N 000003bc
LUOV.o N 000003d1
LUOV.o N 000003e7
LUOV.o N 000003f6
LUOV.o N 00000403
LUOV.o N 00000405
LUOV.o N 0000040f
LUOV.o N 00000421
LUOV.o N 00000428
LUOV.o N 0000042a
LUOV.o N 0000042f
LUOV.o N 00000434
LUOV.o N 0000043d
LUOV.o N 00000444
LUOV.o N 00000447
LUOV.o N 00000453
LUOV.o N 00000455
LUOV.o N 0000045f
LUOV.o N 00000461
LUOV.o N 00000468
LUOV.o N 00000473
LUOV.o N 00000476
LUOV.o N 00000479
LUOV.o N 00000483
LUOV.o N 00000485
LUOV.o N 0000048d
LUOV.o N 0000048f
LUOV.o N 00000491
LUOV.o N 00000493
LUOV.o N 00000495
LUOV.o N 0000049a
LUOV.o N 0000049e
LUOV.o N 000004a4
LUOV.o N 000004ab
LUOV.o N 000004ba
LUOV.o N 000004c5
LUOV.o N 000004ce
LUOV.o N 000004d0
LUOV.o N 000004d5
LUOV.o N 000004da
LUOV.o N 000004e0
LUOV.o N 000004e7
LUOV.o N 000004f9
LUOV.o N 000004fe
LUOV.o N 00000503
LUOV.o N 0000050e
LUOV.o N 0000051d
LUOV.o N 00000527
LUOV.o N 00000536
LUOV.o N 00000541
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000112
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012a
LinearAlgebra.o N 00000130
LinearAlgebra.o N 0000013e
LinearAlgebra.o N 00000148
LinearAlgebra.o N 00000150
LinearAlgebra.o N 00000157
LinearAlgebra.o N 0000015e
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016f
LinearAlgebra.o N 00000171
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018b
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000198
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a0
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001b2
LinearAlgebra.o N 000001bb
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c4
LinearAlgebra.o N 000001c6
LinearAlgebra.o N 000001d1
LinearAlgebra.o N 000001e0
LinearAlgebra.o N 000001ec
LinearAlgebra.o N 00000200
LinearAlgebra.o N 00000212
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 00000225
LinearAlgebra.o N 0000022e
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010b
buffer.o N 00000122
buffer.o N 0000012d
buffer.o N 00000136
buffer.o N 0000013f
buffer.o N 00000141
buffer.o N 00000146
buffer.o N 00000154
buffer.o N 00000159
buffer.o N 00000162
buffer.o N 00000166
buffer.o N 0000016d
buffer.o N 0000016f
buffer.o N 00000177
buffer.o N 00000179
buffer.o N 00000180
buffer.o N 00000184
buffer.o N 00000197
buffer.o N 00000199
buffer.o N 0000019e
buffer.o N 000001b3
buffer.o N 000001b7
buffer.o N 000001c1
buffer.o N 000001cb
buffer.o N 000001d6
buffer.o N 000001da
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000117
intermediateValues.o N 0000012a
intermediateValues.o N 0000013f
intermediateValues.o N 00000153
intermediateValues.o N 00000168
intermediateValues.o N 00000178
intermediateValues.o N 00000180
intermediateValues.o N 0000018e
intermediateValues.o N 00000198
intermediateValues.o N 000001a0
intermediateValues.o N 000001a7
intermediateValues.o N 000001a9
intermediateValues.o N 000001ae
intermediateValues.o N 000001b2
intermediateValues.o N 000001b7
intermediateValues.o N 000001bd
intermediateValues.o N 000001c4
intermediateValues.o N 000001d3
intermediateValues.o N 000001d7
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010e
keccakrng.o N 0000011c
keccakrng.o N 00000130
keccakrng.o N 00000140
keccakrng.o N 0000014e
keccakrng.o N 00000155
keccakrng.o N 0000015b
keccakrng.o N 0000016f
keccakrng.o N 00000174
keccakrng.o N 00000181
keccakrng.o N 0000018d
keccakrng.o N 00000197
keccakrng.o N 0000019b
keccakrng.o N 000001c0
keccakrng.o N 000001df
keccakrng.o N 000001f1
keccakrng.o N 00000201
keccakrng.o N 00000215
keccakrng.o N 0000021a
keccakrng.o N 0000021e
keccakrng.o N 00000224
keccakrng.o N 00000226
keccakrng.o N 0000023d
keccakrng.o N 00000248
keccakrng.o N 00000251
keccakrng.o N 00000258
keccakrng.o N 00000262
keccakrng.o N 0000026a
keccakrng.o N 00000271
keccakrng.o N 00000278
keccakrng.o N 00000283
keccakrng.o N 00000285
keccakrng.o N 0000028a
keccakrng.o N 0000028f
keccakrng.o N 00000298
keccakrng.o N 0000029f
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000109
sign.o N 0000013d
sign.o N 00000141
sign.o N 0000016d
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001af
sign.o N 000001b2
sign.o N 000001b5
sign.o N 000001c0
sign.o N 000001d4
sign.o N 000001d7
sign.o N 000001e2
sign.o N 000001f9
sign.o N 00000204
sign.o N 0000020d
sign.o N 0000021a
sign.o N 00000224
sign.o N 00000227
sign.o N 00000233
sign.o N 00000235
sign.o N 0000023f
sign.o N 00000241
sign.o N 00000246
sign.o N 0000024b
sign.o N 00000254
sign.o N 0000025b
sign.o N 0000025e
sign.o N 00000264
sign.o N 00000266
sign.o N 0000026b
sign.o N 0000026d
sign.o N 00000274
sign.o N 00000279
sign.o N 0000027c
sign.o N 00000286
sign.o N 00000288
sign.o N 00000292
sign.o N 0000029a
sign.o N 000002a1
sign.o N 000002ab
sign.o N 000002af
sign.o N 000002b3
sign.o N 000002b8
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
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 (8.3.0) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010d
Bitcontainer.o N 00000124
Bitcontainer.o N 0000012f
Bitcontainer.o N 00000138
Bitcontainer.o N 0000014b
Bitcontainer.o N 00000156
Bitcontainer.o N 0000016a
Bitcontainer.o N 00000177
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000184
Bitcontainer.o N 00000192
Bitcontainer.o N 00000197
Bitcontainer.o N 000001a4
Bitcontainer.o N 000001b0
Bitcontainer.o N 000001ba
Bitcontainer.o N 000001be
Bitcontainer.o N 000001e3
Bitcontainer.o N 00000202
Bitcontainer.o N 00000214
Bitcontainer.o N 00000224
Bitcontainer.o N 00000238
Bitcontainer.o N 0000023a
Bitcontainer.o N 0000023d
Bitcontainer.o N 00000254
Bitcontainer.o N 0000026d
Bitcontainer.o N 00000271
Bitcontainer.o N 00000278
Bitcontainer.o N 00000280
Bitcontainer.o N 00000299
Bitcontainer.o N 0000029b
Bitcontainer.o N 000002a0
Bitcontainer.o N 000002a5
Bitcontainer.o N 000002ae
Bitcontainer.o N 000002b5
Bitcontainer.o N 000002ba
Bitcontainer.o N 000002bc
Bitcontainer.o N 000002be
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c7
Bitcontainer.o N 000002cb
Bitcontainer.o N 000002cf
Bitcontainer.o N 000002d9
Bitcontainer.o N 000002dd
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 00000109
F16Field.o N 00000115
F16Field.o N 00000124
F16Field.o N 0000012f
F16Field.o N 00000138
F16Field.o N 0000014c
F16Field.o N 0000015c
F16Field.o N 00000164
F16Field.o N 00000171
F16Field.o N 0000017a
F16Field.o N 00000183
F16Field.o N 0000018a
F16Field.o N 0000018c
F16Field.o N 00000197
F16Field.o N 000001a2
F16Field.o N 000001ae
F16Field.o N 000001b0
F16Field.o N 000001bc
F16Field.o N 000001c1
F16Field.o N 000001c3
F16Field.o N 000001c7
F16Field.o N 000001d3
F16Field.o N 000001de
F16Field.o N 000001ed
F16Field.o N 000001f9
F16Field.o N 000001fd
F16Field.o N 000001ff
F16Field.o N 0000020a
F16Field.o N 0000021c
F16Field.o N 00000230
F16Field.o N 0000023d
F16Field.o N 00000252
F16Field.o N 00000264
F16Field.o N 00000282
F16Field.o N 00000284
F16Field.o N 00000289
F16Field.o N 00000297
F16Field.o N 0000029c
F16Field.o N 000002b3
F16Field.o N 000002be
F16Field.o N 000002c7
F16Field.o N 000002d0
F16Field.o N 000002d7
F16Field.o N 000002d9
F16Field.o N 000002e0
F16Field.o N 000002e2
F16Field.o N 000002e4
F16Field.o N 000002e9
F16Field.o N 000002f0
F16Field.o N 000002f2
F16Field.o N 000002f4
F16Field.o N 000002f6
F16Field.o N 000002f8
F16Field.o N 000002fb
F16Field.o N 000002fe
F16Field.o N 00000300
F16Field.o N 00000302
F16Field.o N 00000306
F16Field.o N 00000308
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000109
F32Field.o N 00000116
F32Field.o N 0000011f
F32Field.o N 00000128
F32Field.o N 00000133
F32Field.o N 00000136
F32Field.o N 00000145
F32Field.o N 00000150
F32Field.o N 00000159
F32Field.o N 00000161
F32Field.o N 00000164
F32Field.o N 0000016c
F32Field.o N 00000170
F32Field.o N 0000017f
F32Field.o N 00000181
F32Field.o N 00000183
F32Field.o N 00000186
F32Field.o N 00000198
F32Field.o N 000001ac
F32Field.o N 000001b9
F32Field.o N 000001c0
F32Field.o N 000001d2
F32Field.o N 000001de
F32Field.o N 000001e9
F32Field.o N 000001f4
F32Field.o N 000001f8
F32Field.o N 000001fa
F32Field.o N 000001ff
F32Field.o N 0000020d
F32Field.o N 00000212
F32Field.o N 00000229
F32Field.o N 00000234
F32Field.o N 0000023d
F32Field.o N 00000246
F32Field.o N 0000024d
F32Field.o N 0000024f
F32Field.o N 00000256
F32Field.o N 00000258
F32Field.o N 0000025a
F32Field.o N 0000025c
F32Field.o N 0000025e
F32Field.o N 00000264
F32Field.o N 0000026a
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000109
F48Field.o N 00000116
F48Field.o N 00000125
F48Field.o N 00000130
F48Field.o N 00000139
F48Field.o N 00000141
F48Field.o N 00000155
F48Field.o N 00000162
F48Field.o N 0000016b
F48Field.o N 00000174
F48Field.o N 0000017f
F48Field.o N 00000184
F48Field.o N 0000018c
F48Field.o N 0000018f
F48Field.o N 00000192
F48Field.o N 00000195
F48Field.o N 00000199
F48Field.o N 000001ab
F48Field.o N 000001bf
F48Field.o N 000001cc
F48Field.o N 000001d3
F48Field.o N 000001df
F48Field.o N 000001f1
F48Field.o N 000001fc
F48Field.o N 00000207
F48Field.o N 0000020b
F48Field.o N 0000020d
F48Field.o N 00000212
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 0000023c
F48Field.o N 00000247
F48Field.o N 00000250
F48Field.o N 00000259
F48Field.o N 00000260
F48Field.o N 00000262
F48Field.o N 00000264
F48Field.o N 0000026b
F48Field.o N 0000026d
F48Field.o N 00000270
F48Field.o N 00000273
F48Field.o N 00000279
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000281
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000109
F64Field.o N 00000111
F64Field.o N 00000116
F64Field.o N 00000125
F64Field.o N 00000130
F64Field.o N 00000139
F64Field.o N 00000141
F64Field.o N 00000155
F64Field.o N 0000015d
F64Field.o N 0000016a
F64Field.o N 00000177
F64Field.o N 00000180
F64Field.o N 00000189
F64Field.o N 00000194
F64Field.o N 00000198
F64Field.o N 0000019a
F64Field.o N 0000019c
F64Field.o N 000001a7
F64Field.o N 000001aa
F64Field.o N 000001ad
F64Field.o N 000001b0
F64Field.o N 000001b3
F64Field.o N 000001b7
F64Field.o N 000001c4
F64Field.o N 000001cb
F64Field.o N 000001d7
F64Field.o N 000001e9
F64Field.o N 000001f4
F64Field.o N 00000206
F64Field.o N 0000021a
F64Field.o N 0000021d
F64Field.o N 00000220
F64Field.o N 00000223
F64Field.o N 00000229
F64Field.o N 0000022d
F64Field.o N 0000022f
F64Field.o N 00000231
F64Field.o N 00000238
F64Field.o N 0000023a
F64Field.o N 0000023f
F64Field.o N 0000024d
F64Field.o N 00000252
F64Field.o N 00000269
F64Field.o N 00000274
F64Field.o N 0000027d
F64Field.o N 00000286
F64Field.o N 0000028d
F64Field.o N 0000028f
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000109
F80Field.o N 00000111
F80Field.o N 00000116
F80Field.o N 00000125
F80Field.o N 00000130
F80Field.o N 00000139
F80Field.o N 00000141
F80Field.o N 00000155
F80Field.o N 0000015d
F80Field.o N 0000016a
F80Field.o N 00000177
F80Field.o N 00000180
F80Field.o N 00000189
F80Field.o N 00000194
F80Field.o N 00000198
F80Field.o N 0000019a
F80Field.o N 0000019c
F80Field.o N 000001a7
F80Field.o N 000001aa
F80Field.o N 000001ad
F80Field.o N 000001b0
F80Field.o N 000001b3
F80Field.o N 000001b6
F80Field.o N 000001ba
F80Field.o N 000001c7
F80Field.o N 000001ce
F80Field.o N 000001da
F80Field.o N 000001ec
F80Field.o N 000001f7
F80Field.o N 00000209
F80Field.o N 0000021d
F80Field.o N 00000222
F80Field.o N 00000224
F80Field.o N 00000226
F80Field.o N 0000022c
F80Field.o N 00000230
F80Field.o N 00000232
F80Field.o N 00000234
F80Field.o N 0000023b
F80Field.o N 0000023d
F80Field.o N 00000242
F80Field.o N 00000250
F80Field.o N 00000255
F80Field.o N 0000026c
F80Field.o N 00000277
F80Field.o N 00000280
F80Field.o N 00000289
F80Field.o N 00000290
F80Field.o N 00000292
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000108
F8Field.o N 00000113
F8Field.o N 00000121
F8Field.o N 0000012b
F8Field.o N 00000133
F8Field.o N 00000147
F8Field.o N 00000156
F8Field.o N 00000163
F8Field.o N 0000016b
F8Field.o N 00000173
F8Field.o N 0000017a
F8Field.o N 00000180
F8Field.o N 00000182
F8Field.o N 0000018c
F8Field.o N 0000019d
F8Field.o N 000001b0
F8Field.o N 000001bc
F8Field.o N 000001c7
F8Field.o N 000001d1
F8Field.o N 000001d3
F8Field.o N 000001d8
F8Field.o N 000001dd
F8Field.o N 000001f4
F8Field.o N 000001ff
F8Field.o N 00000208
F8Field.o N 00000211
F8Field.o N 00000215
F8Field.o N 0000021c
F8Field.o N 0000021e
F8Field.o N 00000225
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000105
LUOV.o N 0000010b
LUOV.o N 00000116
LUOV.o N 0000012d
LUOV.o N 00000138
LUOV.o N 00000141
LUOV.o N 00000155
LUOV.o N 00000162
LUOV.o N 00000170
LUOV.o N 00000179
LUOV.o N 00000187
LUOV.o N 0000018b
LUOV.o N 00000192
LUOV.o N 0000019c
LUOV.o N 000001a4
LUOV.o N 000001ab
LUOV.o N 000001af
LUOV.o N 000001b6
LUOV.o N 000001bc
LUOV.o N 000001c1
LUOV.o N 000001ce
LUOV.o N 000001da
LUOV.o N 000001e4
LUOV.o N 000001e8
LUOV.o N 0000020d
LUOV.o N 0000022c
LUOV.o N 0000023e
LUOV.o N 0000024e
LUOV.o N 00000262
LUOV.o N 00000276
LUOV.o N 0000028c
LUOV.o N 0000029e
LUOV.o N 000002b2
LUOV.o N 000002c8
LUOV.o N 000002da
LUOV.o N 000002ee
LUOV.o N 00000304
LUOV.o N 00000316
LUOV.o N 00000322
LUOV.o N 00000332
LUOV.o N 00000347
LUOV.o N 0000035d
LUOV.o N 0000036c
LUOV.o N 00000379
LUOV.o N 0000037b
LUOV.o N 00000385
LUOV.o N 00000397
LUOV.o N 0000039e
LUOV.o N 000003a0
LUOV.o N 000003a5
LUOV.o N 000003aa
LUOV.o N 000003b3
LUOV.o N 000003ba
LUOV.o N 000003bd
LUOV.o N 000003c9
LUOV.o N 000003cb
LUOV.o N 000003d5
LUOV.o N 000003d7
LUOV.o N 000003de
LUOV.o N 000003e9
LUOV.o N 000003ec
LUOV.o N 000003ef
LUOV.o N 000003f9
LUOV.o N 000003fb
LUOV.o N 000003fd
LUOV.o N 00000405
LUOV.o N 00000407
LUOV.o N 00000409
LUOV.o N 0000040b
LUOV.o N 0000040f
LUOV.o N 00000421
LUOV.o N 00000423
LUOV.o N 00000428
LUOV.o N 0000042d
LUOV.o N 00000433
LUOV.o N 0000043a
LUOV.o N 0000043d
LUOV.o N 00000442
LUOV.o N 0000044d
LUOV.o N 0000045c
LUOV.o N 00000466
LUOV.o N 00000475
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010e
LinearAlgebra.o N 00000118
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012c
LinearAlgebra.o N 0000013a
LinearAlgebra.o N 00000144
LinearAlgebra.o N 0000014c
LinearAlgebra.o N 00000153
LinearAlgebra.o N 0000015a
LinearAlgebra.o N 00000167
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016d
LinearAlgebra.o N 00000176
LinearAlgebra.o N 00000178
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 00000190
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000196
LinearAlgebra.o N 0000019c
LinearAlgebra.o N 000001a4
LinearAlgebra.o N 000001ae
LinearAlgebra.o N 000001b7
LinearAlgebra.o N 000001be
LinearAlgebra.o N 000001c0
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001cd
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001e8
LinearAlgebra.o N 000001fc
LinearAlgebra.o N 0000020e
LinearAlgebra.o N 00000215
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 0000022a
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000107
buffer.o N 0000011e
buffer.o N 00000129
buffer.o N 00000132
buffer.o N 0000013b
buffer.o N 0000013d
buffer.o N 00000142
buffer.o N 00000150
buffer.o N 00000155
buffer.o N 0000015e
buffer.o N 00000162
buffer.o N 00000169
buffer.o N 0000016b
buffer.o N 00000173
buffer.o N 00000175
buffer.o N 0000017c
buffer.o N 00000180
buffer.o N 00000193
buffer.o N 00000195
buffer.o N 0000019a
buffer.o N 000001af
buffer.o N 000001b3
buffer.o N 000001bd
buffer.o N 000001c7
buffer.o N 000001d2
buffer.o N 000001d6
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000113
intermediateValues.o N 00000126
intermediateValues.o N 0000013b
intermediateValues.o N 0000014f
intermediateValues.o N 00000164
intermediateValues.o N 00000174
intermediateValues.o N 0000017c
intermediateValues.o N 0000018a
intermediateValues.o N 00000194
intermediateValues.o N 0000019c
intermediateValues.o N 000001a3
intermediateValues.o N 000001a5
intermediateValues.o N 000001aa
intermediateValues.o N 000001ae
intermediateValues.o N 000001b3
intermediateValues.o N 000001b9
intermediateValues.o N 000001c0
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010a
keccakrng.o N 00000121
keccakrng.o N 0000012c
keccakrng.o N 00000135
keccakrng.o N 00000149
keccakrng.o N 00000159
keccakrng.o N 00000167
keccakrng.o N 0000016e
keccakrng.o N 00000174
keccakrng.o N 00000182
keccakrng.o N 00000196
keccakrng.o N 0000019b
keccakrng.o N 000001a8
keccakrng.o N 000001b4
keccakrng.o N 000001be
keccakrng.o N 000001c2
keccakrng.o N 000001e7
keccakrng.o N 00000206
keccakrng.o N 00000218
keccakrng.o N 00000228
keccakrng.o N 0000023c
keccakrng.o N 00000241
keccakrng.o N 00000245
keccakrng.o N 00000250
keccakrng.o N 00000256
keccakrng.o N 0000025d
keccakrng.o N 00000267
keccakrng.o N 0000026f
keccakrng.o N 00000276
keccakrng.o N 0000027d
keccakrng.o N 0000027f
keccakrng.o N 00000284
keccakrng.o N 00000289
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000105
sign.o N 00000134
sign.o N 00000138
sign.o N 0000015f
sign.o N 0000018b
sign.o N 0000018e
sign.o N 0000019c
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001ae
sign.o N 000001c2
sign.o N 000001c4
sign.o N 000001cf
sign.o N 000001e6
sign.o N 000001f1
sign.o N 000001fa
sign.o N 00000207
sign.o N 00000211
sign.o N 00000214
sign.o N 0000021f
sign.o N 00000222
sign.o N 0000022c
sign.o N 0000022e
sign.o N 00000233
sign.o N 00000238
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000253
sign.o N 00000258
sign.o N 0000025a
sign.o N 00000261
sign.o N 00000266
sign.o N 00000269
sign.o N 00000273
sign.o N 00000275
sign.o N 0000027f
sign.o N 00000287
sign.o N 0000028e
sign.o N 00000298
sign.o N 0000029c
sign.o N 000002a0
sign.o N 000002a5
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010d
Bitcontainer.o N 00000124
Bitcontainer.o N 0000012f
Bitcontainer.o N 00000138
Bitcontainer.o N 0000014b
Bitcontainer.o N 00000156
Bitcontainer.o N 0000016a
Bitcontainer.o N 00000177
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000184
Bitcontainer.o N 00000192
Bitcontainer.o N 00000197
Bitcontainer.o N 000001a4
Bitcontainer.o N 000001b0
Bitcontainer.o N 000001ba
Bitcontainer.o N 000001be
Bitcontainer.o N 000001e3
Bitcontainer.o N 00000202
Bitcontainer.o N 00000214
Bitcontainer.o N 00000224
Bitcontainer.o N 00000238
Bitcontainer.o N 0000023a
Bitcontainer.o N 0000023d
Bitcontainer.o N 00000254
Bitcontainer.o N 0000026d
Bitcontainer.o N 00000271
Bitcontainer.o N 00000278
Bitcontainer.o N 00000280
Bitcontainer.o N 00000299
Bitcontainer.o N 0000029b
Bitcontainer.o N 000002a0
Bitcontainer.o N 000002a5
Bitcontainer.o N 000002ae
Bitcontainer.o N 000002b5
Bitcontainer.o N 000002ba
Bitcontainer.o N 000002bc
Bitcontainer.o N 000002be
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c7
Bitcontainer.o N 000002cb
Bitcontainer.o N 000002cf
Bitcontainer.o N 000002d9
Bitcontainer.o N 000002dd
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 00000109
F16Field.o N 00000115
F16Field.o N 00000124
F16Field.o N 0000012f
F16Field.o N 00000138
F16Field.o N 0000014c
F16Field.o N 0000015c
F16Field.o N 00000164
F16Field.o N 00000171
F16Field.o N 0000017a
F16Field.o N 00000183
F16Field.o N 0000018a
F16Field.o N 0000018c
F16Field.o N 00000197
F16Field.o N 000001a2
F16Field.o N 000001ae
F16Field.o N 000001b0
F16Field.o N 000001bc
F16Field.o N 000001c1
F16Field.o N 000001c3
F16Field.o N 000001c7
F16Field.o N 000001d3
F16Field.o N 000001de
F16Field.o N 000001ed
F16Field.o N 000001f8
F16Field.o N 000001fc
F16Field.o N 0000020e
F16Field.o N 00000222
F16Field.o N 0000022f
F16Field.o N 00000244
F16Field.o N 00000250
F16Field.o N 00000262
F16Field.o N 00000280
F16Field.o N 00000282
F16Field.o N 00000287
F16Field.o N 00000295
F16Field.o N 0000029a
F16Field.o N 000002b1
F16Field.o N 000002bc
F16Field.o N 000002c5
F16Field.o N 000002ce
F16Field.o N 000002d5
F16Field.o N 000002d7
F16Field.o N 000002de
F16Field.o N 000002e0
F16Field.o N 000002e2
F16Field.o N 000002e7
F16Field.o N 000002e9
F16Field.o N 000002f0
F16Field.o N 000002f2
F16Field.o N 000002f4
F16Field.o N 000002f6
F16Field.o N 000002f8
F16Field.o N 000002fb
F16Field.o N 000002fe
F16Field.o N 00000300
F16Field.o N 00000302
F16Field.o N 00000306
F16Field.o N 00000308
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000109
F32Field.o N 00000116
F32Field.o N 0000011f
F32Field.o N 00000128
F32Field.o N 00000133
F32Field.o N 00000136
F32Field.o N 00000145
F32Field.o N 00000150
F32Field.o N 00000159
F32Field.o N 00000161
F32Field.o N 00000164
F32Field.o N 0000016c
F32Field.o N 00000170
F32Field.o N 0000017f
F32Field.o N 00000181
F32Field.o N 00000183
F32Field.o N 00000186
F32Field.o N 00000198
F32Field.o N 000001ac
F32Field.o N 000001b9
F32Field.o N 000001c0
F32Field.o N 000001d2
F32Field.o N 000001de
F32Field.o N 000001e9
F32Field.o N 000001f4
F32Field.o N 000001f8
F32Field.o N 000001fa
F32Field.o N 000001ff
F32Field.o N 0000020d
F32Field.o N 00000212
F32Field.o N 00000229
F32Field.o N 00000234
F32Field.o N 0000023d
F32Field.o N 00000246
F32Field.o N 0000024d
F32Field.o N 0000024f
F32Field.o N 00000256
F32Field.o N 00000258
F32Field.o N 0000025a
F32Field.o N 0000025c
F32Field.o N 0000025e
F32Field.o N 00000264
F32Field.o N 0000026a
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000109
F48Field.o N 00000116
F48Field.o N 00000125
F48Field.o N 00000130
F48Field.o N 00000139
F48Field.o N 00000141
F48Field.o N 00000155
F48Field.o N 00000162
F48Field.o N 0000016b
F48Field.o N 00000174
F48Field.o N 0000017f
F48Field.o N 00000184
F48Field.o N 0000018c
F48Field.o N 0000018f
F48Field.o N 00000192
F48Field.o N 00000195
F48Field.o N 00000199
F48Field.o N 000001ab
F48Field.o N 000001bf
F48Field.o N 000001cc
F48Field.o N 000001d3
F48Field.o N 000001df
F48Field.o N 000001f1
F48Field.o N 000001fc
F48Field.o N 00000207
F48Field.o N 0000020b
F48Field.o N 0000020d
F48Field.o N 00000212
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 0000023c
F48Field.o N 00000247
F48Field.o N 00000250
F48Field.o N 00000259
F48Field.o N 00000260
F48Field.o N 00000262
F48Field.o N 00000264
F48Field.o N 0000026b
F48Field.o N 0000026d
F48Field.o N 00000270
F48Field.o N 00000273
F48Field.o N 00000279
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000281
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000109
F64Field.o N 00000111
F64Field.o N 00000116
F64Field.o N 00000125
F64Field.o N 00000130
F64Field.o N 00000139
F64Field.o N 00000141
F64Field.o N 00000155
F64Field.o N 0000015d
F64Field.o N 0000016a
F64Field.o N 00000177
F64Field.o N 00000180
F64Field.o N 00000189
F64Field.o N 00000194
F64Field.o N 00000198
F64Field.o N 0000019a
F64Field.o N 0000019c
F64Field.o N 000001a7
F64Field.o N 000001aa
F64Field.o N 000001ad
F64Field.o N 000001b0
F64Field.o N 000001b3
F64Field.o N 000001b7
F64Field.o N 000001c4
F64Field.o N 000001cb
F64Field.o N 000001d7
F64Field.o N 000001e9
F64Field.o N 000001f4
F64Field.o N 00000206
F64Field.o N 0000021a
F64Field.o N 0000021d
F64Field.o N 00000220
F64Field.o N 00000223
F64Field.o N 00000229
F64Field.o N 0000022d
F64Field.o N 0000022f
F64Field.o N 00000231
F64Field.o N 00000238
F64Field.o N 0000023a
F64Field.o N 0000023f
F64Field.o N 0000024d
F64Field.o N 00000252
F64Field.o N 00000269
F64Field.o N 00000274
F64Field.o N 0000027d
F64Field.o N 00000286
F64Field.o N 0000028d
F64Field.o N 0000028f
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000109
F80Field.o N 00000111
F80Field.o N 00000116
F80Field.o N 00000125
F80Field.o N 00000130
F80Field.o N 00000139
F80Field.o N 00000141
F80Field.o N 00000155
F80Field.o N 0000015d
F80Field.o N 0000016a
F80Field.o N 00000177
F80Field.o N 00000180
F80Field.o N 00000189
F80Field.o N 00000194
F80Field.o N 00000198
F80Field.o N 0000019a
F80Field.o N 0000019c
F80Field.o N 000001a7
F80Field.o N 000001aa
F80Field.o N 000001ad
F80Field.o N 000001b0
F80Field.o N 000001b3
F80Field.o N 000001b6
F80Field.o N 000001ba
F80Field.o N 000001c7
F80Field.o N 000001ce
F80Field.o N 000001da
F80Field.o N 000001ec
F80Field.o N 000001f7
F80Field.o N 00000209
F80Field.o N 0000021d
F80Field.o N 0000021f
F80Field.o N 00000224
F80Field.o N 00000226
F80Field.o N 0000022c
F80Field.o N 00000230
F80Field.o N 00000232
F80Field.o N 00000234
F80Field.o N 0000023b
F80Field.o N 0000023d
F80Field.o N 00000242
F80Field.o N 00000250
F80Field.o N 00000255
F80Field.o N 0000026c
F80Field.o N 00000277
F80Field.o N 00000280
F80Field.o N 00000289
F80Field.o N 00000290
F80Field.o N 00000292
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000108
F8Field.o N 00000113
F8Field.o N 00000121
F8Field.o N 0000012b
F8Field.o N 00000133
F8Field.o N 00000147
F8Field.o N 00000156
F8Field.o N 00000163
F8Field.o N 0000016b
F8Field.o N 00000173
F8Field.o N 0000017a
F8Field.o N 00000180
F8Field.o N 00000182
F8Field.o N 0000018c
F8Field.o N 0000019d
F8Field.o N 000001b0
F8Field.o N 000001bc
F8Field.o N 000001c7
F8Field.o N 000001d1
F8Field.o N 000001d3
F8Field.o N 000001d8
F8Field.o N 000001dd
F8Field.o N 000001f4
F8Field.o N 000001ff
F8Field.o N 00000208
F8Field.o N 00000211
F8Field.o N 00000215
F8Field.o N 0000021c
F8Field.o N 0000021e
F8Field.o N 00000225
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000105
LUOV.o N 0000010b
LUOV.o N 00000116
LUOV.o N 0000012d
LUOV.o N 00000138
LUOV.o N 00000141
LUOV.o N 00000155
LUOV.o N 00000162
LUOV.o N 00000170
LUOV.o N 00000179
LUOV.o N 00000187
LUOV.o N 0000018b
LUOV.o N 00000192
LUOV.o N 0000019c
LUOV.o N 000001a4
LUOV.o N 000001ab
LUOV.o N 000001af
LUOV.o N 000001b6
LUOV.o N 000001bc
LUOV.o N 000001c1
LUOV.o N 000001ce
LUOV.o N 000001da
LUOV.o N 000001e4
LUOV.o N 000001e8
LUOV.o N 0000020d
LUOV.o N 0000022c
LUOV.o N 0000023e
LUOV.o N 0000024e
LUOV.o N 00000262
LUOV.o N 00000276
LUOV.o N 0000028c
LUOV.o N 0000029e
LUOV.o N 000002b2
LUOV.o N 000002c8
LUOV.o N 000002da
LUOV.o N 000002ee
LUOV.o N 00000304
LUOV.o N 00000316
LUOV.o N 00000322
LUOV.o N 00000332
LUOV.o N 00000347
LUOV.o N 0000035d
LUOV.o N 0000036c
LUOV.o N 00000379
LUOV.o N 0000037b
LUOV.o N 00000385
LUOV.o N 00000397
LUOV.o N 0000039e
LUOV.o N 000003a0
LUOV.o N 000003a5
LUOV.o N 000003aa
LUOV.o N 000003b3
LUOV.o N 000003ba
LUOV.o N 000003bd
LUOV.o N 000003c9
LUOV.o N 000003cb
LUOV.o N 000003d5
LUOV.o N 000003d7
LUOV.o N 000003de
LUOV.o N 000003e9
LUOV.o N 000003ec
LUOV.o N 000003ef
LUOV.o N 000003f9
LUOV.o N 000003fb
LUOV.o N 000003fd
LUOV.o N 00000405
LUOV.o N 00000407
LUOV.o N 00000409
LUOV.o N 0000040b
LUOV.o N 0000040f
LUOV.o N 00000421
LUOV.o N 00000423
LUOV.o N 00000428
LUOV.o N 0000042d
LUOV.o N 00000433
LUOV.o N 0000043a
LUOV.o N 0000043d
LUOV.o N 00000442
LUOV.o N 0000044d
LUOV.o N 0000045c
LUOV.o N 00000466
LUOV.o N 00000475
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010e
LinearAlgebra.o N 00000118
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012c
LinearAlgebra.o N 0000013a
LinearAlgebra.o N 00000144
LinearAlgebra.o N 0000014c
LinearAlgebra.o N 00000153
LinearAlgebra.o N 0000015a
LinearAlgebra.o N 00000167
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016d
LinearAlgebra.o N 00000176
LinearAlgebra.o N 00000178
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 00000190
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000196
LinearAlgebra.o N 0000019c
LinearAlgebra.o N 000001a4
LinearAlgebra.o N 000001ae
LinearAlgebra.o N 000001b7
LinearAlgebra.o N 000001be
LinearAlgebra.o N 000001c0
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001cd
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001e8
LinearAlgebra.o N 000001fc
LinearAlgebra.o N 0000020e
LinearAlgebra.o N 00000215
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 0000022a
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000107
buffer.o N 0000011e
buffer.o N 00000129
buffer.o N 00000132
buffer.o N 0000013b
buffer.o N 0000013d
buffer.o N 00000142
buffer.o N 00000150
buffer.o N 00000155
buffer.o N 0000015e
buffer.o N 00000162
buffer.o N 00000169
buffer.o N 0000016b
buffer.o N 00000173
buffer.o N 00000175
buffer.o N 0000017c
buffer.o N 00000180
buffer.o N 00000193
buffer.o N 00000195
buffer.o N 0000019a
buffer.o N 000001af
buffer.o N 000001b3
buffer.o N 000001bd
buffer.o N 000001c7
buffer.o N 000001d2
buffer.o N 000001d6
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000113
intermediateValues.o N 00000126
intermediateValues.o N 0000013b
intermediateValues.o N 0000014f
intermediateValues.o N 00000164
intermediateValues.o N 00000174
intermediateValues.o N 0000017c
intermediateValues.o N 0000018a
intermediateValues.o N 00000194
intermediateValues.o N 0000019c
intermediateValues.o N 000001a3
intermediateValues.o N 000001a5
intermediateValues.o N 000001aa
intermediateValues.o N 000001ae
intermediateValues.o N 000001b3
intermediateValues.o N 000001b9
intermediateValues.o N 000001c0
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010a
keccakrng.o N 00000121
keccakrng.o N 0000012c
keccakrng.o N 00000135
keccakrng.o N 00000149
keccakrng.o N 00000159
keccakrng.o N 00000167
keccakrng.o N 0000016e
keccakrng.o N 00000174
keccakrng.o N 00000182
keccakrng.o N 00000196
keccakrng.o N 0000019b
keccakrng.o N 000001a8
keccakrng.o N 000001b4
keccakrng.o N 000001be
keccakrng.o N 000001c2
keccakrng.o N 000001e7
keccakrng.o N 00000206
keccakrng.o N 00000218
keccakrng.o N 00000228
keccakrng.o N 0000023c
keccakrng.o N 00000241
keccakrng.o N 00000245
keccakrng.o N 00000250
keccakrng.o N 00000256
keccakrng.o N 0000025d
keccakrng.o N 00000267
keccakrng.o N 0000026f
keccakrng.o N 00000276
keccakrng.o N 0000027d
keccakrng.o N 0000027f
keccakrng.o N 00000284
keccakrng.o N 00000289
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000105
sign.o N 00000134
sign.o N 00000138
sign.o N 0000015f
sign.o N 0000018b
sign.o N 0000018e
sign.o N 0000019c
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001ae
sign.o N 000001c2
sign.o N 000001c4
sign.o N 000001cf
sign.o N 000001e6
sign.o N 000001f1
sign.o N 000001fa
sign.o N 00000207
sign.o N 00000211
sign.o N 00000214
sign.o N 0000021f
sign.o N 00000222
sign.o N 0000022c
sign.o N 0000022e
sign.o N 00000233
sign.o N 00000238
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000253
sign.o N 00000258
sign.o N 0000025a
sign.o N 00000261
sign.o N 00000266
sign.o N 00000269
sign.o N 00000273
sign.o N 00000275
sign.o N 0000027f
sign.o N 00000287
sign.o N 0000028e
sign.o N 00000298
sign.o N 0000029c
sign.o N 000002a0
sign.o N 000002a5
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010c
Bitcontainer.o N 00000123
Bitcontainer.o N 0000012e
Bitcontainer.o N 00000137
Bitcontainer.o N 0000014a
Bitcontainer.o N 00000155
Bitcontainer.o N 00000169
Bitcontainer.o N 00000176
Bitcontainer.o N 0000017d
Bitcontainer.o N 00000183
Bitcontainer.o N 00000191
Bitcontainer.o N 00000196
Bitcontainer.o N 000001a3
Bitcontainer.o N 000001af
Bitcontainer.o N 000001b9
Bitcontainer.o N 000001bd
Bitcontainer.o N 000001e2
Bitcontainer.o N 00000201
Bitcontainer.o N 00000213
Bitcontainer.o N 00000223
Bitcontainer.o N 00000237
Bitcontainer.o N 00000239
Bitcontainer.o N 0000023c
Bitcontainer.o N 00000253
Bitcontainer.o N 0000026c
Bitcontainer.o N 00000270
Bitcontainer.o N 00000277
Bitcontainer.o N 0000027f
Bitcontainer.o N 00000298
Bitcontainer.o N 0000029a
Bitcontainer.o N 0000029f
Bitcontainer.o N 000002a4
Bitcontainer.o N 000002ad
Bitcontainer.o N 000002b4
Bitcontainer.o N 000002b9
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002bd
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c6
Bitcontainer.o N 000002ca
Bitcontainer.o N 000002ce
Bitcontainer.o N 000002d8
Bitcontainer.o N 000002dc
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 00000108
F16Field.o N 00000114
F16Field.o N 00000123
F16Field.o N 0000012e
F16Field.o N 00000137
F16Field.o N 0000014b
F16Field.o N 0000015b
F16Field.o N 00000163
F16Field.o N 00000170
F16Field.o N 00000179
F16Field.o N 00000182
F16Field.o N 00000189
F16Field.o N 0000018b
F16Field.o N 00000196
F16Field.o N 000001a1
F16Field.o N 000001ad
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001c0
F16Field.o N 000001c2
F16Field.o N 000001c6
F16Field.o N 000001d2
F16Field.o N 000001dd
F16Field.o N 000001ec
F16Field.o N 000001f8
F16Field.o N 000001fc
F16Field.o N 000001fe
F16Field.o N 00000209
F16Field.o N 0000021b
F16Field.o N 0000022f
F16Field.o N 0000023c
F16Field.o N 00000251
F16Field.o N 00000263
F16Field.o N 00000281
F16Field.o N 00000283
F16Field.o N 00000288
F16Field.o N 00000296
F16Field.o N 0000029b
F16Field.o N 000002b2
F16Field.o N 000002bd
F16Field.o N 000002c6
F16Field.o N 000002cf
F16Field.o N 000002d6
F16Field.o N 000002d8
F16Field.o N 000002df
F16Field.o N 000002e1
F16Field.o N 000002e3
F16Field.o N 000002e8
F16Field.o N 000002ef
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002f5
F16Field.o N 000002f7
F16Field.o N 000002fa
F16Field.o N 000002fd
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000305
F16Field.o N 00000307
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000108
F32Field.o N 00000115
F32Field.o N 0000011e
F32Field.o N 00000127
F32Field.o N 00000132
F32Field.o N 00000135
F32Field.o N 00000144
F32Field.o N 0000014f
F32Field.o N 00000158
F32Field.o N 00000160
F32Field.o N 00000163
F32Field.o N 0000016b
F32Field.o N 0000016f
F32Field.o N 0000017e
F32Field.o N 00000180
F32Field.o N 00000182
F32Field.o N 00000185
F32Field.o N 00000197
F32Field.o N 000001ab
F32Field.o N 000001b8
F32Field.o N 000001bf
F32Field.o N 000001d1
F32Field.o N 000001dd
F32Field.o N 000001e8
F32Field.o N 000001f3
F32Field.o N 000001f7
F32Field.o N 000001f9
F32Field.o N 000001fe
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 00000228
F32Field.o N 00000233
F32Field.o N 0000023c
F32Field.o N 00000245
F32Field.o N 0000024c
F32Field.o N 0000024e
F32Field.o N 00000255
F32Field.o N 00000257
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 00000263
F32Field.o N 00000269
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000108
F48Field.o N 00000115
F48Field.o N 00000124
F48Field.o N 0000012f
F48Field.o N 00000138
F48Field.o N 00000140
F48Field.o N 00000154
F48Field.o N 00000161
F48Field.o N 0000016a
F48Field.o N 00000173
F48Field.o N 0000017e
F48Field.o N 00000183
F48Field.o N 0000018b
F48Field.o N 0000018e
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000198
F48Field.o N 000001aa
F48Field.o N 000001be
F48Field.o N 000001cb
F48Field.o N 000001d2
F48Field.o N 000001de
F48Field.o N 000001f0
F48Field.o N 000001fb
F48Field.o N 00000206
F48Field.o N 0000020a
F48Field.o N 0000020c
F48Field.o N 00000211
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 0000023b
F48Field.o N 00000246
F48Field.o N 0000024f
F48Field.o N 00000258
F48Field.o N 0000025f
F48Field.o N 00000261
F48Field.o N 00000263
F48Field.o N 0000026a
F48Field.o N 0000026c
F48Field.o N 0000026f
F48Field.o N 00000272
F48Field.o N 00000278
F48Field.o N 0000027c
F48Field.o N 0000027e
F48Field.o N 00000280
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000108
F64Field.o N 00000110
F64Field.o N 00000115
F64Field.o N 00000124
F64Field.o N 0000012f
F64Field.o N 00000138
F64Field.o N 00000140
F64Field.o N 00000154
F64Field.o N 0000015c
F64Field.o N 00000169
F64Field.o N 00000176
F64Field.o N 0000017f
F64Field.o N 00000188
F64Field.o N 00000193
F64Field.o N 00000197
F64Field.o N 00000199
F64Field.o N 0000019b
F64Field.o N 000001a6
F64Field.o N 000001a9
F64Field.o N 000001ac
F64Field.o N 000001af
F64Field.o N 000001b2
F64Field.o N 000001b6
F64Field.o N 000001c3
F64Field.o N 000001ca
F64Field.o N 000001d6
F64Field.o N 000001e8
F64Field.o N 000001f3
F64Field.o N 00000205
F64Field.o N 00000219
F64Field.o N 0000021c
F64Field.o N 0000021f
F64Field.o N 00000222
F64Field.o N 00000228
F64Field.o N 0000022c
F64Field.o N 0000022e
F64Field.o N 00000230
F64Field.o N 00000237
F64Field.o N 00000239
F64Field.o N 0000023e
F64Field.o N 0000024c
F64Field.o N 00000251
F64Field.o N 00000268
F64Field.o N 00000273
F64Field.o N 0000027c
F64Field.o N 00000285
F64Field.o N 0000028c
F64Field.o N 0000028e
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000108
F80Field.o N 00000110
F80Field.o N 00000115
F80Field.o N 00000124
F80Field.o N 0000012f
F80Field.o N 00000138
F80Field.o N 00000140
F80Field.o N 00000154
F80Field.o N 0000015c
F80Field.o N 00000169
F80Field.o N 00000176
F80Field.o N 0000017f
F80Field.o N 00000188
F80Field.o N 00000193
F80Field.o N 00000197
F80Field.o N 00000199
F80Field.o N 0000019b
F80Field.o N 000001a6
F80Field.o N 000001a9
F80Field.o N 000001ac
F80Field.o N 000001af
F80Field.o N 000001b2
F80Field.o N 000001b5
F80Field.o N 000001b9
F80Field.o N 000001c6
F80Field.o N 000001cd
F80Field.o N 000001d9
F80Field.o N 000001eb
F80Field.o N 000001f6
F80Field.o N 00000208
F80Field.o N 0000021c
F80Field.o N 00000221
F80Field.o N 00000223
F80Field.o N 00000225
F80Field.o N 0000022b
F80Field.o N 0000022f
F80Field.o N 00000231
F80Field.o N 00000233
F80Field.o N 0000023a
F80Field.o N 0000023c
F80Field.o N 00000241
F80Field.o N 0000024f
F80Field.o N 00000254
F80Field.o N 0000026b
F80Field.o N 00000276
F80Field.o N 0000027f
F80Field.o N 00000288
F80Field.o N 0000028f
F80Field.o N 00000291
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000107
F8Field.o N 00000112
F8Field.o N 00000120
F8Field.o N 0000012a
F8Field.o N 00000132
F8Field.o N 00000146
F8Field.o N 00000155
F8Field.o N 00000162
F8Field.o N 0000016a
F8Field.o N 00000172
F8Field.o N 00000179
F8Field.o N 0000017f
F8Field.o N 00000181
F8Field.o N 0000018b
F8Field.o N 0000019c
F8Field.o N 000001af
F8Field.o N 000001bb
F8Field.o N 000001c6
F8Field.o N 000001d0
F8Field.o N 000001d2
F8Field.o N 000001d7
F8Field.o N 000001dc
F8Field.o N 000001f3
F8Field.o N 000001fe
F8Field.o N 00000207
F8Field.o N 00000210
F8Field.o N 00000214
F8Field.o N 0000021b
F8Field.o N 0000021d
F8Field.o N 00000224
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000104
LUOV.o N 0000010a
LUOV.o N 00000115
LUOV.o N 0000012c
LUOV.o N 00000137
LUOV.o N 00000140
LUOV.o N 00000154
LUOV.o N 00000161
LUOV.o N 0000016f
LUOV.o N 00000178
LUOV.o N 00000186
LUOV.o N 0000018a
LUOV.o N 00000191
LUOV.o N 0000019b
LUOV.o N 000001a3
LUOV.o N 000001aa
LUOV.o N 000001ae
LUOV.o N 000001b5
LUOV.o N 000001bb
LUOV.o N 000001c0
LUOV.o N 000001cd
LUOV.o N 000001d9
LUOV.o N 000001e3
LUOV.o N 000001e7
LUOV.o N 0000020c
LUOV.o N 0000022b
LUOV.o N 0000023d
LUOV.o N 0000024d
LUOV.o N 00000261
LUOV.o N 00000275
LUOV.o N 0000028b
LUOV.o N 0000029d
LUOV.o N 000002b1
LUOV.o N 000002c7
LUOV.o N 000002d9
LUOV.o N 000002ed
LUOV.o N 00000303
LUOV.o N 00000315
LUOV.o N 00000321
LUOV.o N 00000331
LUOV.o N 00000346
LUOV.o N 0000035c
LUOV.o N 0000036b
LUOV.o N 00000378
LUOV.o N 0000037a
LUOV.o N 00000384
LUOV.o N 00000396
LUOV.o N 0000039d
LUOV.o N 0000039f
LUOV.o N 000003a4
LUOV.o N 000003a9
LUOV.o N 000003b2
LUOV.o N 000003b9
LUOV.o N 000003bc
LUOV.o N 000003c8
LUOV.o N 000003ca
LUOV.o N 000003d4
LUOV.o N 000003d6
LUOV.o N 000003dd
LUOV.o N 000003e8
LUOV.o N 000003eb
LUOV.o N 000003ee
LUOV.o N 000003f8
LUOV.o N 000003fa
LUOV.o N 000003fc
LUOV.o N 00000404
LUOV.o N 00000406
LUOV.o N 00000408
LUOV.o N 0000040a
LUOV.o N 0000040e
LUOV.o N 00000420
LUOV.o N 00000422
LUOV.o N 00000427
LUOV.o N 0000042c
LUOV.o N 00000432
LUOV.o N 00000439
LUOV.o N 0000043c
LUOV.o N 00000441
LUOV.o N 0000044c
LUOV.o N 0000045b
LUOV.o N 00000465
LUOV.o N 00000474
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010d
LinearAlgebra.o N 00000117
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000120
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000139
LinearAlgebra.o N 00000143
LinearAlgebra.o N 0000014b
LinearAlgebra.o N 00000152
LinearAlgebra.o N 00000159
LinearAlgebra.o N 00000166
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000175
LinearAlgebra.o N 00000177
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018f
LinearAlgebra.o N 00000193
LinearAlgebra.o N 00000195
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001ad
LinearAlgebra.o N 000001b6
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001bf
LinearAlgebra.o N 000001c1
LinearAlgebra.o N 000001cc
LinearAlgebra.o N 000001db
LinearAlgebra.o N 000001e7
LinearAlgebra.o N 000001fb
LinearAlgebra.o N 0000020d
LinearAlgebra.o N 00000214
LinearAlgebra.o N 00000218
LinearAlgebra.o N 0000021c
LinearAlgebra.o N 00000220
LinearAlgebra.o N 00000229
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000106
buffer.o N 0000011d
buffer.o N 00000128
buffer.o N 00000131
buffer.o N 0000013a
buffer.o N 0000013c
buffer.o N 00000141
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 0000015d
buffer.o N 00000161
buffer.o N 00000168
buffer.o N 0000016a
buffer.o N 00000172
buffer.o N 00000174
buffer.o N 0000017b
buffer.o N 0000017f
buffer.o N 00000192
buffer.o N 00000194
buffer.o N 00000199
buffer.o N 000001ae
buffer.o N 000001b2
buffer.o N 000001bc
buffer.o N 000001c6
buffer.o N 000001d1
buffer.o N 000001d5
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000112
intermediateValues.o N 00000125
intermediateValues.o N 0000013a
intermediateValues.o N 0000014e
intermediateValues.o N 00000163
intermediateValues.o N 00000173
intermediateValues.o N 0000017b
intermediateValues.o N 00000189
intermediateValues.o N 00000193
intermediateValues.o N 0000019b
intermediateValues.o N 000001a2
intermediateValues.o N 000001a4
intermediateValues.o N 000001a9
intermediateValues.o N 000001ad
intermediateValues.o N 000001b2
intermediateValues.o N 000001b8
intermediateValues.o N 000001bf
intermediateValues.o N 000001ce
intermediateValues.o N 000001d2
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 00000109
keccakrng.o N 00000120
keccakrng.o N 0000012b
keccakrng.o N 00000134
keccakrng.o N 00000148
keccakrng.o N 00000158
keccakrng.o N 00000166
keccakrng.o N 0000016d
keccakrng.o N 00000173
keccakrng.o N 00000181
keccakrng.o N 00000195
keccakrng.o N 0000019a
keccakrng.o N 000001a7
keccakrng.o N 000001b3
keccakrng.o N 000001bd
keccakrng.o N 000001c1
keccakrng.o N 000001e6
keccakrng.o N 00000205
keccakrng.o N 00000217
keccakrng.o N 00000227
keccakrng.o N 0000023b
keccakrng.o N 00000240
keccakrng.o N 00000244
keccakrng.o N 0000024f
keccakrng.o N 00000255
keccakrng.o N 0000025c
keccakrng.o N 00000266
keccakrng.o N 0000026e
keccakrng.o N 00000275
keccakrng.o N 0000027c
keccakrng.o N 0000027e
keccakrng.o N 00000283
keccakrng.o N 00000288
keccakrng.o N 00000291
keccakrng.o N 00000298
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000104
sign.o N 00000133
sign.o N 00000137
sign.o N 0000015e
sign.o N 0000018a
sign.o N 0000018d
sign.o N 0000019b
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001ad
sign.o N 000001c1
sign.o N 000001c3
sign.o N 000001ce
sign.o N 000001e5
sign.o N 000001f0
sign.o N 000001f9
sign.o N 00000206
sign.o N 00000210
sign.o N 00000213
sign.o N 0000021e
sign.o N 00000221
sign.o N 0000022b
sign.o N 0000022d
sign.o N 00000232
sign.o N 00000237
sign.o N 00000240
sign.o N 00000247
sign.o N 0000024a
sign.o N 00000250
sign.o N 00000252
sign.o N 00000257
sign.o N 00000259
sign.o N 00000260
sign.o N 00000265
sign.o N 00000268
sign.o N 00000272
sign.o N 00000274
sign.o N 0000027e
sign.o N 00000286
sign.o N 0000028d
sign.o N 00000297
sign.o N 0000029b
sign.o N 0000029f
sign.o N 000002a4
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010d
Bitcontainer.o N 00000124
Bitcontainer.o N 0000012f
Bitcontainer.o N 00000138
Bitcontainer.o N 0000014b
Bitcontainer.o N 00000156
Bitcontainer.o N 0000016a
Bitcontainer.o N 00000177
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000184
Bitcontainer.o N 00000192
Bitcontainer.o N 00000197
Bitcontainer.o N 000001a4
Bitcontainer.o N 000001b0
Bitcontainer.o N 000001ba
Bitcontainer.o N 000001be
Bitcontainer.o N 000001e3
Bitcontainer.o N 00000202
Bitcontainer.o N 00000214
Bitcontainer.o N 00000224
Bitcontainer.o N 00000238
Bitcontainer.o N 0000023a
Bitcontainer.o N 0000023d
Bitcontainer.o N 00000254
Bitcontainer.o N 0000026d
Bitcontainer.o N 00000271
Bitcontainer.o N 00000278
Bitcontainer.o N 00000280
Bitcontainer.o N 00000299
Bitcontainer.o N 0000029b
Bitcontainer.o N 000002a0
Bitcontainer.o N 000002a5
Bitcontainer.o N 000002ae
Bitcontainer.o N 000002b5
Bitcontainer.o N 000002ba
Bitcontainer.o N 000002bc
Bitcontainer.o N 000002be
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c7
Bitcontainer.o N 000002cb
Bitcontainer.o N 000002cf
Bitcontainer.o N 000002d9
Bitcontainer.o N 000002dd
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 00000109
F16Field.o N 00000115
F16Field.o N 00000124
F16Field.o N 0000012f
F16Field.o N 00000138
F16Field.o N 0000014c
F16Field.o N 0000015c
F16Field.o N 00000164
F16Field.o N 00000171
F16Field.o N 0000017a
F16Field.o N 00000183
F16Field.o N 0000018a
F16Field.o N 0000018c
F16Field.o N 00000197
F16Field.o N 000001a2
F16Field.o N 000001ae
F16Field.o N 000001b0
F16Field.o N 000001bc
F16Field.o N 000001c1
F16Field.o N 000001c3
F16Field.o N 000001c7
F16Field.o N 000001d3
F16Field.o N 000001de
F16Field.o N 000001ed
F16Field.o N 000001f8
F16Field.o N 000001fc
F16Field.o N 0000020e
F16Field.o N 00000222
F16Field.o N 0000022f
F16Field.o N 00000244
F16Field.o N 00000250
F16Field.o N 00000262
F16Field.o N 00000280
F16Field.o N 00000282
F16Field.o N 00000287
F16Field.o N 00000295
F16Field.o N 0000029a
F16Field.o N 000002b1
F16Field.o N 000002bc
F16Field.o N 000002c5
F16Field.o N 000002ce
F16Field.o N 000002d5
F16Field.o N 000002d7
F16Field.o N 000002de
F16Field.o N 000002e0
F16Field.o N 000002e2
F16Field.o N 000002e7
F16Field.o N 000002e9
F16Field.o N 000002f0
F16Field.o N 000002f2
F16Field.o N 000002f4
F16Field.o N 000002f6
F16Field.o N 000002f8
F16Field.o N 000002fa
F16Field.o N 000002fc
F16Field.o N 000002ff
F16Field.o N 00000302
F16Field.o N 00000304
F16Field.o N 00000306
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000109
F32Field.o N 00000116
F32Field.o N 0000011f
F32Field.o N 00000128
F32Field.o N 00000133
F32Field.o N 00000136
F32Field.o N 00000145
F32Field.o N 00000150
F32Field.o N 00000159
F32Field.o N 00000161
F32Field.o N 00000164
F32Field.o N 0000016c
F32Field.o N 00000170
F32Field.o N 00000182
F32Field.o N 00000196
F32Field.o N 000001a3
F32Field.o N 000001aa
F32Field.o N 000001b9
F32Field.o N 000001cb
F32Field.o N 000001d7
F32Field.o N 000001e2
F32Field.o N 000001ed
F32Field.o N 000001f1
F32Field.o N 000001f3
F32Field.o N 000001f8
F32Field.o N 00000206
F32Field.o N 0000020b
F32Field.o N 00000222
F32Field.o N 0000022d
F32Field.o N 00000236
F32Field.o N 0000023f
F32Field.o N 00000246
F32Field.o N 00000248
F32Field.o N 0000024a
F32Field.o N 00000251
F32Field.o N 00000253
F32Field.o N 00000256
F32Field.o N 00000258
F32Field.o N 0000025a
F32Field.o N 0000025c
F32Field.o N 0000025e
F32Field.o N 00000264
F32Field.o N 0000026a
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000109
F48Field.o N 00000116
F48Field.o N 00000125
F48Field.o N 00000130
F48Field.o N 00000139
F48Field.o N 00000141
F48Field.o N 00000155
F48Field.o N 00000162
F48Field.o N 0000016b
F48Field.o N 00000174
F48Field.o N 0000017f
F48Field.o N 00000184
F48Field.o N 0000018c
F48Field.o N 0000018f
F48Field.o N 00000192
F48Field.o N 00000195
F48Field.o N 00000199
F48Field.o N 000001ab
F48Field.o N 000001bf
F48Field.o N 000001cc
F48Field.o N 000001d3
F48Field.o N 000001df
F48Field.o N 000001f1
F48Field.o N 000001fc
F48Field.o N 00000207
F48Field.o N 0000020b
F48Field.o N 0000020d
F48Field.o N 00000212
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 0000023c
F48Field.o N 00000247
F48Field.o N 00000250
F48Field.o N 00000259
F48Field.o N 00000260
F48Field.o N 00000262
F48Field.o N 00000264
F48Field.o N 0000026b
F48Field.o N 0000026d
F48Field.o N 00000270
F48Field.o N 00000273
F48Field.o N 00000279
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000281
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000109
F64Field.o N 00000111
F64Field.o N 00000116
F64Field.o N 00000125
F64Field.o N 00000130
F64Field.o N 00000139
F64Field.o N 00000141
F64Field.o N 00000155
F64Field.o N 0000015d
F64Field.o N 0000016a
F64Field.o N 00000177
F64Field.o N 00000180
F64Field.o N 00000189
F64Field.o N 00000194
F64Field.o N 00000198
F64Field.o N 0000019a
F64Field.o N 0000019c
F64Field.o N 000001a7
F64Field.o N 000001aa
F64Field.o N 000001ad
F64Field.o N 000001b0
F64Field.o N 000001b3
F64Field.o N 000001b7
F64Field.o N 000001c4
F64Field.o N 000001cb
F64Field.o N 000001d7
F64Field.o N 000001e9
F64Field.o N 000001f4
F64Field.o N 00000206
F64Field.o N 0000021a
F64Field.o N 0000021d
F64Field.o N 00000220
F64Field.o N 00000223
F64Field.o N 00000229
F64Field.o N 0000022d
F64Field.o N 0000022f
F64Field.o N 00000231
F64Field.o N 00000238
F64Field.o N 0000023a
F64Field.o N 0000023f
F64Field.o N 0000024d
F64Field.o N 00000252
F64Field.o N 00000269
F64Field.o N 00000274
F64Field.o N 0000027d
F64Field.o N 00000286
F64Field.o N 0000028d
F64Field.o N 0000028f
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000109
F80Field.o N 00000111
F80Field.o N 00000116
F80Field.o N 00000125
F80Field.o N 00000130
F80Field.o N 00000139
F80Field.o N 00000141
F80Field.o N 00000155
F80Field.o N 0000015d
F80Field.o N 0000016a
F80Field.o N 00000177
F80Field.o N 00000180
F80Field.o N 00000189
F80Field.o N 00000194
F80Field.o N 00000198
F80Field.o N 0000019a
F80Field.o N 0000019c
F80Field.o N 000001a7
F80Field.o N 000001aa
F80Field.o N 000001ad
F80Field.o N 000001b0
F80Field.o N 000001b3
F80Field.o N 000001b6
F80Field.o N 000001ba
F80Field.o N 000001c7
F80Field.o N 000001ce
F80Field.o N 000001da
F80Field.o N 000001ec
F80Field.o N 000001f7
F80Field.o N 00000209
F80Field.o N 0000021d
F80Field.o N 00000222
F80Field.o N 00000224
F80Field.o N 00000226
F80Field.o N 0000022c
F80Field.o N 00000230
F80Field.o N 00000232
F80Field.o N 00000234
F80Field.o N 0000023b
F80Field.o N 0000023d
F80Field.o N 00000242
F80Field.o N 00000250
F80Field.o N 00000255
F80Field.o N 0000026c
F80Field.o N 00000277
F80Field.o N 00000280
F80Field.o N 00000289
F80Field.o N 00000290
F80Field.o N 00000292
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000108
F8Field.o N 00000113
F8Field.o N 00000121
F8Field.o N 0000012b
F8Field.o N 00000133
F8Field.o N 00000147
F8Field.o N 00000156
F8Field.o N 00000163
F8Field.o N 0000016b
F8Field.o N 00000173
F8Field.o N 0000017a
F8Field.o N 00000180
F8Field.o N 00000182
F8Field.o N 0000018c
F8Field.o N 0000019d
F8Field.o N 000001b0
F8Field.o N 000001bc
F8Field.o N 000001c7
F8Field.o N 000001d1
F8Field.o N 000001d3
F8Field.o N 000001d8
F8Field.o N 000001dd
F8Field.o N 000001f4
F8Field.o N 000001ff
F8Field.o N 00000208
F8Field.o N 00000211
F8Field.o N 00000215
F8Field.o N 0000021c
F8Field.o N 0000021e
F8Field.o N 00000225
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000105
LUOV.o N 0000010b
LUOV.o N 00000116
LUOV.o N 0000012d
LUOV.o N 00000138
LUOV.o N 00000141
LUOV.o N 00000155
LUOV.o N 00000162
LUOV.o N 00000176
LUOV.o N 0000018c
LUOV.o N 0000019e
LUOV.o N 000001b2
LUOV.o N 000001c8
LUOV.o N 000001da
LUOV.o N 000001ee
LUOV.o N 00000204
LUOV.o N 00000216
LUOV.o N 00000222
LUOV.o N 00000232
LUOV.o N 00000247
LUOV.o N 0000025d
LUOV.o N 0000026b
LUOV.o N 0000027a
LUOV.o N 00000287
LUOV.o N 00000289
LUOV.o N 00000297
LUOV.o N 000002a1
LUOV.o N 000002a9
LUOV.o N 000002b0
LUOV.o N 000002ba
LUOV.o N 000002cc
LUOV.o N 000002d3
LUOV.o N 000002d7
LUOV.o N 000002d9
LUOV.o N 000002de
LUOV.o N 000002e3
LUOV.o N 000002ec
LUOV.o N 000002f3
LUOV.o N 000002f6
LUOV.o N 00000302
LUOV.o N 00000304
LUOV.o N 0000030e
LUOV.o N 00000310
LUOV.o N 00000317
LUOV.o N 00000322
LUOV.o N 00000329
LUOV.o N 0000032f
LUOV.o N 00000334
LUOV.o N 00000341
LUOV.o N 0000034d
LUOV.o N 00000357
LUOV.o N 0000037c
LUOV.o N 0000039b
LUOV.o N 000003ad
LUOV.o N 000003bd
LUOV.o N 000003d1
LUOV.o N 000003d4
LUOV.o N 000003d7
LUOV.o N 000003e1
LUOV.o N 000003e3
LUOV.o N 000003e5
LUOV.o N 000003ed
LUOV.o N 000003ef
LUOV.o N 000003f1
LUOV.o N 000003f3
LUOV.o N 000003f7
LUOV.o N 00000409
LUOV.o N 00000410
LUOV.o N 00000412
LUOV.o N 00000417
LUOV.o N 0000041c
LUOV.o N 00000422
LUOV.o N 00000429
LUOV.o N 0000042c
LUOV.o N 00000431
LUOV.o N 0000043c
LUOV.o N 0000044b
LUOV.o N 00000455
LUOV.o N 00000464
LUOV.o N 0000046d
LUOV.o N 00000471
LUOV.o N 00000475
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010e
LinearAlgebra.o N 00000117
LinearAlgebra.o N 00000119
LinearAlgebra.o N 0000011e
LinearAlgebra.o N 00000122
LinearAlgebra.o N 00000127
LinearAlgebra.o N 0000012d
LinearAlgebra.o N 0000013b
LinearAlgebra.o N 00000145
LinearAlgebra.o N 0000014d
LinearAlgebra.o N 00000154
LinearAlgebra.o N 0000015b
LinearAlgebra.o N 00000160
LinearAlgebra.o N 00000165
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 00000174
LinearAlgebra.o N 0000017f
LinearAlgebra.o N 0000018e
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001cf
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001e0
LinearAlgebra.o N 000001e2
LinearAlgebra.o N 000001e9
LinearAlgebra.o N 000001eb
LinearAlgebra.o N 000001ef
LinearAlgebra.o N 000001f3
LinearAlgebra.o N 000001f7
LinearAlgebra.o N 000001f9
LinearAlgebra.o N 00000201
LinearAlgebra.o N 0000020a
LinearAlgebra.o N 00000211
LinearAlgebra.o N 0000021b
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 0000022a
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000107
buffer.o N 0000011e
buffer.o N 00000129
buffer.o N 00000132
buffer.o N 0000013a
buffer.o N 00000148
buffer.o N 0000014a
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 0000015d
buffer.o N 00000161
buffer.o N 00000168
buffer.o N 0000016c
buffer.o N 0000017f
buffer.o N 00000181
buffer.o N 00000188
buffer.o N 0000018a
buffer.o N 0000018f
buffer.o N 00000198
buffer.o N 000001ad
buffer.o N 000001b7
buffer.o N 000001c1
buffer.o N 000001cc
buffer.o N 000001ce
buffer.o N 000001d2
buffer.o N 000001d6
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000113
intermediateValues.o N 00000126
intermediateValues.o N 0000013b
intermediateValues.o N 0000014f
intermediateValues.o N 00000164
intermediateValues.o N 00000174
intermediateValues.o N 0000017c
intermediateValues.o N 0000018a
intermediateValues.o N 00000194
intermediateValues.o N 0000019c
intermediateValues.o N 000001a3
intermediateValues.o N 000001a5
intermediateValues.o N 000001aa
intermediateValues.o N 000001ae
intermediateValues.o N 000001b3
intermediateValues.o N 000001b9
intermediateValues.o N 000001c0
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010a
keccakrng.o N 00000121
keccakrng.o N 0000012c
keccakrng.o N 00000135
keccakrng.o N 00000149
keccakrng.o N 00000159
keccakrng.o N 00000167
keccakrng.o N 0000016e
keccakrng.o N 00000174
keccakrng.o N 00000182
keccakrng.o N 00000196
keccakrng.o N 0000019b
keccakrng.o N 000001a8
keccakrng.o N 000001b4
keccakrng.o N 000001be
keccakrng.o N 000001c2
keccakrng.o N 000001e7
keccakrng.o N 00000206
keccakrng.o N 00000218
keccakrng.o N 00000228
keccakrng.o N 0000023c
keccakrng.o N 00000241
keccakrng.o N 00000245
keccakrng.o N 00000250
keccakrng.o N 00000256
keccakrng.o N 0000025d
keccakrng.o N 00000267
keccakrng.o N 0000026f
keccakrng.o N 00000276
keccakrng.o N 0000027d
keccakrng.o N 0000027f
keccakrng.o N 00000284
keccakrng.o N 00000289
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000105
sign.o N 00000134
sign.o N 00000138
sign.o N 0000015f
sign.o N 0000018b
sign.o N 0000018e
sign.o N 0000019c
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001ae
sign.o N 000001c2
sign.o N 000001c4
sign.o N 000001cf
sign.o N 000001e6
sign.o N 000001f1
sign.o N 000001fa
sign.o N 00000207
sign.o N 00000211
sign.o N 00000214
sign.o N 0000021f
sign.o N 00000222
sign.o N 0000022c
sign.o N 0000022e
sign.o N 00000233
sign.o N 00000238
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000253
sign.o N 00000258
sign.o N 0000025a
sign.o N 00000261
sign.o N 00000266
sign.o N 00000269
sign.o N 00000273
sign.o N 00000275
sign.o N 0000027f
sign.o N 00000287
sign.o N 0000028e
sign.o N 00000298
sign.o N 0000029c
sign.o N 000002a0
sign.o N 000002a5
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010c
Bitcontainer.o N 00000123
Bitcontainer.o N 0000012e
Bitcontainer.o N 00000137
Bitcontainer.o N 0000014a
Bitcontainer.o N 00000155
Bitcontainer.o N 00000169
Bitcontainer.o N 00000176
Bitcontainer.o N 0000017d
Bitcontainer.o N 00000183
Bitcontainer.o N 00000191
Bitcontainer.o N 00000196
Bitcontainer.o N 000001a3
Bitcontainer.o N 000001af
Bitcontainer.o N 000001b9
Bitcontainer.o N 000001bd
Bitcontainer.o N 000001e2
Bitcontainer.o N 00000201
Bitcontainer.o N 00000213
Bitcontainer.o N 00000223
Bitcontainer.o N 00000237
Bitcontainer.o N 00000239
Bitcontainer.o N 0000023c
Bitcontainer.o N 00000253
Bitcontainer.o N 0000026c
Bitcontainer.o N 00000270
Bitcontainer.o N 00000277
Bitcontainer.o N 0000027f
Bitcontainer.o N 00000298
Bitcontainer.o N 0000029a
Bitcontainer.o N 0000029f
Bitcontainer.o N 000002a4
Bitcontainer.o N 000002ad
Bitcontainer.o N 000002b4
Bitcontainer.o N 000002b9
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002bd
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c6
Bitcontainer.o N 000002ca
Bitcontainer.o N 000002ce
Bitcontainer.o N 000002d8
Bitcontainer.o N 000002dc
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 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 00000108
F16Field.o N 00000114
F16Field.o N 00000123
F16Field.o N 0000012e
F16Field.o N 00000137
F16Field.o N 0000014b
F16Field.o N 0000015b
F16Field.o N 00000163
F16Field.o N 00000170
F16Field.o N 00000179
F16Field.o N 00000182
F16Field.o N 00000189
F16Field.o N 0000018b
F16Field.o N 00000196
F16Field.o N 000001a1
F16Field.o N 000001ad
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001c0
F16Field.o N 000001c2
F16Field.o N 000001c6
F16Field.o N 000001d2
F16Field.o N 000001dd
F16Field.o N 000001ec
F16Field.o N 000001f7
F16Field.o N 000001fb
F16Field.o N 0000020d
F16Field.o N 00000221
F16Field.o N 0000022e
F16Field.o N 00000243
F16Field.o N 0000024f
F16Field.o N 00000261
F16Field.o N 0000027f
F16Field.o N 00000281
F16Field.o N 00000286
F16Field.o N 00000294
F16Field.o N 00000299
F16Field.o N 000002b0
F16Field.o N 000002bb
F16Field.o N 000002c4
F16Field.o N 000002cd
F16Field.o N 000002d4
F16Field.o N 000002d6
F16Field.o N 000002dd
F16Field.o N 000002df
F16Field.o N 000002e1
F16Field.o N 000002e6
F16Field.o N 000002e8
F16Field.o N 000002ef
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002f5
F16Field.o N 000002f7
F16Field.o N 000002fa
F16Field.o N 000002fd
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000305
F16Field.o N 00000307
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 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000108
F32Field.o N 00000115
F32Field.o N 0000011e
F32Field.o N 00000127
F32Field.o N 00000132
F32Field.o N 00000135
F32Field.o N 00000144
F32Field.o N 0000014f
F32Field.o N 00000158
F32Field.o N 00000160
F32Field.o N 00000163
F32Field.o N 0000016b
F32Field.o N 0000016f
F32Field.o N 0000017e
F32Field.o N 00000180
F32Field.o N 00000182
F32Field.o N 00000185
F32Field.o N 00000197
F32Field.o N 000001ab
F32Field.o N 000001b8
F32Field.o N 000001bf
F32Field.o N 000001d1
F32Field.o N 000001dd
F32Field.o N 000001e8
F32Field.o N 000001f3
F32Field.o N 000001f7
F32Field.o N 000001f9
F32Field.o N 000001fe
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 00000228
F32Field.o N 00000233
F32Field.o N 0000023c
F32Field.o N 00000245
F32Field.o N 0000024c
F32Field.o N 0000024e
F32Field.o N 00000255
F32Field.o N 00000257
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 00000263
F32Field.o N 00000269
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 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000108
F48Field.o N 00000115
F48Field.o N 00000124
F48Field.o N 0000012f
F48Field.o N 00000138
F48Field.o N 00000140
F48Field.o N 00000154
F48Field.o N 00000161
F48Field.o N 0000016a
F48Field.o N 00000173
F48Field.o N 0000017e
F48Field.o N 00000183
F48Field.o N 0000018b
F48Field.o N 0000018e
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000198
F48Field.o N 000001aa
F48Field.o N 000001be
F48Field.o N 000001cb
F48Field.o N 000001d2
F48Field.o N 000001de
F48Field.o N 000001f0
F48Field.o N 000001fb
F48Field.o N 00000206
F48Field.o N 0000020a
F48Field.o N 0000020c
F48Field.o N 00000211
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 0000023b
F48Field.o N 00000246
F48Field.o N 0000024f
F48Field.o N 00000258
F48Field.o N 0000025f
F48Field.o N 00000261
F48Field.o N 00000263
F48Field.o N 0000026a
F48Field.o N 0000026c
F48Field.o N 0000026f
F48Field.o N 00000272
F48Field.o N 00000278
F48Field.o N 0000027c
F48Field.o N 0000027e
F48Field.o N 00000280
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 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000108
F64Field.o N 00000110
F64Field.o N 00000115
F64Field.o N 00000124
F64Field.o N 0000012f
F64Field.o N 00000138
F64Field.o N 00000140
F64Field.o N 00000154
F64Field.o N 0000015c
F64Field.o N 00000169
F64Field.o N 00000176
F64Field.o N 0000017f
F64Field.o N 00000188
F64Field.o N 00000193
F64Field.o N 00000197
F64Field.o N 00000199
F64Field.o N 0000019b
F64Field.o N 000001a6
F64Field.o N 000001a9
F64Field.o N 000001ac
F64Field.o N 000001af
F64Field.o N 000001b2
F64Field.o N 000001b6
F64Field.o N 000001c3
F64Field.o N 000001ca
F64Field.o N 000001d6
F64Field.o N 000001e8
F64Field.o N 000001f3
F64Field.o N 00000205
F64Field.o N 00000219
F64Field.o N 0000021c
F64Field.o N 0000021f
F64Field.o N 00000222
F64Field.o N 00000228
F64Field.o N 0000022c
F64Field.o N 0000022e
F64Field.o N 00000230
F64Field.o N 00000237
F64Field.o N 00000239
F64Field.o N 0000023e
F64Field.o N 0000024c
F64Field.o N 00000251
F64Field.o N 00000268
F64Field.o N 00000273
F64Field.o N 0000027c
F64Field.o N 00000285
F64Field.o N 0000028c
F64Field.o N 0000028e
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 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000108
F80Field.o N 00000110
F80Field.o N 00000115
F80Field.o N 00000124
F80Field.o N 0000012f
F80Field.o N 00000138
F80Field.o N 00000140
F80Field.o N 00000154
F80Field.o N 0000015c
F80Field.o N 00000169
F80Field.o N 00000176
F80Field.o N 0000017f
F80Field.o N 00000188
F80Field.o N 00000193
F80Field.o N 00000197
F80Field.o N 00000199
F80Field.o N 0000019b
F80Field.o N 000001a6
F80Field.o N 000001a9
F80Field.o N 000001ac
F80Field.o N 000001af
F80Field.o N 000001b2
F80Field.o N 000001b5
F80Field.o N 000001b9
F80Field.o N 000001c6
F80Field.o N 000001cd
F80Field.o N 000001d9
F80Field.o N 000001eb
F80Field.o N 000001f6
F80Field.o N 00000208
F80Field.o N 0000021c
F80Field.o N 0000021e
F80Field.o N 00000223
F80Field.o N 00000225
F80Field.o N 0000022b
F80Field.o N 0000022f
F80Field.o N 00000231
F80Field.o N 00000233
F80Field.o N 0000023a
F80Field.o N 0000023c
F80Field.o N 00000241
F80Field.o N 0000024f
F80Field.o N 00000254
F80Field.o N 0000026b
F80Field.o N 00000276
F80Field.o N 0000027f
F80Field.o N 00000288
F80Field.o N 0000028f
F80Field.o N 00000291
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 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000107
F8Field.o N 00000112
F8Field.o N 00000120
F8Field.o N 0000012a
F8Field.o N 00000132
F8Field.o N 00000146
F8Field.o N 00000155
F8Field.o N 00000162
F8Field.o N 0000016a
F8Field.o N 00000172
F8Field.o N 00000179
F8Field.o N 0000017f
F8Field.o N 00000181
F8Field.o N 0000018b
F8Field.o N 0000019c
F8Field.o N 000001af
F8Field.o N 000001bb
F8Field.o N 000001c6
F8Field.o N 000001d0
F8Field.o N 000001d2
F8Field.o N 000001d7
F8Field.o N 000001dc
F8Field.o N 000001f3
F8Field.o N 000001fe
F8Field.o N 00000207
F8Field.o N 00000210
F8Field.o N 00000214
F8Field.o N 0000021b
F8Field.o N 0000021d
F8Field.o N 00000224
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 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000104
LUOV.o N 0000010a
LUOV.o N 00000115
LUOV.o N 0000012c
LUOV.o N 00000137
LUOV.o N 00000140
LUOV.o N 00000154
LUOV.o N 00000161
LUOV.o N 0000016f
LUOV.o N 00000178
LUOV.o N 00000186
LUOV.o N 0000018a
LUOV.o N 00000191
LUOV.o N 0000019b
LUOV.o N 000001a3
LUOV.o N 000001aa
LUOV.o N 000001ae
LUOV.o N 000001b5
LUOV.o N 000001bb
LUOV.o N 000001c0
LUOV.o N 000001cd
LUOV.o N 000001d9
LUOV.o N 000001e3
LUOV.o N 000001e7
LUOV.o N 0000020c
LUOV.o N 0000022b
LUOV.o N 0000023d
LUOV.o N 0000024d
LUOV.o N 00000261
LUOV.o N 00000275
LUOV.o N 0000028b
LUOV.o N 0000029d
LUOV.o N 000002b1
LUOV.o N 000002c7
LUOV.o N 000002d9
LUOV.o N 000002ed
LUOV.o N 00000303
LUOV.o N 00000315
LUOV.o N 00000321
LUOV.o N 00000331
LUOV.o N 00000346
LUOV.o N 0000035c
LUOV.o N 0000036b
LUOV.o N 00000378
LUOV.o N 0000037a
LUOV.o N 00000384
LUOV.o N 00000396
LUOV.o N 0000039d
LUOV.o N 0000039f
LUOV.o N 000003a4
LUOV.o N 000003a9
LUOV.o N 000003b2
LUOV.o N 000003b9
LUOV.o N 000003bc
LUOV.o N 000003c8
LUOV.o N 000003ca
LUOV.o N 000003d4
LUOV.o N 000003d6
LUOV.o N 000003dd
LUOV.o N 000003e8
LUOV.o N 000003eb
LUOV.o N 000003ee
LUOV.o N 000003f8
LUOV.o N 000003fa
LUOV.o N 000003fc
LUOV.o N 00000404
LUOV.o N 00000406
LUOV.o N 00000408
LUOV.o N 0000040a
LUOV.o N 0000040e
LUOV.o N 00000420
LUOV.o N 00000422
LUOV.o N 00000427
LUOV.o N 0000042c
LUOV.o N 00000432
LUOV.o N 00000439
LUOV.o N 0000043c
LUOV.o N 00000441
LUOV.o N 0000044c
LUOV.o N 0000045b
LUOV.o N 00000465
LUOV.o N 00000474
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 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010d
LinearAlgebra.o N 00000117
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000120
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000139
LinearAlgebra.o N 00000143
LinearAlgebra.o N 0000014b
LinearAlgebra.o N 00000152
LinearAlgebra.o N 00000159
LinearAlgebra.o N 00000166
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000175
LinearAlgebra.o N 00000177
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018f
LinearAlgebra.o N 00000193
LinearAlgebra.o N 00000195
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001ad
LinearAlgebra.o N 000001b6
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001bf
LinearAlgebra.o N 000001c1
LinearAlgebra.o N 000001cc
LinearAlgebra.o N 000001db
LinearAlgebra.o N 000001e7
LinearAlgebra.o N 000001fb
LinearAlgebra.o N 0000020d
LinearAlgebra.o N 00000214
LinearAlgebra.o N 00000218
LinearAlgebra.o N 0000021c
LinearAlgebra.o N 00000220
LinearAlgebra.o N 00000229
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 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000106
buffer.o N 0000011d
buffer.o N 00000128
buffer.o N 00000131
buffer.o N 0000013a
buffer.o N 0000013c
buffer.o N 00000141
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 0000015d
buffer.o N 00000161
buffer.o N 00000168
buffer.o N 0000016a
buffer.o N 00000172
buffer.o N 00000174
buffer.o N 0000017b
buffer.o N 0000017f
buffer.o N 00000192
buffer.o N 00000194
buffer.o N 00000199
buffer.o N 000001ae
buffer.o N 000001b2
buffer.o N 000001bc
buffer.o N 000001c6
buffer.o N 000001d1
buffer.o N 000001d5
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 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000112
intermediateValues.o N 00000125
intermediateValues.o N 0000013a
intermediateValues.o N 0000014e
intermediateValues.o N 00000163
intermediateValues.o N 00000173
intermediateValues.o N 0000017b
intermediateValues.o N 00000189
intermediateValues.o N 00000193
intermediateValues.o N 0000019b
intermediateValues.o N 000001a2
intermediateValues.o N 000001a4
intermediateValues.o N 000001a9
intermediateValues.o N 000001ad
intermediateValues.o N 000001b2
intermediateValues.o N 000001b8
intermediateValues.o N 000001bf
intermediateValues.o N 000001ce
intermediateValues.o N 000001d2
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 00000109
keccakrng.o N 00000120
keccakrng.o N 0000012b
keccakrng.o N 00000134
keccakrng.o N 00000148
keccakrng.o N 00000158
keccakrng.o N 00000166
keccakrng.o N 0000016d
keccakrng.o N 00000173
keccakrng.o N 00000181
keccakrng.o N 00000195
keccakrng.o N 0000019a
keccakrng.o N 000001a7
keccakrng.o N 000001b3
keccakrng.o N 000001bd
keccakrng.o N 000001c1
keccakrng.o N 000001e6
keccakrng.o N 00000205
keccakrng.o N 00000217
keccakrng.o N 00000227
keccakrng.o N 0000023b
keccakrng.o N 00000240
keccakrng.o N 00000244
keccakrng.o N 0000024f
keccakrng.o N 00000255
keccakrng.o N 0000025c
keccakrng.o N 00000266
keccakrng.o N 0000026e
keccakrng.o N 00000275
keccakrng.o N 0000027c
keccakrng.o N 0000027e
keccakrng.o N 00000283
keccakrng.o N 00000288
keccakrng.o N 00000291
keccakrng.o N 00000298
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000104
sign.o N 00000133
sign.o N 00000137
sign.o N 0000015e
sign.o N 0000018a
sign.o N 0000018d
sign.o N 0000019b
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001ac
sign.o N 000001c0
sign.o N 000001c3
sign.o N 000001ce
sign.o N 000001e5
sign.o N 000001f0
sign.o N 000001f9
sign.o N 00000206
sign.o N 00000210
sign.o N 00000213
sign.o N 0000021f
sign.o N 00000221
sign.o N 0000022b
sign.o N 0000022d
sign.o N 00000232
sign.o N 00000237
sign.o N 00000240
sign.o N 00000247
sign.o N 0000024a
sign.o N 00000250
sign.o N 00000252
sign.o N 00000257
sign.o N 00000259
sign.o N 00000260
sign.o N 00000265
sign.o N 00000268
sign.o N 00000272
sign.o N 00000274
sign.o N 0000027e
sign.o N 00000286
sign.o N 0000028d
sign.o N 00000297
sign.o N 0000029b
sign.o N 0000029f
sign.o N 000002a4
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
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 (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |