Test results for armeabi, bblack, crypto_sign/luov8086399
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_sign
Test results for armeabi, bblack, crypto_sign
Test results for crypto_sign/luov8086399
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: luov8086399
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
3009332408 | 556527 0 0 | 582438 468 1512 | T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
3012382496 | 556527 0 0 | 582438 468 1512 | T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
3018625312 | 558387 0 0 | 583798 468 1520 | T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
3026935160 | 554739 0 0 | 578998 460 1512 | T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
3029486088 | 558387 0 0 | 592614 468 1520 | T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
3120116280 | 551196 0 0 | 572603 508 1512 | T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
3874947592 | 549204 0 0 | 570579 508 1512 | T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
4048057968 | 552144 0 0 | 574515 508 1512 | T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
4231463096 | 407232 36 0 | 300155 516 1512 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
4288760824 | 404100 36 0 | 296031 516 1512 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
4310642640 | 413890 36 0 | 309946 476 1520 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
4360467032 | 411354 36 0 | 307914 476 1512 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
4384476976 | 411354 36 0 | 307914 476 1512 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
4407635616 | 413806 36 0 | 318682 476 1520 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
4576148384 | 403714 36 0 | 295583 516 1512 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
5036012256 | 409614 36 0 | 304514 468 1512 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
5130795136 | 402782 36 0 | 295683 508 1512 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
Test failure
error 142
Alarm clock
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
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 00000113
Bitcontainer.o N 0000012a
Bitcontainer.o N 00000135
Bitcontainer.o N 0000013e
Bitcontainer.o N 00000151
Bitcontainer.o N 00000158
Bitcontainer.o N 0000015e
Bitcontainer.o N 0000016c
Bitcontainer.o N 00000180
Bitcontainer.o N 00000185
Bitcontainer.o N 00000192
Bitcontainer.o N 0000019e
Bitcontainer.o N 000001a8
Bitcontainer.o N 000001ac
Bitcontainer.o N 000001d1
Bitcontainer.o N 000001f0
Bitcontainer.o N 00000202
Bitcontainer.o N 00000212
Bitcontainer.o N 00000226
Bitcontainer.o N 00000229
Bitcontainer.o N 00000234
Bitcontainer.o N 00000241
Bitcontainer.o N 00000243
Bitcontainer.o N 0000025a
Bitcontainer.o N 00000273
Bitcontainer.o N 00000277
Bitcontainer.o N 0000027e
Bitcontainer.o N 00000286
Bitcontainer.o N 0000029f
Bitcontainer.o N 000002a1
Bitcontainer.o N 000002a6
Bitcontainer.o N 000002ab
Bitcontainer.o N 000002b4
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c2
Bitcontainer.o N 000002c4
Bitcontainer.o N 000002c6
Bitcontainer.o N 000002cd
Bitcontainer.o N 000002d1
Bitcontainer.o N 000002d5
Bitcontainer.o N 000002df
Bitcontainer.o N 000002e3
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 0000010f
F16Field.o N 0000011b
F16Field.o N 00000128
F16Field.o N 00000133
F16Field.o N 0000013c
F16Field.o N 00000150
F16Field.o N 00000160
F16Field.o N 0000016f
F16Field.o N 0000017a
F16Field.o N 00000183
F16Field.o N 0000018b
F16Field.o N 00000194
F16Field.o N 0000019d
F16Field.o N 000001a4
F16Field.o N 000001a6
F16Field.o N 000001b1
F16Field.o N 000001bd
F16Field.o N 000001bf
F16Field.o N 000001cb
F16Field.o N 000001d0
F16Field.o N 000001d2
F16Field.o N 000001d6
F16Field.o N 000001e2
F16Field.o N 000001ed
F16Field.o N 000001fc
F16Field.o N 00000208
F16Field.o N 0000020c
F16Field.o N 0000020e
F16Field.o N 00000219
F16Field.o N 0000022b
F16Field.o N 0000023f
F16Field.o N 0000024c
F16Field.o N 00000257
F16Field.o N 0000026c
F16Field.o N 0000027e
F16Field.o N 0000029c
F16Field.o N 0000029e
F16Field.o N 000002a3
F16Field.o N 000002b1
F16Field.o N 000002b6
F16Field.o N 000002cd
F16Field.o N 000002d8
F16Field.o N 000002e1
F16Field.o N 000002ea
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002fa
F16Field.o N 000002fc
F16Field.o N 000002fe
F16Field.o N 00000303
F16Field.o N 0000030a
F16Field.o N 0000030c
F16Field.o N 0000030e
F16Field.o N 00000310
F16Field.o N 00000312
F16Field.o N 00000315
F16Field.o N 00000318
F16Field.o N 0000031a
F16Field.o N 0000031c
F16Field.o N 00000320
F16Field.o N 00000322
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 0000010f
F32Field.o N 0000011c
F32Field.o N 00000125
F32Field.o N 0000012e
F32Field.o N 00000139
F32Field.o N 0000013c
F32Field.o N 0000014b
F32Field.o N 00000156
F32Field.o N 0000015f
F32Field.o N 00000167
F32Field.o N 0000016a
F32Field.o N 00000172
F32Field.o N 00000176
F32Field.o N 00000185
F32Field.o N 00000187
F32Field.o N 00000189
F32Field.o N 0000018c
F32Field.o N 0000019e
F32Field.o N 000001b2
F32Field.o N 000001bf
F32Field.o N 000001c6
F32Field.o N 000001d4
F32Field.o N 000001e6
F32Field.o N 000001f2
F32Field.o N 000001fd
F32Field.o N 00000208
F32Field.o N 0000020c
F32Field.o N 0000020e
F32Field.o N 00000213
F32Field.o N 00000221
F32Field.o N 00000226
F32Field.o N 0000023d
F32Field.o N 00000248
F32Field.o N 00000251
F32Field.o N 0000025a
F32Field.o N 00000261
F32Field.o N 00000263
F32Field.o N 0000026a
F32Field.o N 0000026c
F32Field.o N 0000026e
F32Field.o N 00000270
F32Field.o N 00000272
F32Field.o N 00000278
F32Field.o N 0000027e
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 0000010f
F48Field.o N 0000011c
F48Field.o N 0000012b
F48Field.o N 00000136
F48Field.o N 0000013f
F48Field.o N 00000147
F48Field.o N 0000015b
F48Field.o N 00000168
F48Field.o N 00000171
F48Field.o N 0000017a
F48Field.o N 00000185
F48Field.o N 0000018a
F48Field.o N 00000192
F48Field.o N 00000195
F48Field.o N 00000198
F48Field.o N 0000019b
F48Field.o N 0000019f
F48Field.o N 000001b1
F48Field.o N 000001c5
F48Field.o N 000001d2
F48Field.o N 000001d9
F48Field.o N 000001e7
F48Field.o N 000001f3
F48Field.o N 00000205
F48Field.o N 00000210
F48Field.o N 0000021b
F48Field.o N 0000021f
F48Field.o N 00000221
F48Field.o N 00000226
F48Field.o N 00000234
F48Field.o N 00000239
F48Field.o N 00000250
F48Field.o N 0000025b
F48Field.o N 00000264
F48Field.o N 0000026d
F48Field.o N 00000274
F48Field.o N 00000276
F48Field.o N 00000278
F48Field.o N 0000027f
F48Field.o N 00000281
F48Field.o N 00000284
F48Field.o N 00000287
F48Field.o N 0000028d
F48Field.o N 00000291
F48Field.o N 00000293
F48Field.o N 00000295
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 0000010f
F64Field.o N 00000117
F64Field.o N 0000011c
F64Field.o N 0000012b
F64Field.o N 00000136
F64Field.o N 0000013f
F64Field.o N 00000147
F64Field.o N 0000015b
F64Field.o N 00000163
F64Field.o N 00000170
F64Field.o N 0000017d
F64Field.o N 00000186
F64Field.o N 0000018f
F64Field.o N 000001a6
F64Field.o N 000001b1
F64Field.o N 000001ba
F64Field.o N 000001c5
F64Field.o N 000001c9
F64Field.o N 000001cb
F64Field.o N 000001cd
F64Field.o N 000001d8
F64Field.o N 000001db
F64Field.o N 000001de
F64Field.o N 000001e1
F64Field.o N 000001e4
F64Field.o N 000001e8
F64Field.o N 000001f5
F64Field.o N 00000203
F64Field.o N 0000020a
F64Field.o N 00000216
F64Field.o N 00000228
F64Field.o N 00000233
F64Field.o N 00000245
F64Field.o N 00000259
F64Field.o N 0000025c
F64Field.o N 0000025f
F64Field.o N 00000262
F64Field.o N 00000268
F64Field.o N 0000026c
F64Field.o N 0000026e
F64Field.o N 00000270
F64Field.o N 00000277
F64Field.o N 00000279
F64Field.o N 0000027e
F64Field.o N 0000028c
F64Field.o N 00000291
F64Field.o N 0000029a
F64Field.o N 000002a1
F64Field.o N 000002a3
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 0000010f
F80Field.o N 00000117
F80Field.o N 0000011c
F80Field.o N 0000012b
F80Field.o N 00000136
F80Field.o N 0000013f
F80Field.o N 00000147
F80Field.o N 0000015b
F80Field.o N 00000163
F80Field.o N 00000170
F80Field.o N 0000017d
F80Field.o N 00000186
F80Field.o N 0000018f
F80Field.o N 000001a6
F80Field.o N 000001b1
F80Field.o N 000001ba
F80Field.o N 000001c5
F80Field.o N 000001c9
F80Field.o N 000001cb
F80Field.o N 000001cd
F80Field.o N 000001d8
F80Field.o N 000001db
F80Field.o N 000001de
F80Field.o N 000001e1
F80Field.o N 000001e4
F80Field.o N 000001e7
F80Field.o N 000001eb
F80Field.o N 000001f8
F80Field.o N 000001ff
F80Field.o N 0000020d
F80Field.o N 00000219
F80Field.o N 0000022b
F80Field.o N 00000236
F80Field.o N 00000248
F80Field.o N 0000025c
F80Field.o N 00000261
F80Field.o N 00000267
F80Field.o N 0000026b
F80Field.o N 0000026d
F80Field.o N 0000026f
F80Field.o N 00000276
F80Field.o N 00000278
F80Field.o N 0000027d
F80Field.o N 0000028b
F80Field.o N 00000290
F80Field.o N 00000299
F80Field.o N 000002a0
F80Field.o N 000002a2
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 0000010e
F8Field.o N 00000119
F8Field.o N 00000128
F8Field.o N 00000133
F8Field.o N 0000013c
F8Field.o N 00000150
F8Field.o N 0000015f
F8Field.o N 0000016d
F8Field.o N 00000177
F8Field.o N 0000017f
F8Field.o N 0000018c
F8Field.o N 00000194
F8Field.o N 0000019c
F8Field.o N 000001a3
F8Field.o N 000001a9
F8Field.o N 000001ab
F8Field.o N 000001b5
F8Field.o N 000001c6
F8Field.o N 000001d9
F8Field.o N 000001e5
F8Field.o N 000001f0
F8Field.o N 000001fa
F8Field.o N 000001fc
F8Field.o N 00000201
F8Field.o N 00000206
F8Field.o N 0000021d
F8Field.o N 00000228
F8Field.o N 00000231
F8Field.o N 0000023a
F8Field.o N 0000023e
F8Field.o N 00000245
F8Field.o N 00000247
F8Field.o N 0000024e
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 0000010b
LUOV.o N 0000010e
LUOV.o N 00000125
LUOV.o N 00000130
LUOV.o N 00000139
LUOV.o N 0000014d
LUOV.o N 00000150
LUOV.o N 00000156
LUOV.o N 00000161
LUOV.o N 0000016e
LUOV.o N 00000175
LUOV.o N 0000017a
LUOV.o N 00000189
LUOV.o N 00000194
LUOV.o N 0000019d
LUOV.o N 000001a5
LUOV.o N 000001ad
LUOV.o N 000001b5
LUOV.o N 000001c3
LUOV.o N 000001cc
LUOV.o N 000001da
LUOV.o N 000001de
LUOV.o N 000001e5
LUOV.o N 000001e9
LUOV.o N 000001f0
LUOV.o N 000001f6
LUOV.o N 000001fb
LUOV.o N 00000208
LUOV.o N 00000214
LUOV.o N 0000021e
LUOV.o N 00000222
LUOV.o N 00000247
LUOV.o N 00000266
LUOV.o N 00000278
LUOV.o N 00000288
LUOV.o N 0000029c
LUOV.o N 000002ad
LUOV.o N 000002af
LUOV.o N 000002b1
LUOV.o N 000002b3
LUOV.o N 000002bf
LUOV.o N 000002cb
LUOV.o N 000002de
LUOV.o N 000002f1
LUOV.o N 00000303
LUOV.o N 00000317
LUOV.o N 0000032d
LUOV.o N 0000033f
LUOV.o N 00000353
LUOV.o N 00000369
LUOV.o N 0000037b
LUOV.o N 0000038f
LUOV.o N 000003a5
LUOV.o N 000003b7
LUOV.o N 000003c3
LUOV.o N 000003d3
LUOV.o N 000003e8
LUOV.o N 000003fe
LUOV.o N 0000040d
LUOV.o N 0000041a
LUOV.o N 0000041c
LUOV.o N 00000426
LUOV.o N 00000438
LUOV.o N 0000043f
LUOV.o N 00000441
LUOV.o N 00000446
LUOV.o N 00000449
LUOV.o N 0000044c
LUOV.o N 0000044f
LUOV.o N 00000452
LUOV.o N 00000455
LUOV.o N 00000458
LUOV.o N 0000045a
LUOV.o N 0000045f
LUOV.o N 00000464
LUOV.o N 0000046d
LUOV.o N 00000474
LUOV.o N 00000477
LUOV.o N 00000483
LUOV.o N 00000485
LUOV.o N 0000048f
LUOV.o N 00000491
LUOV.o N 00000498
LUOV.o N 000004a3
LUOV.o N 000004a6
LUOV.o N 000004a9
LUOV.o N 000004b3
LUOV.o N 000004b5
LUOV.o N 000004bd
LUOV.o N 000004bf
LUOV.o N 000004c1
LUOV.o N 000004c3
LUOV.o N 000004c5
LUOV.o N 000004ca
LUOV.o N 000004ce
LUOV.o N 000004d4
LUOV.o N 000004d6
LUOV.o N 000004db
LUOV.o N 000004e0
LUOV.o N 000004e6
LUOV.o N 000004ed
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 _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 00000114
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000130
LinearAlgebra.o N 0000013b
LinearAlgebra.o N 00000144
LinearAlgebra.o N 0000014c
LinearAlgebra.o N 00000160
LinearAlgebra.o N 00000168
LinearAlgebra.o N 00000172
LinearAlgebra.o N 00000177
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 00000180
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018d
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 0000019e
LinearAlgebra.o N 000001a0
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001ab
LinearAlgebra.o N 000001b0
LinearAlgebra.o N 000001b5
LinearAlgebra.o N 000001ba
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001c7
LinearAlgebra.o N 000001c9
LinearAlgebra.o N 000001d4
LinearAlgebra.o N 000001e3
LinearAlgebra.o N 000001ef
LinearAlgebra.o N 000001f5
LinearAlgebra.o N 00000209
LinearAlgebra.o N 0000021b
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000224
LinearAlgebra.o N 00000228
LinearAlgebra.o N 0000022c
LinearAlgebra.o N 00000234
LinearAlgebra.o N 0000023b
LinearAlgebra.o N 00000245
LinearAlgebra.o N 00000247
LinearAlgebra.o N 00000250
LinearAlgebra.o N 00000254
LinearAlgebra.o N 0000025d
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 0000010d
buffer.o N 00000124
buffer.o N 0000012f
buffer.o N 00000138
buffer.o N 00000141
buffer.o N 00000143
buffer.o N 00000148
buffer.o N 00000156
buffer.o N 0000015b
buffer.o N 00000164
buffer.o N 00000168
buffer.o N 0000016f
buffer.o N 00000171
buffer.o N 00000179
buffer.o N 0000017b
buffer.o N 00000182
buffer.o N 00000186
buffer.o N 00000199
buffer.o N 0000019b
buffer.o N 000001a0
buffer.o N 000001b5
buffer.o N 000001b9
buffer.o N 000001c3
buffer.o N 000001cd
buffer.o N 000001d8
buffer.o N 000001dc
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 00000119
intermediateValues.o N 0000012c
intermediateValues.o N 00000141
intermediateValues.o N 00000155
intermediateValues.o N 0000016a
intermediateValues.o N 0000017a
intermediateValues.o N 00000182
intermediateValues.o N 00000187
intermediateValues.o N 00000196
intermediateValues.o N 000001a1
intermediateValues.o N 000001aa
intermediateValues.o N 000001b2
intermediateValues.o N 000001c6
intermediateValues.o N 000001ce
intermediateValues.o N 000001d0
intermediateValues.o N 000001d5
intermediateValues.o N 000001d9
intermediateValues.o N 000001de
intermediateValues.o N 000001e4
intermediateValues.o N 000001eb
intermediateValues.o N 000001fa
intermediateValues.o N 000001fe
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 00000110
keccakrng.o N 0000011e
keccakrng.o N 00000132
keccakrng.o N 00000142
keccakrng.o N 00000150
keccakrng.o N 00000157
keccakrng.o N 0000015d
keccakrng.o N 00000171
keccakrng.o N 00000176
keccakrng.o N 00000183
keccakrng.o N 0000018f
keccakrng.o N 00000199
keccakrng.o N 0000019d
keccakrng.o N 000001c2
keccakrng.o N 000001e1
keccakrng.o N 000001f3
keccakrng.o N 00000203
keccakrng.o N 00000217
keccakrng.o N 0000021c
keccakrng.o N 00000220
keccakrng.o N 00000226
keccakrng.o N 00000228
keccakrng.o N 0000023f
keccakrng.o N 0000024a
keccakrng.o N 00000253
keccakrng.o N 0000025a
keccakrng.o N 0000025f
keccakrng.o N 0000026e
keccakrng.o N 00000279
keccakrng.o N 00000282
keccakrng.o N 0000028a
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o N 000002a4
keccakrng.o N 000002a6
keccakrng.o N 000002ab
keccakrng.o N 000002b0
keccakrng.o N 000002b9
keccakrng.o N 000002c0
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 0000010b
sign.o N 00000140
sign.o N 00000144
sign.o N 00000171
sign.o N 000001a3
sign.o N 000001a6
sign.o N 000001b4
sign.o N 000001b7
sign.o N 000001ba
sign.o N 000001c6
sign.o N 000001da
sign.o N 000001dc
sign.o N 000001e7
sign.o N 000001fe
sign.o N 00000209
sign.o N 00000212
sign.o N 0000021f
sign.o N 00000229
sign.o N 0000022c
sign.o N 00000237
sign.o N 0000023a
sign.o N 00000244
sign.o N 00000246
sign.o N 0000024b
sign.o N 00000250
sign.o N 00000259
sign.o N 00000260
sign.o N 00000266
sign.o N 0000026b
sign.o N 0000026d
sign.o N 00000270
sign.o N 00000272
sign.o N 00000279
sign.o N 0000027e
sign.o N 00000281
sign.o N 0000028b
sign.o N 0000028d
sign.o N 00000292
sign.o N 000002a1
sign.o N 000002ac
sign.o N 000002b5
sign.o N 000002bd
sign.o N 000002c5
sign.o N 000002cf
sign.o N 000002d3
sign.o N 000002d7
sign.o N 000002dc
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 00000113
Bitcontainer.o N 0000012a
Bitcontainer.o N 00000135
Bitcontainer.o N 0000013e
Bitcontainer.o N 00000151
Bitcontainer.o N 00000158
Bitcontainer.o N 0000015e
Bitcontainer.o N 0000016c
Bitcontainer.o N 00000180
Bitcontainer.o N 00000185
Bitcontainer.o N 00000192
Bitcontainer.o N 0000019e
Bitcontainer.o N 000001a8
Bitcontainer.o N 000001ac
Bitcontainer.o N 000001d1
Bitcontainer.o N 000001f0
Bitcontainer.o N 00000202
Bitcontainer.o N 00000212
Bitcontainer.o N 00000226
Bitcontainer.o N 00000229
Bitcontainer.o N 00000234
Bitcontainer.o N 00000241
Bitcontainer.o N 00000243
Bitcontainer.o N 0000025a
Bitcontainer.o N 00000273
Bitcontainer.o N 00000277
Bitcontainer.o N 0000027e
Bitcontainer.o N 00000286
Bitcontainer.o N 0000029f
Bitcontainer.o N 000002a1
Bitcontainer.o N 000002a6
Bitcontainer.o N 000002ab
Bitcontainer.o N 000002b4
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c2
Bitcontainer.o N 000002c4
Bitcontainer.o N 000002c6
Bitcontainer.o N 000002cd
Bitcontainer.o N 000002d1
Bitcontainer.o N 000002d5
Bitcontainer.o N 000002df
Bitcontainer.o N 000002e3
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 0000010f
F16Field.o N 0000011b
F16Field.o N 00000128
F16Field.o N 00000133
F16Field.o N 0000013c
F16Field.o N 00000150
F16Field.o N 00000160
F16Field.o N 0000016f
F16Field.o N 0000017a
F16Field.o N 00000183
F16Field.o N 0000018b
F16Field.o N 00000194
F16Field.o N 0000019d
F16Field.o N 000001a4
F16Field.o N 000001a6
F16Field.o N 000001b1
F16Field.o N 000001bd
F16Field.o N 000001bf
F16Field.o N 000001cb
F16Field.o N 000001d0
F16Field.o N 000001d2
F16Field.o N 000001d6
F16Field.o N 000001e2
F16Field.o N 000001ed
F16Field.o N 000001fc
F16Field.o N 00000207
F16Field.o N 0000020b
F16Field.o N 0000021d
F16Field.o N 00000231
F16Field.o N 0000023e
F16Field.o N 00000249
F16Field.o N 0000025e
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 00000303
F16Field.o N 0000030a
F16Field.o N 0000030c
F16Field.o N 0000030e
F16Field.o N 00000310
F16Field.o N 00000312
F16Field.o N 00000315
F16Field.o N 00000318
F16Field.o N 0000031a
F16Field.o N 0000031c
F16Field.o N 00000320
F16Field.o N 00000322
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 0000010f
F32Field.o N 0000011c
F32Field.o N 00000125
F32Field.o N 0000012e
F32Field.o N 00000139
F32Field.o N 0000013c
F32Field.o N 0000014b
F32Field.o N 00000156
F32Field.o N 0000015f
F32Field.o N 00000167
F32Field.o N 0000016a
F32Field.o N 00000172
F32Field.o N 00000176
F32Field.o N 00000185
F32Field.o N 00000187
F32Field.o N 00000189
F32Field.o N 0000018c
F32Field.o N 0000019e
F32Field.o N 000001b2
F32Field.o N 000001bf
F32Field.o N 000001c6
F32Field.o N 000001d4
F32Field.o N 000001e6
F32Field.o N 000001f2
F32Field.o N 000001fd
F32Field.o N 00000208
F32Field.o N 0000020c
F32Field.o N 0000020e
F32Field.o N 00000213
F32Field.o N 00000221
F32Field.o N 00000226
F32Field.o N 0000023d
F32Field.o N 00000248
F32Field.o N 00000251
F32Field.o N 0000025a
F32Field.o N 00000261
F32Field.o N 00000263
F32Field.o N 0000026a
F32Field.o N 0000026c
F32Field.o N 0000026e
F32Field.o N 00000270
F32Field.o N 00000272
F32Field.o N 00000278
F32Field.o N 0000027e
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 0000010f
F48Field.o N 0000011c
F48Field.o N 0000012b
F48Field.o N 00000136
F48Field.o N 0000013f
F48Field.o N 00000147
F48Field.o N 0000015b
F48Field.o N 00000168
F48Field.o N 00000171
F48Field.o N 0000017a
F48Field.o N 00000185
F48Field.o N 0000018a
F48Field.o N 00000192
F48Field.o N 00000195
F48Field.o N 00000198
F48Field.o N 0000019b
F48Field.o N 0000019f
F48Field.o N 000001b1
F48Field.o N 000001c5
F48Field.o N 000001d2
F48Field.o N 000001d9
F48Field.o N 000001e7
F48Field.o N 000001f3
F48Field.o N 00000205
F48Field.o N 00000210
F48Field.o N 0000021b
F48Field.o N 0000021f
F48Field.o N 00000221
F48Field.o N 00000226
F48Field.o N 00000234
F48Field.o N 00000239
F48Field.o N 00000250
F48Field.o N 0000025b
F48Field.o N 00000264
F48Field.o N 0000026d
F48Field.o N 00000274
F48Field.o N 00000276
F48Field.o N 00000278
F48Field.o N 0000027f
F48Field.o N 00000281
F48Field.o N 00000284
F48Field.o N 00000287
F48Field.o N 0000028d
F48Field.o N 00000291
F48Field.o N 00000293
F48Field.o N 00000295
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 0000010f
F64Field.o N 00000117
F64Field.o N 0000011c
F64Field.o N 0000012b
F64Field.o N 00000136
F64Field.o N 0000013f
F64Field.o N 00000147
F64Field.o N 0000015b
F64Field.o N 00000163
F64Field.o N 00000170
F64Field.o N 0000017d
F64Field.o N 00000186
F64Field.o N 0000018f
F64Field.o N 000001a6
F64Field.o N 000001b1
F64Field.o N 000001ba
F64Field.o N 000001c5
F64Field.o N 000001c9
F64Field.o N 000001cb
F64Field.o N 000001cd
F64Field.o N 000001d8
F64Field.o N 000001db
F64Field.o N 000001de
F64Field.o N 000001e1
F64Field.o N 000001e4
F64Field.o N 000001e8
F64Field.o N 000001f5
F64Field.o N 00000203
F64Field.o N 0000020a
F64Field.o N 00000216
F64Field.o N 00000228
F64Field.o N 00000233
F64Field.o N 00000245
F64Field.o N 00000259
F64Field.o N 0000025c
F64Field.o N 0000025f
F64Field.o N 00000262
F64Field.o N 00000268
F64Field.o N 0000026c
F64Field.o N 0000026e
F64Field.o N 00000270
F64Field.o N 00000277
F64Field.o N 00000279
F64Field.o N 0000027e
F64Field.o N 0000028c
F64Field.o N 00000291
F64Field.o N 0000029a
F64Field.o N 000002a1
F64Field.o N 000002a3
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 0000010f
F80Field.o N 00000117
F80Field.o N 0000011c
F80Field.o N 0000012b
F80Field.o N 00000136
F80Field.o N 0000013f
F80Field.o N 00000147
F80Field.o N 0000015b
F80Field.o N 00000163
F80Field.o N 00000170
F80Field.o N 0000017d
F80Field.o N 00000186
F80Field.o N 0000018f
F80Field.o N 000001a6
F80Field.o N 000001b1
F80Field.o N 000001ba
F80Field.o N 000001c5
F80Field.o N 000001c9
F80Field.o N 000001cb
F80Field.o N 000001cd
F80Field.o N 000001d8
F80Field.o N 000001db
F80Field.o N 000001de
F80Field.o N 000001e1
F80Field.o N 000001e4
F80Field.o N 000001e7
F80Field.o N 000001eb
F80Field.o N 000001f8
F80Field.o N 000001ff
F80Field.o N 0000020d
F80Field.o N 00000219
F80Field.o N 0000022b
F80Field.o N 00000236
F80Field.o N 00000248
F80Field.o N 0000025c
F80Field.o N 00000261
F80Field.o N 00000267
F80Field.o N 0000026b
F80Field.o N 0000026d
F80Field.o N 0000026f
F80Field.o N 00000276
F80Field.o N 00000278
F80Field.o N 0000027d
F80Field.o N 0000028b
F80Field.o N 00000290
F80Field.o N 00000299
F80Field.o N 000002a0
F80Field.o N 000002a2
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 0000010e
F8Field.o N 00000119
F8Field.o N 00000128
F8Field.o N 00000133
F8Field.o N 0000013c
F8Field.o N 00000150
F8Field.o N 0000015f
F8Field.o N 0000016d
F8Field.o N 00000177
F8Field.o N 0000017f
F8Field.o N 0000018c
F8Field.o N 00000194
F8Field.o N 0000019c
F8Field.o N 000001a3
F8Field.o N 000001a9
F8Field.o N 000001ab
F8Field.o N 000001b5
F8Field.o N 000001c6
F8Field.o N 000001d9
F8Field.o N 000001e5
F8Field.o N 000001f0
F8Field.o N 000001fa
F8Field.o N 000001fc
F8Field.o N 00000201
F8Field.o N 00000206
F8Field.o N 0000021d
F8Field.o N 00000228
F8Field.o N 00000231
F8Field.o N 0000023a
F8Field.o N 0000023e
F8Field.o N 00000245
F8Field.o N 00000247
F8Field.o N 0000024e
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 0000010b
LUOV.o N 0000010e
LUOV.o N 00000125
LUOV.o N 00000130
LUOV.o N 00000139
LUOV.o N 0000014d
LUOV.o N 00000150
LUOV.o N 00000156
LUOV.o N 00000161
LUOV.o N 0000016e
LUOV.o N 00000175
LUOV.o N 0000017a
LUOV.o N 00000189
LUOV.o N 00000194
LUOV.o N 0000019d
LUOV.o N 000001a5
LUOV.o N 000001ad
LUOV.o N 000001b5
LUOV.o N 000001c3
LUOV.o N 000001cc
LUOV.o N 000001da
LUOV.o N 000001de
LUOV.o N 000001e5
LUOV.o N 000001e9
LUOV.o N 000001f0
LUOV.o N 000001f6
LUOV.o N 000001fb
LUOV.o N 00000208
LUOV.o N 00000214
LUOV.o N 0000021e
LUOV.o N 00000222
LUOV.o N 00000247
LUOV.o N 00000266
LUOV.o N 00000278
LUOV.o N 00000288
LUOV.o N 0000029c
LUOV.o N 000002ad
LUOV.o N 000002af
LUOV.o N 000002b1
LUOV.o N 000002b3
LUOV.o N 000002bf
LUOV.o N 000002cb
LUOV.o N 000002de
LUOV.o N 000002f1
LUOV.o N 00000303
LUOV.o N 00000317
LUOV.o N 0000032d
LUOV.o N 0000033f
LUOV.o N 00000353
LUOV.o N 00000369
LUOV.o N 0000037b
LUOV.o N 0000038f
LUOV.o N 000003a5
LUOV.o N 000003b7
LUOV.o N 000003c3
LUOV.o N 000003d3
LUOV.o N 000003e8
LUOV.o N 000003fe
LUOV.o N 0000040d
LUOV.o N 0000041a
LUOV.o N 0000041c
LUOV.o N 00000426
LUOV.o N 00000438
LUOV.o N 0000043f
LUOV.o N 00000441
LUOV.o N 00000446
LUOV.o N 00000449
LUOV.o N 0000044c
LUOV.o N 0000044f
LUOV.o N 00000452
LUOV.o N 00000455
LUOV.o N 00000458
LUOV.o N 0000045a
LUOV.o N 0000045f
LUOV.o N 00000464
LUOV.o N 0000046d
LUOV.o N 00000474
LUOV.o N 00000477
LUOV.o N 00000483
LUOV.o N 00000485
LUOV.o N 0000048f
LUOV.o N 00000491
LUOV.o N 00000498
LUOV.o N 000004a3
LUOV.o N 000004a6
LUOV.o N 000004a9
LUOV.o N 000004b3
LUOV.o N 000004b5
LUOV.o N 000004bd
LUOV.o N 000004bf
LUOV.o N 000004c1
LUOV.o N 000004c3
LUOV.o N 000004c5
LUOV.o N 000004ca
LUOV.o N 000004ce
LUOV.o N 000004d4
LUOV.o N 000004d6
LUOV.o N 000004db
LUOV.o N 000004e0
LUOV.o N 000004e6
LUOV.o N 000004ed
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 _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 00000114
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000130
LinearAlgebra.o N 0000013b
LinearAlgebra.o N 00000144
LinearAlgebra.o N 0000014c
LinearAlgebra.o N 00000160
LinearAlgebra.o N 00000168
LinearAlgebra.o N 00000172
LinearAlgebra.o N 00000177
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 00000180
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018d
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 0000019e
LinearAlgebra.o N 000001a0
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001ab
LinearAlgebra.o N 000001b0
LinearAlgebra.o N 000001b5
LinearAlgebra.o N 000001ba
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001c7
LinearAlgebra.o N 000001c9
LinearAlgebra.o N 000001cf
LinearAlgebra.o N 000001d7
LinearAlgebra.o N 000001e1
LinearAlgebra.o N 000001ea
LinearAlgebra.o N 000001f1
LinearAlgebra.o N 000001f3
LinearAlgebra.o N 000001f5
LinearAlgebra.o N 00000200
LinearAlgebra.o N 0000020f
LinearAlgebra.o N 0000021b
LinearAlgebra.o N 0000022f
LinearAlgebra.o N 00000241
LinearAlgebra.o N 00000248
LinearAlgebra.o N 0000024c
LinearAlgebra.o N 00000250
LinearAlgebra.o N 00000254
LinearAlgebra.o N 0000025d
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 0000010d
buffer.o N 00000124
buffer.o N 0000012f
buffer.o N 00000138
buffer.o N 00000141
buffer.o N 00000143
buffer.o N 00000148
buffer.o N 00000156
buffer.o N 0000015b
buffer.o N 00000164
buffer.o N 00000168
buffer.o N 0000016f
buffer.o N 00000171
buffer.o N 00000179
buffer.o N 0000017b
buffer.o N 00000182
buffer.o N 00000186
buffer.o N 00000199
buffer.o N 0000019b
buffer.o N 000001a0
buffer.o N 000001b5
buffer.o N 000001b9
buffer.o N 000001c3
buffer.o N 000001cd
buffer.o N 000001d8
buffer.o N 000001dc
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 00000119
intermediateValues.o N 0000012c
intermediateValues.o N 00000141
intermediateValues.o N 00000155
intermediateValues.o N 0000016a
intermediateValues.o N 0000017a
intermediateValues.o N 00000182
intermediateValues.o N 00000187
intermediateValues.o N 00000196
intermediateValues.o N 000001a1
intermediateValues.o N 000001aa
intermediateValues.o N 000001b2
intermediateValues.o N 000001c6
intermediateValues.o N 000001ce
intermediateValues.o N 000001d0
intermediateValues.o N 000001d5
intermediateValues.o N 000001d9
intermediateValues.o N 000001de
intermediateValues.o N 000001e4
intermediateValues.o N 000001eb
intermediateValues.o N 000001fa
intermediateValues.o N 000001fe
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 00000110
keccakrng.o N 0000011e
keccakrng.o N 00000132
keccakrng.o N 00000142
keccakrng.o N 00000150
keccakrng.o N 00000157
keccakrng.o N 0000015d
keccakrng.o N 00000171
keccakrng.o N 00000176
keccakrng.o N 00000183
keccakrng.o N 0000018f
keccakrng.o N 00000199
keccakrng.o N 0000019d
keccakrng.o N 000001c2
keccakrng.o N 000001e1
keccakrng.o N 000001f3
keccakrng.o N 00000203
keccakrng.o N 00000217
keccakrng.o N 0000021c
keccakrng.o N 00000220
keccakrng.o N 00000226
keccakrng.o N 00000228
keccakrng.o N 0000023f
keccakrng.o N 0000024a
keccakrng.o N 00000253
keccakrng.o N 0000025a
keccakrng.o N 0000025f
keccakrng.o N 0000026e
keccakrng.o N 00000279
keccakrng.o N 00000282
keccakrng.o N 0000028a
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o N 000002a4
keccakrng.o N 000002a6
keccakrng.o N 000002ab
keccakrng.o N 000002b0
keccakrng.o N 000002b9
keccakrng.o N 000002c0
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 0000010b
sign.o N 00000140
sign.o N 00000144
sign.o N 00000171
sign.o N 000001a3
sign.o N 000001a6
sign.o N 000001b4
sign.o N 000001b7
sign.o N 000001ba
sign.o N 000001c6
sign.o N 000001da
sign.o N 000001dc
sign.o N 000001e7
sign.o N 000001fe
sign.o N 00000209
sign.o N 00000212
sign.o N 0000021f
sign.o N 00000229
sign.o N 0000022c
sign.o N 00000237
sign.o N 0000023a
sign.o N 00000244
sign.o N 00000246
sign.o N 0000024b
sign.o N 00000250
sign.o N 00000259
sign.o N 00000260
sign.o N 00000266
sign.o N 0000026b
sign.o N 0000026d
sign.o N 00000270
sign.o N 00000272
sign.o N 00000279
sign.o N 0000027e
sign.o N 00000281
sign.o N 0000028b
sign.o N 0000028d
sign.o N 00000292
sign.o N 000002a1
sign.o N 000002ac
sign.o N 000002b5
sign.o N 000002bd
sign.o N 000002c5
sign.o N 000002cf
sign.o N 000002d3
sign.o N 000002d7
sign.o N 000002dc
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 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 00000174
LUOV.o N 00000179
LUOV.o N 00000188
LUOV.o N 00000193
LUOV.o N 0000019c
LUOV.o N 000001a4
LUOV.o N 000001ac
LUOV.o N 000001b4
LUOV.o N 000001c2
LUOV.o N 000001cb
LUOV.o N 000001d9
LUOV.o N 000001dd
LUOV.o N 000001e4
LUOV.o N 000001e8
LUOV.o N 000001ef
LUOV.o N 000001f5
LUOV.o N 000001fa
LUOV.o N 00000207
LUOV.o N 00000213
LUOV.o N 0000021d
LUOV.o N 00000221
LUOV.o N 00000246
LUOV.o N 00000265
LUOV.o N 00000277
LUOV.o N 00000287
LUOV.o N 0000029b
LUOV.o N 000002ac
LUOV.o N 000002ae
LUOV.o N 000002b0
LUOV.o N 000002b2
LUOV.o N 000002be
LUOV.o N 000002ca
LUOV.o N 000002dd
LUOV.o N 000002f0
LUOV.o N 00000302
LUOV.o N 00000316
LUOV.o N 0000032c
LUOV.o N 0000033e
LUOV.o N 00000352
LUOV.o N 00000368
LUOV.o N 0000037a
LUOV.o N 0000038e
LUOV.o N 000003a4
LUOV.o N 000003b6
LUOV.o N 000003c2
LUOV.o N 000003d2
LUOV.o N 000003e7
LUOV.o N 000003fd
LUOV.o N 0000040c
LUOV.o N 00000419
LUOV.o N 0000041b
LUOV.o N 00000425
LUOV.o N 00000437
LUOV.o N 0000043e
LUOV.o N 00000440
LUOV.o N 00000445
LUOV.o N 00000448
LUOV.o N 0000044b
LUOV.o N 0000044e
LUOV.o N 00000451
LUOV.o N 00000454
LUOV.o N 00000457
LUOV.o N 00000459
LUOV.o N 0000045e
LUOV.o N 00000463
LUOV.o N 0000046c
LUOV.o N 00000473
LUOV.o N 00000476
LUOV.o N 00000482
LUOV.o N 00000484
LUOV.o N 0000048e
LUOV.o N 00000490
LUOV.o N 00000497
LUOV.o N 000004a2
LUOV.o N 000004a5
LUOV.o N 000004a8
LUOV.o N 000004b2
LUOV.o N 000004b4
LUOV.o N 000004bc
LUOV.o N 000004be
LUOV.o N 000004c0
LUOV.o N 000004c2
LUOV.o N 000004c4
LUOV.o N 000004c9
LUOV.o N 000004cd
LUOV.o N 000004d3
LUOV.o N 000004d5
LUOV.o N 000004da
LUOV.o N 000004df
LUOV.o N 000004e5
LUOV.o N 000004ec
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 _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 0000011b
LinearAlgebra.o N 00000120
LinearAlgebra.o N 0000012f
LinearAlgebra.o N 0000013a
LinearAlgebra.o N 00000143
LinearAlgebra.o N 0000014b
LinearAlgebra.o N 0000015f
LinearAlgebra.o N 00000167
LinearAlgebra.o N 00000171
LinearAlgebra.o N 00000176
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 0000017f
LinearAlgebra.o N 00000185
LinearAlgebra.o N 0000018c
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019d
LinearAlgebra.o N 0000019f
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001aa
LinearAlgebra.o N 000001af
LinearAlgebra.o N 000001b4
LinearAlgebra.o N 000001b9
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c6
LinearAlgebra.o N 000001c8
LinearAlgebra.o N 000001d3
LinearAlgebra.o N 000001e2
LinearAlgebra.o N 000001ee
LinearAlgebra.o N 000001f4
LinearAlgebra.o N 00000208
LinearAlgebra.o N 0000021a
LinearAlgebra.o N 00000221
LinearAlgebra.o N 00000223
LinearAlgebra.o N 00000227
LinearAlgebra.o N 0000022b
LinearAlgebra.o N 00000233
LinearAlgebra.o N 0000023a
LinearAlgebra.o N 00000244
LinearAlgebra.o N 00000246
LinearAlgebra.o N 0000024f
LinearAlgebra.o N 00000253
LinearAlgebra.o N 0000025c
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 00000186
intermediateValues.o N 00000195
intermediateValues.o N 000001a0
intermediateValues.o N 000001a9
intermediateValues.o N 000001b1
intermediateValues.o N 000001c5
intermediateValues.o N 000001cd
intermediateValues.o N 000001cf
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o N 000001dd
intermediateValues.o N 000001e3
intermediateValues.o N 000001ea
intermediateValues.o N 000001f9
intermediateValues.o N 000001fd
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 0000025e
keccakrng.o N 0000026d
keccakrng.o N 00000278
keccakrng.o N 00000281
keccakrng.o N 00000289
keccakrng.o N 00000291
keccakrng.o N 00000298
keccakrng.o N 000002a3
keccakrng.o N 000002a5
keccakrng.o N 000002aa
keccakrng.o N 000002af
keccakrng.o N 000002b8
keccakrng.o N 000002bf
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 0000013f
sign.o N 00000143
sign.o N 00000170
sign.o N 000001a2
sign.o N 000001a5
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001b9
sign.o N 000001c5
sign.o N 000001d9
sign.o N 000001db
sign.o N 000001e6
sign.o N 000001fd
sign.o N 00000208
sign.o N 00000211
sign.o N 0000021e
sign.o N 00000228
sign.o N 0000022b
sign.o N 00000236
sign.o N 00000239
sign.o N 00000243
sign.o N 00000245
sign.o N 0000024a
sign.o N 0000024f
sign.o N 00000258
sign.o N 0000025f
sign.o N 00000265
sign.o N 0000026a
sign.o N 0000026c
sign.o N 0000026f
sign.o N 00000271
sign.o N 00000278
sign.o N 0000027d
sign.o N 00000280
sign.o N 0000028a
sign.o N 0000028c
sign.o N 00000291
sign.o N 000002a0
sign.o N 000002ab
sign.o N 000002b4
sign.o N 000002bc
sign.o N 000002c4
sign.o N 000002ce
sign.o N 000002d2
sign.o N 000002d6
sign.o N 000002db
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 00000113
Bitcontainer.o N 0000012a
Bitcontainer.o N 00000135
Bitcontainer.o N 0000013e
Bitcontainer.o N 00000151
Bitcontainer.o N 00000158
Bitcontainer.o N 0000015e
Bitcontainer.o N 0000016c
Bitcontainer.o N 00000180
Bitcontainer.o N 00000185
Bitcontainer.o N 00000192
Bitcontainer.o N 0000019e
Bitcontainer.o N 000001a8
Bitcontainer.o N 000001ac
Bitcontainer.o N 000001d1
Bitcontainer.o N 000001f0
Bitcontainer.o N 00000202
Bitcontainer.o N 00000212
Bitcontainer.o N 00000226
Bitcontainer.o N 00000229
Bitcontainer.o N 00000234
Bitcontainer.o N 00000241
Bitcontainer.o N 00000243
Bitcontainer.o N 0000025a
Bitcontainer.o N 00000273
Bitcontainer.o N 00000277
Bitcontainer.o N 0000027e
Bitcontainer.o N 00000286
Bitcontainer.o N 0000029f
Bitcontainer.o N 000002a1
Bitcontainer.o N 000002a6
Bitcontainer.o N 000002ab
Bitcontainer.o N 000002b4
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002c0
Bitcontainer.o N 000002c2
Bitcontainer.o N 000002c4
Bitcontainer.o N 000002c6
Bitcontainer.o N 000002cd
Bitcontainer.o N 000002d1
Bitcontainer.o N 000002d5
Bitcontainer.o N 000002df
Bitcontainer.o N 000002e3
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 0000010f
F16Field.o N 0000011b
F16Field.o N 00000128
F16Field.o N 00000133
F16Field.o N 0000013c
F16Field.o N 00000150
F16Field.o N 00000160
F16Field.o N 0000016f
F16Field.o N 0000017a
F16Field.o N 00000183
F16Field.o N 0000018b
F16Field.o N 00000194
F16Field.o N 0000019d
F16Field.o N 000001a4
F16Field.o N 000001a6
F16Field.o N 000001b1
F16Field.o N 000001bd
F16Field.o N 000001bf
F16Field.o N 000001cb
F16Field.o N 000001d0
F16Field.o N 000001d2
F16Field.o N 000001d6
F16Field.o N 000001e2
F16Field.o N 000001ed
F16Field.o N 000001fc
F16Field.o N 00000207
F16Field.o N 0000020b
F16Field.o N 0000021d
F16Field.o N 00000231
F16Field.o N 0000023e
F16Field.o N 00000249
F16Field.o N 0000025e
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 00000303
F16Field.o N 0000030a
F16Field.o N 0000030c
F16Field.o N 0000030e
F16Field.o N 00000310
F16Field.o N 00000312
F16Field.o N 00000314
F16Field.o N 00000316
F16Field.o N 00000319
F16Field.o N 0000031c
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 0000010f
F32Field.o N 0000011c
F32Field.o N 00000125
F32Field.o N 0000012e
F32Field.o N 00000139
F32Field.o N 0000013c
F32Field.o N 0000014b
F32Field.o N 00000156
F32Field.o N 0000015f
F32Field.o N 00000167
F32Field.o N 0000016a
F32Field.o N 00000172
F32Field.o N 00000176
F32Field.o N 00000188
F32Field.o N 0000019c
F32Field.o N 000001a9
F32Field.o N 000001b0
F32Field.o N 000001be
F32Field.o N 000001cd
F32Field.o N 000001df
F32Field.o N 000001eb
F32Field.o N 000001f6
F32Field.o N 00000201
F32Field.o N 00000205
F32Field.o N 00000207
F32Field.o N 0000020c
F32Field.o N 0000021a
F32Field.o N 0000021f
F32Field.o N 00000236
F32Field.o N 00000241
F32Field.o N 0000024a
F32Field.o N 00000253
F32Field.o N 0000025a
F32Field.o N 0000025c
F32Field.o N 0000025e
F32Field.o N 00000265
F32Field.o N 00000267
F32Field.o N 0000026a
F32Field.o N 0000026c
F32Field.o N 0000026e
F32Field.o N 00000270
F32Field.o N 00000272
F32Field.o N 00000278
F32Field.o N 0000027e
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 0000010f
F48Field.o N 0000011c
F48Field.o N 0000012b
F48Field.o N 00000136
F48Field.o N 0000013f
F48Field.o N 00000147
F48Field.o N 0000015b
F48Field.o N 00000168
F48Field.o N 00000171
F48Field.o N 0000017a
F48Field.o N 00000185
F48Field.o N 0000018a
F48Field.o N 00000192
F48Field.o N 00000195
F48Field.o N 00000198
F48Field.o N 0000019b
F48Field.o N 0000019f
F48Field.o N 000001b1
F48Field.o N 000001c5
F48Field.o N 000001d2
F48Field.o N 000001d9
F48Field.o N 000001e7
F48Field.o N 000001f3
F48Field.o N 00000205
F48Field.o N 00000210
F48Field.o N 0000021b
F48Field.o N 0000021f
F48Field.o N 00000221
F48Field.o N 00000226
F48Field.o N 00000234
F48Field.o N 00000239
F48Field.o N 00000250
F48Field.o N 0000025b
F48Field.o N 00000264
F48Field.o N 0000026d
F48Field.o N 00000274
F48Field.o N 00000276
F48Field.o N 00000278
F48Field.o N 0000027f
F48Field.o N 00000281
F48Field.o N 00000284
F48Field.o N 00000287
F48Field.o N 0000028d
F48Field.o N 00000291
F48Field.o N 00000293
F48Field.o N 00000295
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 0000010f
F64Field.o N 00000117
F64Field.o N 0000011c
F64Field.o N 0000012b
F64Field.o N 00000136
F64Field.o N 0000013f
F64Field.o N 00000147
F64Field.o N 0000015b
F64Field.o N 00000163
F64Field.o N 00000170
F64Field.o N 0000017d
F64Field.o N 00000186
F64Field.o N 0000018f
F64Field.o N 000001a6
F64Field.o N 000001b1
F64Field.o N 000001ba
F64Field.o N 000001c5
F64Field.o N 000001c9
F64Field.o N 000001cb
F64Field.o N 000001cd
F64Field.o N 000001d8
F64Field.o N 000001db
F64Field.o N 000001de
F64Field.o N 000001e1
F64Field.o N 000001e4
F64Field.o N 000001e8
F64Field.o N 000001f5
F64Field.o N 00000203
F64Field.o N 0000020a
F64Field.o N 00000216
F64Field.o N 00000228
F64Field.o N 00000233
F64Field.o N 00000245
F64Field.o N 00000259
F64Field.o N 0000025c
F64Field.o N 0000025f
F64Field.o N 00000262
F64Field.o N 00000268
F64Field.o N 0000026c
F64Field.o N 0000026e
F64Field.o N 00000270
F64Field.o N 00000277
F64Field.o N 00000279
F64Field.o N 0000027e
F64Field.o N 0000028c
F64Field.o N 00000291
F64Field.o N 0000029a
F64Field.o N 000002a1
F64Field.o N 000002a3
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 0000010f
F80Field.o N 00000117
F80Field.o N 0000011c
F80Field.o N 0000012b
F80Field.o N 00000136
F80Field.o N 0000013f
F80Field.o N 00000147
F80Field.o N 0000015b
F80Field.o N 00000163
F80Field.o N 00000170
F80Field.o N 0000017d
F80Field.o N 00000186
F80Field.o N 0000018f
F80Field.o N 000001a6
F80Field.o N 000001b1
F80Field.o N 000001ba
F80Field.o N 000001c5
F80Field.o N 000001c9
F80Field.o N 000001cb
F80Field.o N 000001cd
F80Field.o N 000001d8
F80Field.o N 000001db
F80Field.o N 000001de
F80Field.o N 000001e1
F80Field.o N 000001e4
F80Field.o N 000001e7
F80Field.o N 000001eb
F80Field.o N 000001f8
F80Field.o N 000001ff
F80Field.o N 0000020d
F80Field.o N 00000219
F80Field.o N 0000022b
F80Field.o N 00000236
F80Field.o N 00000248
F80Field.o N 0000025c
F80Field.o N 00000261
F80Field.o N 00000267
F80Field.o N 0000026b
F80Field.o N 0000026d
F80Field.o N 0000026f
F80Field.o N 00000276
F80Field.o N 00000278
F80Field.o N 0000027d
F80Field.o N 0000028b
F80Field.o N 00000290
F80Field.o N 00000299
F80Field.o N 000002a0
F80Field.o N 000002a2
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 0000010e
F8Field.o N 00000119
F8Field.o N 00000128
F8Field.o N 00000133
F8Field.o N 0000013c
F8Field.o N 00000150
F8Field.o N 0000015f
F8Field.o N 0000016d
F8Field.o N 00000177
F8Field.o N 0000017f
F8Field.o N 0000018c
F8Field.o N 00000194
F8Field.o N 0000019c
F8Field.o N 000001a3
F8Field.o N 000001a9
F8Field.o N 000001ab
F8Field.o N 000001b5
F8Field.o N 000001c6
F8Field.o N 000001d9
F8Field.o N 000001e5
F8Field.o N 000001f0
F8Field.o N 000001fa
F8Field.o N 000001fc
F8Field.o N 00000201
F8Field.o N 00000206
F8Field.o N 0000021d
F8Field.o N 00000228
F8Field.o N 00000231
F8Field.o N 0000023a
F8Field.o N 0000023e
F8Field.o N 00000245
F8Field.o N 00000247
F8Field.o N 0000024e
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 0000010b
LUOV.o N 0000010e
LUOV.o N 00000125
LUOV.o N 00000130
LUOV.o N 00000139
LUOV.o N 0000014d
LUOV.o N 00000150
LUOV.o N 00000156
LUOV.o N 00000161
LUOV.o N 0000016e
LUOV.o N 00000175
LUOV.o N 0000017a
LUOV.o N 00000189
LUOV.o N 00000194
LUOV.o N 0000019d
LUOV.o N 000001a5
LUOV.o N 000001ad
LUOV.o N 000001b5
LUOV.o N 000001c1
LUOV.o N 000001cd
LUOV.o N 000001e0
LUOV.o N 000001f3
LUOV.o N 00000204
LUOV.o N 00000216
LUOV.o N 0000022a
LUOV.o N 00000240
LUOV.o N 00000252
LUOV.o N 00000266
LUOV.o N 0000027c
LUOV.o N 0000028e
LUOV.o N 000002a2
LUOV.o N 000002b8
LUOV.o N 000002ca
LUOV.o N 000002d6
LUOV.o N 000002e6
LUOV.o N 000002fb
LUOV.o N 00000311
LUOV.o N 0000031f
LUOV.o N 0000032e
LUOV.o N 0000033b
LUOV.o N 0000033d
LUOV.o N 00000347
LUOV.o N 00000359
LUOV.o N 00000360
LUOV.o N 00000364
LUOV.o N 00000366
LUOV.o N 00000374
LUOV.o N 00000376
LUOV.o N 00000378
LUOV.o N 0000037d
LUOV.o N 0000037f
LUOV.o N 00000382
LUOV.o N 00000385
LUOV.o N 00000388
LUOV.o N 0000038b
LUOV.o N 0000038e
LUOV.o N 00000391
LUOV.o N 00000393
LUOV.o N 00000398
LUOV.o N 0000039d
LUOV.o N 000003a6
LUOV.o N 000003ad
LUOV.o N 000003b0
LUOV.o N 000003bc
LUOV.o N 000003be
LUOV.o N 000003c8
LUOV.o N 000003ca
LUOV.o N 000003d1
LUOV.o N 000003dc
LUOV.o N 000003e3
LUOV.o N 000003e9
LUOV.o N 000003ee
LUOV.o N 000003fb
LUOV.o N 00000407
LUOV.o N 00000411
LUOV.o N 00000436
LUOV.o N 00000455
LUOV.o N 00000467
LUOV.o N 00000477
LUOV.o N 0000048b
LUOV.o N 0000048e
LUOV.o N 00000491
LUOV.o N 0000049b
LUOV.o N 0000049d
LUOV.o N 000004a5
LUOV.o N 000004a7
LUOV.o N 000004a9
LUOV.o N 000004ab
LUOV.o N 000004ad
LUOV.o N 000004b2
LUOV.o N 000004b6
LUOV.o N 000004bc
LUOV.o N 000004be
LUOV.o N 000004c3
LUOV.o N 000004c8
LUOV.o N 000004ce
LUOV.o N 000004d5
LUOV.o N 000004e7
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 _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 00000114
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000130
LinearAlgebra.o N 0000013b
LinearAlgebra.o N 00000144
LinearAlgebra.o N 0000014c
LinearAlgebra.o N 00000160
LinearAlgebra.o N 00000168
LinearAlgebra.o N 00000171
LinearAlgebra.o N 00000173
LinearAlgebra.o N 00000178
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000187
LinearAlgebra.o N 0000018e
LinearAlgebra.o N 00000193
LinearAlgebra.o N 00000198
LinearAlgebra.o N 0000019d
LinearAlgebra.o N 000001a7
LinearAlgebra.o N 000001b2
LinearAlgebra.o N 000001c1
LinearAlgebra.o N 000001cd
LinearAlgebra.o N 000001d6
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001f0
LinearAlgebra.o N 00000202
LinearAlgebra.o N 0000020f
LinearAlgebra.o N 00000213
LinearAlgebra.o N 00000215
LinearAlgebra.o N 0000021c
LinearAlgebra.o N 0000021e
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022a
LinearAlgebra.o N 0000022c
LinearAlgebra.o N 00000234
LinearAlgebra.o N 0000023b
LinearAlgebra.o N 00000245
LinearAlgebra.o N 00000247
LinearAlgebra.o N 00000250
LinearAlgebra.o N 00000254
LinearAlgebra.o N 0000025d
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 0000010d
buffer.o N 00000124
buffer.o N 0000012f
buffer.o N 00000138
buffer.o N 00000140
buffer.o N 0000014e
buffer.o N 00000150
buffer.o N 00000155
buffer.o N 0000015a
buffer.o N 00000163
buffer.o N 00000167
buffer.o N 0000016e
buffer.o N 00000172
buffer.o N 00000185
buffer.o N 00000187
buffer.o N 0000018e
buffer.o N 00000190
buffer.o N 00000195
buffer.o N 0000019e
buffer.o N 000001b3
buffer.o N 000001bd
buffer.o N 000001c7
buffer.o N 000001d2
buffer.o N 000001d4
buffer.o N 000001d8
buffer.o N 000001dc
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 00000119
intermediateValues.o N 0000012c
intermediateValues.o N 00000141
intermediateValues.o N 00000155
intermediateValues.o N 0000016a
intermediateValues.o N 0000017a
intermediateValues.o N 00000182
intermediateValues.o N 00000187
intermediateValues.o N 00000196
intermediateValues.o N 000001a1
intermediateValues.o N 000001aa
intermediateValues.o N 000001b2
intermediateValues.o N 000001c6
intermediateValues.o N 000001ce
intermediateValues.o N 000001d0
intermediateValues.o N 000001d5
intermediateValues.o N 000001d9
intermediateValues.o N 000001de
intermediateValues.o N 000001e4
intermediateValues.o N 000001eb
intermediateValues.o N 000001fa
intermediateValues.o N 000001fe
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 00000110
keccakrng.o N 0000011e
keccakrng.o N 00000132
keccakrng.o N 00000142
keccakrng.o N 00000150
keccakrng.o N 00000157
keccakrng.o N 0000015d
keccakrng.o N 00000171
keccakrng.o N 00000176
keccakrng.o N 00000183
keccakrng.o N 0000018f
keccakrng.o N 00000199
keccakrng.o N 0000019d
keccakrng.o N 000001c2
keccakrng.o N 000001e1
keccakrng.o N 000001f3
keccakrng.o N 00000203
keccakrng.o N 00000217
keccakrng.o N 0000021c
keccakrng.o N 00000220
keccakrng.o N 00000226
keccakrng.o N 00000228
keccakrng.o N 0000023f
keccakrng.o N 0000024a
keccakrng.o N 00000253
keccakrng.o N 0000025a
keccakrng.o N 0000025f
keccakrng.o N 0000026e
keccakrng.o N 00000279
keccakrng.o N 00000282
keccakrng.o N 0000028a
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o N 000002a4
keccakrng.o N 000002a6
keccakrng.o N 000002ab
keccakrng.o N 000002b0
keccakrng.o N 000002b9
keccakrng.o N 000002c0
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 0000010b
sign.o N 00000140
sign.o N 00000144
sign.o N 00000171
sign.o N 000001a3
sign.o N 000001a6
sign.o N 000001b4
sign.o N 000001b7
sign.o N 000001ba
sign.o N 000001c6
sign.o N 000001da
sign.o N 000001dc
sign.o N 000001e7
sign.o N 000001fe
sign.o N 00000209
sign.o N 00000212
sign.o N 0000021f
sign.o N 00000229
sign.o N 0000022c
sign.o N 00000237
sign.o N 0000023a
sign.o N 00000244
sign.o N 00000246
sign.o N 0000024b
sign.o N 00000250
sign.o N 00000259
sign.o N 00000260
sign.o N 00000266
sign.o N 0000026b
sign.o N 0000026d
sign.o N 00000270
sign.o N 00000272
sign.o N 00000279
sign.o N 0000027e
sign.o N 00000281
sign.o N 0000028b
sign.o N 0000028d
sign.o N 00000292
sign.o N 000002a1
sign.o N 000002ac
sign.o N 000002b5
sign.o N 000002bd
sign.o N 000002c5
sign.o N 000002cf
sign.o N 000002d3
sign.o N 000002d7
sign.o N 000002dc
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 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 00000174
LUOV.o N 00000179
LUOV.o N 00000188
LUOV.o N 00000193
LUOV.o N 0000019c
LUOV.o N 000001a4
LUOV.o N 000001ac
LUOV.o N 000001b4
LUOV.o N 000001c2
LUOV.o N 000001cb
LUOV.o N 000001d9
LUOV.o N 000001dd
LUOV.o N 000001e4
LUOV.o N 000001e8
LUOV.o N 000001ef
LUOV.o N 000001f5
LUOV.o N 000001fa
LUOV.o N 00000207
LUOV.o N 00000213
LUOV.o N 0000021d
LUOV.o N 00000221
LUOV.o N 00000246
LUOV.o N 00000265
LUOV.o N 00000277
LUOV.o N 00000287
LUOV.o N 0000029b
LUOV.o N 000002ac
LUOV.o N 000002ae
LUOV.o N 000002b0
LUOV.o N 000002b2
LUOV.o N 000002be
LUOV.o N 000002ca
LUOV.o N 000002dd
LUOV.o N 000002f0
LUOV.o N 00000302
LUOV.o N 00000316
LUOV.o N 0000032c
LUOV.o N 0000033e
LUOV.o N 00000352
LUOV.o N 00000368
LUOV.o N 0000037a
LUOV.o N 0000038e
LUOV.o N 000003a4
LUOV.o N 000003b6
LUOV.o N 000003c2
LUOV.o N 000003d2
LUOV.o N 000003e7
LUOV.o N 000003fd
LUOV.o N 0000040c
LUOV.o N 00000419
LUOV.o N 0000041b
LUOV.o N 00000425
LUOV.o N 00000437
LUOV.o N 0000043e
LUOV.o N 00000440
LUOV.o N 00000445
LUOV.o N 00000448
LUOV.o N 0000044b
LUOV.o N 0000044e
LUOV.o N 00000451
LUOV.o N 00000454
LUOV.o N 00000457
LUOV.o N 00000459
LUOV.o N 0000045e
LUOV.o N 00000463
LUOV.o N 0000046c
LUOV.o N 00000473
LUOV.o N 00000476
LUOV.o N 00000482
LUOV.o N 00000484
LUOV.o N 0000048e
LUOV.o N 00000490
LUOV.o N 00000497
LUOV.o N 000004a2
LUOV.o N 000004a5
LUOV.o N 000004a8
LUOV.o N 000004b2
LUOV.o N 000004b4
LUOV.o N 000004bc
LUOV.o N 000004be
LUOV.o N 000004c0
LUOV.o N 000004c2
LUOV.o N 000004c4
LUOV.o N 000004c9
LUOV.o N 000004cd
LUOV.o N 000004d3
LUOV.o N 000004d5
LUOV.o N 000004da
LUOV.o N 000004df
LUOV.o N 000004e5
LUOV.o N 000004ec
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 _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 0000011b
LinearAlgebra.o N 00000120
LinearAlgebra.o N 0000012f
LinearAlgebra.o N 0000013a
LinearAlgebra.o N 00000143
LinearAlgebra.o N 0000014b
LinearAlgebra.o N 0000015f
LinearAlgebra.o N 00000167
LinearAlgebra.o N 00000171
LinearAlgebra.o N 00000176
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 0000017f
LinearAlgebra.o N 00000185
LinearAlgebra.o N 0000018c
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019d
LinearAlgebra.o N 0000019f
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001aa
LinearAlgebra.o N 000001af
LinearAlgebra.o N 000001b4
LinearAlgebra.o N 000001b9
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c6
LinearAlgebra.o N 000001c8
LinearAlgebra.o N 000001ce
LinearAlgebra.o N 000001d6
LinearAlgebra.o N 000001e0
LinearAlgebra.o N 000001e9
LinearAlgebra.o N 000001f0
LinearAlgebra.o N 000001f2
LinearAlgebra.o N 000001f4
LinearAlgebra.o N 000001ff
LinearAlgebra.o N 0000020e
LinearAlgebra.o N 0000021a
LinearAlgebra.o N 0000022e
LinearAlgebra.o N 00000240
LinearAlgebra.o N 00000247
LinearAlgebra.o N 0000024b
LinearAlgebra.o N 0000024f
LinearAlgebra.o N 00000253
LinearAlgebra.o N 0000025c
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 00000186
intermediateValues.o N 00000195
intermediateValues.o N 000001a0
intermediateValues.o N 000001a9
intermediateValues.o N 000001b1
intermediateValues.o N 000001c5
intermediateValues.o N 000001cd
intermediateValues.o N 000001cf
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o N 000001dd
intermediateValues.o N 000001e3
intermediateValues.o N 000001ea
intermediateValues.o N 000001f9
intermediateValues.o N 000001fd
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 0000025e
keccakrng.o N 0000026d
keccakrng.o N 00000278
keccakrng.o N 00000281
keccakrng.o N 00000289
keccakrng.o N 00000291
keccakrng.o N 00000298
keccakrng.o N 000002a3
keccakrng.o N 000002a5
keccakrng.o N 000002aa
keccakrng.o N 000002af
keccakrng.o N 000002b8
keccakrng.o N 000002bf
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 0000013f
sign.o N 00000143
sign.o N 00000170
sign.o N 000001a2
sign.o N 000001a5
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001b9
sign.o N 000001c4
sign.o N 000001d8
sign.o N 000001db
sign.o N 000001e6
sign.o N 000001fd
sign.o N 00000208
sign.o N 00000211
sign.o N 0000021e
sign.o N 00000228
sign.o N 0000022b
sign.o N 00000237
sign.o N 00000239
sign.o N 00000243
sign.o N 00000245
sign.o N 0000024a
sign.o N 0000024f
sign.o N 00000258
sign.o N 0000025f
sign.o N 00000265
sign.o N 0000026a
sign.o N 0000026c
sign.o N 0000026f
sign.o N 00000271
sign.o N 00000278
sign.o N 0000027d
sign.o N 00000280
sign.o N 0000028a
sign.o N 0000028c
sign.o N 00000291
sign.o N 000002a0
sign.o N 000002ab
sign.o N 000002b4
sign.o N 000002bc
sign.o N 000002c4
sign.o N 000002ce
sign.o N 000002d2
sign.o N 000002d6
sign.o N 000002db
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: 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 -O -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 0000010e
Bitcontainer.o N 00000125
Bitcontainer.o N 00000130
Bitcontainer.o N 00000139
Bitcontainer.o N 0000014c
Bitcontainer.o N 00000157
Bitcontainer.o N 0000016b
Bitcontainer.o N 00000178
Bitcontainer.o N 0000017f
Bitcontainer.o N 00000185
Bitcontainer.o N 00000193
Bitcontainer.o N 00000198
Bitcontainer.o N 000001a5
Bitcontainer.o N 000001b1
Bitcontainer.o N 000001bb
Bitcontainer.o N 000001bf
Bitcontainer.o N 000001e4
Bitcontainer.o N 00000203
Bitcontainer.o N 00000215
Bitcontainer.o N 00000225
Bitcontainer.o N 00000239
Bitcontainer.o N 0000023b
Bitcontainer.o N 0000023e
Bitcontainer.o N 00000255
Bitcontainer.o N 0000026e
Bitcontainer.o N 00000272
Bitcontainer.o N 00000279
Bitcontainer.o N 00000281
Bitcontainer.o N 0000029a
Bitcontainer.o N 0000029c
Bitcontainer.o N 000002a1
Bitcontainer.o N 000002a6
Bitcontainer.o N 000002af
Bitcontainer.o N 000002b6
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002bd
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c1
Bitcontainer.o N 000002c8
Bitcontainer.o N 000002cc
Bitcontainer.o N 000002d0
Bitcontainer.o N 000002da
Bitcontainer.o N 000002de
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 0000010a
F16Field.o N 00000116
F16Field.o N 00000125
F16Field.o N 00000130
F16Field.o N 00000139
F16Field.o N 0000014d
F16Field.o N 0000015d
F16Field.o N 00000165
F16Field.o N 00000172
F16Field.o N 0000017b
F16Field.o N 00000184
F16Field.o N 0000018b
F16Field.o N 0000018d
F16Field.o N 00000198
F16Field.o N 000001a3
F16Field.o N 000001af
F16Field.o N 000001b1
F16Field.o N 000001bd
F16Field.o N 000001c2
F16Field.o N 000001c4
F16Field.o N 000001c8
F16Field.o N 000001d4
F16Field.o N 000001df
F16Field.o N 000001ee
F16Field.o N 000001fa
F16Field.o N 000001fe
F16Field.o N 00000200
F16Field.o N 0000020b
F16Field.o N 0000021d
F16Field.o N 00000231
F16Field.o N 0000023e
F16Field.o N 00000253
F16Field.o N 00000265
F16Field.o N 00000283
F16Field.o N 00000285
F16Field.o N 0000028a
F16Field.o N 00000298
F16Field.o N 0000029d
F16Field.o N 000002b4
F16Field.o N 000002bf
F16Field.o N 000002c8
F16Field.o N 000002d1
F16Field.o N 000002d8
F16Field.o N 000002da
F16Field.o N 000002e1
F16Field.o N 000002e3
F16Field.o N 000002e5
F16Field.o N 000002ea
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002f5
F16Field.o N 000002f7
F16Field.o N 000002f9
F16Field.o N 000002fc
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000303
F16Field.o N 00000307
F16Field.o N 00000309
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 0000010a
F32Field.o N 00000117
F32Field.o N 00000120
F32Field.o N 00000129
F32Field.o N 00000134
F32Field.o N 00000137
F32Field.o N 00000146
F32Field.o N 00000151
F32Field.o N 0000015a
F32Field.o N 00000162
F32Field.o N 00000165
F32Field.o N 0000016d
F32Field.o N 00000171
F32Field.o N 00000180
F32Field.o N 00000182
F32Field.o N 00000184
F32Field.o N 00000187
F32Field.o N 00000199
F32Field.o N 000001ad
F32Field.o N 000001ba
F32Field.o N 000001c1
F32Field.o N 000001d3
F32Field.o N 000001df
F32Field.o N 000001ea
F32Field.o N 000001f5
F32Field.o N 000001f9
F32Field.o N 000001fb
F32Field.o N 00000200
F32Field.o N 0000020e
F32Field.o N 00000213
F32Field.o N 0000022a
F32Field.o N 00000235
F32Field.o N 0000023e
F32Field.o N 00000247
F32Field.o N 0000024e
F32Field.o N 00000250
F32Field.o N 00000257
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 0000025f
F32Field.o N 00000265
F32Field.o N 0000026b
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 0000010a
F48Field.o N 00000117
F48Field.o N 00000126
F48Field.o N 00000131
F48Field.o N 0000013a
F48Field.o N 00000142
F48Field.o N 00000156
F48Field.o N 00000163
F48Field.o N 0000016c
F48Field.o N 00000175
F48Field.o N 00000180
F48Field.o N 00000185
F48Field.o N 0000018d
F48Field.o N 00000190
F48Field.o N 00000193
F48Field.o N 00000196
F48Field.o N 0000019a
F48Field.o N 000001ac
F48Field.o N 000001c0
F48Field.o N 000001cd
F48Field.o N 000001d4
F48Field.o N 000001e0
F48Field.o N 000001f2
F48Field.o N 000001fd
F48Field.o N 00000208
F48Field.o N 0000020c
F48Field.o N 0000020e
F48Field.o N 00000213
F48Field.o N 00000221
F48Field.o N 00000226
F48Field.o N 0000023d
F48Field.o N 00000248
F48Field.o N 00000251
F48Field.o N 0000025a
F48Field.o N 00000261
F48Field.o N 00000263
F48Field.o N 00000265
F48Field.o N 0000026c
F48Field.o N 0000026e
F48Field.o N 00000271
F48Field.o N 00000274
F48Field.o N 0000027a
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o N 00000282
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 0000010a
F64Field.o N 00000112
F64Field.o N 00000117
F64Field.o N 00000126
F64Field.o N 00000131
F64Field.o N 0000013a
F64Field.o N 00000142
F64Field.o N 00000156
F64Field.o N 0000015e
F64Field.o N 0000016b
F64Field.o N 00000178
F64Field.o N 00000181
F64Field.o N 0000018a
F64Field.o N 00000195
F64Field.o N 00000199
F64Field.o N 0000019b
F64Field.o N 0000019d
F64Field.o N 000001a8
F64Field.o N 000001ab
F64Field.o N 000001ae
F64Field.o N 000001b1
F64Field.o N 000001b4
F64Field.o N 000001b8
F64Field.o N 000001c5
F64Field.o N 000001cc
F64Field.o N 000001d8
F64Field.o N 000001ea
F64Field.o N 000001f5
F64Field.o N 00000207
F64Field.o N 0000021b
F64Field.o N 0000021e
F64Field.o N 00000221
F64Field.o N 00000224
F64Field.o N 0000022a
F64Field.o N 0000022e
F64Field.o N 00000230
F64Field.o N 00000232
F64Field.o N 00000239
F64Field.o N 0000023b
F64Field.o N 00000240
F64Field.o N 0000024e
F64Field.o N 00000253
F64Field.o N 0000026a
F64Field.o N 00000275
F64Field.o N 0000027e
F64Field.o N 00000287
F64Field.o N 0000028e
F64Field.o N 00000290
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 0000010a
F80Field.o N 00000112
F80Field.o N 00000117
F80Field.o N 00000126
F80Field.o N 00000131
F80Field.o N 0000013a
F80Field.o N 00000142
F80Field.o N 00000156
F80Field.o N 0000015e
F80Field.o N 0000016b
F80Field.o N 00000178
F80Field.o N 00000181
F80Field.o N 0000018a
F80Field.o N 00000195
F80Field.o N 00000199
F80Field.o N 0000019b
F80Field.o N 0000019d
F80Field.o N 000001a8
F80Field.o N 000001ab
F80Field.o N 000001ae
F80Field.o N 000001b1
F80Field.o N 000001b4
F80Field.o N 000001b7
F80Field.o N 000001bb
F80Field.o N 000001c8
F80Field.o N 000001cf
F80Field.o N 000001db
F80Field.o N 000001ed
F80Field.o N 000001f8
F80Field.o N 0000020a
F80Field.o N 0000021e
F80Field.o N 00000223
F80Field.o N 00000225
F80Field.o N 00000227
F80Field.o N 0000022d
F80Field.o N 00000231
F80Field.o N 00000233
F80Field.o N 00000235
F80Field.o N 0000023c
F80Field.o N 0000023e
F80Field.o N 00000243
F80Field.o N 00000251
F80Field.o N 00000256
F80Field.o N 0000026d
F80Field.o N 00000278
F80Field.o N 00000281
F80Field.o N 0000028a
F80Field.o N 00000291
F80Field.o N 00000293
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 00000109
F8Field.o N 00000114
F8Field.o N 00000122
F8Field.o N 0000012c
F8Field.o N 00000134
F8Field.o N 00000148
F8Field.o N 00000157
F8Field.o N 00000164
F8Field.o N 0000016c
F8Field.o N 00000174
F8Field.o N 0000017b
F8Field.o N 00000181
F8Field.o N 00000183
F8Field.o N 0000018d
F8Field.o N 0000019e
F8Field.o N 000001b1
F8Field.o N 000001bd
F8Field.o N 000001c8
F8Field.o N 000001d2
F8Field.o N 000001d4
F8Field.o N 000001d9
F8Field.o N 000001de
F8Field.o N 000001f5
F8Field.o N 00000200
F8Field.o N 00000209
F8Field.o N 00000212
F8Field.o N 00000216
F8Field.o N 0000021d
F8Field.o N 0000021f
F8Field.o N 00000226
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 00000106
LUOV.o N 0000010c
LUOV.o N 00000117
LUOV.o N 0000012e
LUOV.o N 00000139
LUOV.o N 00000142
LUOV.o N 00000156
LUOV.o N 00000163
LUOV.o N 0000016a
LUOV.o N 0000016f
LUOV.o N 0000017e
LUOV.o N 00000189
LUOV.o N 00000192
LUOV.o N 0000019a
LUOV.o N 000001a2
LUOV.o N 000001aa
LUOV.o N 000001b8
LUOV.o N 000001c1
LUOV.o N 000001cf
LUOV.o N 000001d3
LUOV.o N 000001da
LUOV.o N 000001de
LUOV.o N 000001e5
LUOV.o N 000001eb
LUOV.o N 000001f0
LUOV.o N 000001fd
LUOV.o N 00000209
LUOV.o N 00000213
LUOV.o N 00000217
LUOV.o N 0000023c
LUOV.o N 0000025b
LUOV.o N 0000026d
LUOV.o N 0000027d
LUOV.o N 00000291
LUOV.o N 000002a5
LUOV.o N 000002bb
LUOV.o N 000002cd
LUOV.o N 000002e1
LUOV.o N 000002f7
LUOV.o N 00000309
LUOV.o N 0000031d
LUOV.o N 00000333
LUOV.o N 00000345
LUOV.o N 00000351
LUOV.o N 00000361
LUOV.o N 00000376
LUOV.o N 0000038c
LUOV.o N 0000039b
LUOV.o N 000003a8
LUOV.o N 000003aa
LUOV.o N 000003b4
LUOV.o N 000003c6
LUOV.o N 000003cd
LUOV.o N 000003cf
LUOV.o N 000003d4
LUOV.o N 000003d9
LUOV.o N 000003e2
LUOV.o N 000003e9
LUOV.o N 000003ec
LUOV.o N 000003f8
LUOV.o N 000003fa
LUOV.o N 00000404
LUOV.o N 00000406
LUOV.o N 0000040d
LUOV.o N 00000418
LUOV.o N 0000041b
LUOV.o N 0000041e
LUOV.o N 00000428
LUOV.o N 0000042a
LUOV.o N 0000042c
LUOV.o N 00000434
LUOV.o N 00000436
LUOV.o N 00000438
LUOV.o N 0000043a
LUOV.o N 0000043e
LUOV.o N 00000450
LUOV.o N 00000452
LUOV.o N 00000457
LUOV.o N 0000045c
LUOV.o N 00000462
LUOV.o N 00000469
LUOV.o N 0000046c
LUOV.o N 00000471
LUOV.o N 0000047c
LUOV.o N 0000048b
LUOV.o N 00000495
LUOV.o N 000004a4
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 0000010f
LinearAlgebra.o N 00000117
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000136
LinearAlgebra.o N 0000013f
LinearAlgebra.o N 00000147
LinearAlgebra.o N 0000015b
LinearAlgebra.o N 00000163
LinearAlgebra.o N 0000016d
LinearAlgebra.o N 00000172
LinearAlgebra.o N 00000176
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000188
LinearAlgebra.o N 00000195
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a4
LinearAlgebra.o N 000001a6
LinearAlgebra.o N 000001ab
LinearAlgebra.o N 000001b0
LinearAlgebra.o N 000001b5
LinearAlgebra.o N 000001be
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c4
LinearAlgebra.o N 000001cf
LinearAlgebra.o N 000001de
LinearAlgebra.o N 000001ea
LinearAlgebra.o N 000001f0
LinearAlgebra.o N 00000204
LinearAlgebra.o N 00000216
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 0000021f
LinearAlgebra.o N 00000223
LinearAlgebra.o N 00000227
LinearAlgebra.o N 0000022f
LinearAlgebra.o N 00000238
LinearAlgebra.o N 0000023f
LinearAlgebra.o N 00000249
LinearAlgebra.o N 0000024b
LinearAlgebra.o N 0000024f
LinearAlgebra.o N 00000258
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 00000108
buffer.o N 0000011f
buffer.o N 0000012a
buffer.o N 00000133
buffer.o N 0000013c
buffer.o N 0000013e
buffer.o N 00000143
buffer.o N 00000151
buffer.o N 00000156
buffer.o N 0000015f
buffer.o N 00000163
buffer.o N 0000016a
buffer.o N 0000016c
buffer.o N 00000174
buffer.o N 00000176
buffer.o N 0000017d
buffer.o N 00000181
buffer.o N 00000194
buffer.o N 00000196
buffer.o N 0000019b
buffer.o N 000001b0
buffer.o N 000001b4
buffer.o N 000001be
buffer.o N 000001c8
buffer.o N 000001d3
buffer.o N 000001d7
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 00000114
intermediateValues.o N 00000127
intermediateValues.o N 0000013c
intermediateValues.o N 00000150
intermediateValues.o N 00000165
intermediateValues.o N 00000175
intermediateValues.o N 0000017d
intermediateValues.o N 00000182
intermediateValues.o N 00000191
intermediateValues.o N 0000019c
intermediateValues.o N 000001a5
intermediateValues.o N 000001ad
intermediateValues.o N 000001c1
intermediateValues.o N 000001c9
intermediateValues.o N 000001cb
intermediateValues.o N 000001d0
intermediateValues.o N 000001d4
intermediateValues.o N 000001d9
intermediateValues.o N 000001df
intermediateValues.o N 000001e6
intermediateValues.o N 000001f5
intermediateValues.o N 000001f9
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 0000010b
keccakrng.o N 00000122
keccakrng.o N 0000012d
keccakrng.o N 00000136
keccakrng.o N 0000014a
keccakrng.o N 0000015a
keccakrng.o N 00000168
keccakrng.o N 0000016f
keccakrng.o N 00000175
keccakrng.o N 00000183
keccakrng.o N 00000197
keccakrng.o N 0000019c
keccakrng.o N 000001a9
keccakrng.o N 000001b5
keccakrng.o N 000001bf
keccakrng.o N 000001c3
keccakrng.o N 000001e8
keccakrng.o N 00000207
keccakrng.o N 00000219
keccakrng.o N 00000229
keccakrng.o N 0000023d
keccakrng.o N 00000242
keccakrng.o N 00000246
keccakrng.o N 00000251
keccakrng.o N 00000257
keccakrng.o N 0000025e
keccakrng.o N 00000263
keccakrng.o N 00000272
keccakrng.o N 0000027d
keccakrng.o N 00000286
keccakrng.o N 0000028e
keccakrng.o N 00000296
keccakrng.o N 0000029d
keccakrng.o N 0000029f
keccakrng.o N 000002a4
keccakrng.o N 000002a9
keccakrng.o N 000002b2
keccakrng.o N 000002b9
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 00000106
sign.o N 00000136
sign.o N 0000013a
sign.o N 00000162
sign.o N 0000018f
sign.o N 00000192
sign.o N 000001a0
sign.o N 000001a3
sign.o N 000001a6
sign.o N 000001b2
sign.o N 000001c6
sign.o N 000001c8
sign.o N 000001d3
sign.o N 000001ea
sign.o N 000001f5
sign.o N 000001fe
sign.o N 0000020b
sign.o N 00000215
sign.o N 00000218
sign.o N 00000223
sign.o N 00000226
sign.o N 00000230
sign.o N 00000232
sign.o N 00000237
sign.o N 0000023c
sign.o N 00000245
sign.o N 0000024c
sign.o N 00000252
sign.o N 00000257
sign.o N 00000259
sign.o N 0000025c
sign.o N 0000025e
sign.o N 00000265
sign.o N 0000026a
sign.o N 0000026d
sign.o N 00000277
sign.o N 00000279
sign.o N 0000027e
sign.o N 0000028d
sign.o N 00000298
sign.o N 000002a1
sign.o N 000002a9
sign.o N 000002b1
sign.o N 000002bb
sign.o N 000002bf
sign.o N 000002c3
sign.o N 000002c8
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 0000010e
Bitcontainer.o N 00000125
Bitcontainer.o N 00000130
Bitcontainer.o N 00000139
Bitcontainer.o N 0000014c
Bitcontainer.o N 00000157
Bitcontainer.o N 0000016b
Bitcontainer.o N 00000178
Bitcontainer.o N 0000017f
Bitcontainer.o N 00000185
Bitcontainer.o N 00000193
Bitcontainer.o N 00000198
Bitcontainer.o N 000001a5
Bitcontainer.o N 000001b1
Bitcontainer.o N 000001bb
Bitcontainer.o N 000001bf
Bitcontainer.o N 000001e4
Bitcontainer.o N 00000203
Bitcontainer.o N 00000215
Bitcontainer.o N 00000225
Bitcontainer.o N 00000239
Bitcontainer.o N 0000023b
Bitcontainer.o N 0000023e
Bitcontainer.o N 00000255
Bitcontainer.o N 0000026e
Bitcontainer.o N 00000272
Bitcontainer.o N 00000279
Bitcontainer.o N 00000281
Bitcontainer.o N 0000029a
Bitcontainer.o N 0000029c
Bitcontainer.o N 000002a1
Bitcontainer.o N 000002a6
Bitcontainer.o N 000002af
Bitcontainer.o N 000002b6
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002bd
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c1
Bitcontainer.o N 000002c8
Bitcontainer.o N 000002cc
Bitcontainer.o N 000002d0
Bitcontainer.o N 000002da
Bitcontainer.o N 000002de
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 0000010a
F16Field.o N 00000116
F16Field.o N 00000125
F16Field.o N 00000130
F16Field.o N 00000139
F16Field.o N 0000014d
F16Field.o N 0000015d
F16Field.o N 00000165
F16Field.o N 00000172
F16Field.o N 0000017b
F16Field.o N 00000184
F16Field.o N 0000018b
F16Field.o N 0000018d
F16Field.o N 00000198
F16Field.o N 000001a3
F16Field.o N 000001af
F16Field.o N 000001b1
F16Field.o N 000001bd
F16Field.o N 000001c2
F16Field.o N 000001c4
F16Field.o N 000001c8
F16Field.o N 000001d4
F16Field.o N 000001df
F16Field.o N 000001ee
F16Field.o N 000001f9
F16Field.o N 000001fd
F16Field.o N 0000020f
F16Field.o N 00000223
F16Field.o N 00000230
F16Field.o N 00000245
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 000002ea
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002f5
F16Field.o N 000002f7
F16Field.o N 000002f9
F16Field.o N 000002fc
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000303
F16Field.o N 00000307
F16Field.o N 00000309
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 0000010a
F32Field.o N 00000117
F32Field.o N 00000120
F32Field.o N 00000129
F32Field.o N 00000134
F32Field.o N 00000137
F32Field.o N 00000146
F32Field.o N 00000151
F32Field.o N 0000015a
F32Field.o N 00000162
F32Field.o N 00000165
F32Field.o N 0000016d
F32Field.o N 00000171
F32Field.o N 00000180
F32Field.o N 00000182
F32Field.o N 00000184
F32Field.o N 00000187
F32Field.o N 00000199
F32Field.o N 000001ad
F32Field.o N 000001ba
F32Field.o N 000001c1
F32Field.o N 000001d3
F32Field.o N 000001df
F32Field.o N 000001ea
F32Field.o N 000001f5
F32Field.o N 000001f9
F32Field.o N 000001fb
F32Field.o N 00000200
F32Field.o N 0000020e
F32Field.o N 00000213
F32Field.o N 0000022a
F32Field.o N 00000235
F32Field.o N 0000023e
F32Field.o N 00000247
F32Field.o N 0000024e
F32Field.o N 00000250
F32Field.o N 00000257
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 0000025f
F32Field.o N 00000265
F32Field.o N 0000026b
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 0000010a
F48Field.o N 00000117
F48Field.o N 00000126
F48Field.o N 00000131
F48Field.o N 0000013a
F48Field.o N 00000142
F48Field.o N 00000156
F48Field.o N 00000163
F48Field.o N 0000016c
F48Field.o N 00000175
F48Field.o N 00000180
F48Field.o N 00000185
F48Field.o N 0000018d
F48Field.o N 00000190
F48Field.o N 00000193
F48Field.o N 00000196
F48Field.o N 0000019a
F48Field.o N 000001ac
F48Field.o N 000001c0
F48Field.o N 000001cd
F48Field.o N 000001d4
F48Field.o N 000001e0
F48Field.o N 000001f2
F48Field.o N 000001fd
F48Field.o N 00000208
F48Field.o N 0000020c
F48Field.o N 0000020e
F48Field.o N 00000213
F48Field.o N 00000221
F48Field.o N 00000226
F48Field.o N 0000023d
F48Field.o N 00000248
F48Field.o N 00000251
F48Field.o N 0000025a
F48Field.o N 00000261
F48Field.o N 00000263
F48Field.o N 00000265
F48Field.o N 0000026c
F48Field.o N 0000026e
F48Field.o N 00000271
F48Field.o N 00000274
F48Field.o N 0000027a
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o N 00000282
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 0000010a
F64Field.o N 00000112
F64Field.o N 00000117
F64Field.o N 00000126
F64Field.o N 00000131
F64Field.o N 0000013a
F64Field.o N 00000142
F64Field.o N 00000156
F64Field.o N 0000015e
F64Field.o N 0000016b
F64Field.o N 00000178
F64Field.o N 00000181
F64Field.o N 0000018a
F64Field.o N 00000195
F64Field.o N 00000199
F64Field.o N 0000019b
F64Field.o N 0000019d
F64Field.o N 000001a8
F64Field.o N 000001ab
F64Field.o N 000001ae
F64Field.o N 000001b1
F64Field.o N 000001b4
F64Field.o N 000001b8
F64Field.o N 000001c5
F64Field.o N 000001cc
F64Field.o N 000001d8
F64Field.o N 000001ea
F64Field.o N 000001f5
F64Field.o N 00000207
F64Field.o N 0000021b
F64Field.o N 0000021e
F64Field.o N 00000221
F64Field.o N 00000224
F64Field.o N 0000022a
F64Field.o N 0000022e
F64Field.o N 00000230
F64Field.o N 00000232
F64Field.o N 00000239
F64Field.o N 0000023b
F64Field.o N 00000240
F64Field.o N 0000024e
F64Field.o N 00000253
F64Field.o N 0000026a
F64Field.o N 00000275
F64Field.o N 0000027e
F64Field.o N 00000287
F64Field.o N 0000028e
F64Field.o N 00000290
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 0000010a
F80Field.o N 00000112
F80Field.o N 00000117
F80Field.o N 00000126
F80Field.o N 00000131
F80Field.o N 0000013a
F80Field.o N 00000142
F80Field.o N 00000156
F80Field.o N 0000015e
F80Field.o N 0000016b
F80Field.o N 00000178
F80Field.o N 00000181
F80Field.o N 0000018a
F80Field.o N 00000195
F80Field.o N 00000199
F80Field.o N 0000019b
F80Field.o N 0000019d
F80Field.o N 000001a8
F80Field.o N 000001ab
F80Field.o N 000001ae
F80Field.o N 000001b1
F80Field.o N 000001b4
F80Field.o N 000001b7
F80Field.o N 000001bb
F80Field.o N 000001c8
F80Field.o N 000001cf
F80Field.o N 000001db
F80Field.o N 000001ed
F80Field.o N 000001f8
F80Field.o N 0000020a
F80Field.o N 0000021e
F80Field.o N 00000220
F80Field.o N 00000225
F80Field.o N 00000227
F80Field.o N 0000022d
F80Field.o N 00000231
F80Field.o N 00000233
F80Field.o N 00000235
F80Field.o N 0000023c
F80Field.o N 0000023e
F80Field.o N 00000243
F80Field.o N 00000251
F80Field.o N 00000256
F80Field.o N 0000026d
F80Field.o N 00000278
F80Field.o N 00000281
F80Field.o N 0000028a
F80Field.o N 00000291
F80Field.o N 00000293
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 00000109
F8Field.o N 00000114
F8Field.o N 00000122
F8Field.o N 0000012c
F8Field.o N 00000134
F8Field.o N 00000148
F8Field.o N 00000157
F8Field.o N 00000164
F8Field.o N 0000016c
F8Field.o N 00000174
F8Field.o N 0000017b
F8Field.o N 00000181
F8Field.o N 00000183
F8Field.o N 0000018d
F8Field.o N 0000019e
F8Field.o N 000001b1
F8Field.o N 000001bd
F8Field.o N 000001c8
F8Field.o N 000001d2
F8Field.o N 000001d4
F8Field.o N 000001d9
F8Field.o N 000001de
F8Field.o N 000001f5
F8Field.o N 00000200
F8Field.o N 00000209
F8Field.o N 00000212
F8Field.o N 00000216
F8Field.o N 0000021d
F8Field.o N 0000021f
F8Field.o N 00000226
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 00000106
LUOV.o N 0000010c
LUOV.o N 00000117
LUOV.o N 0000012e
LUOV.o N 00000139
LUOV.o N 00000142
LUOV.o N 00000156
LUOV.o N 00000163
LUOV.o N 0000016a
LUOV.o N 0000016f
LUOV.o N 0000017e
LUOV.o N 00000189
LUOV.o N 00000192
LUOV.o N 0000019a
LUOV.o N 000001a2
LUOV.o N 000001aa
LUOV.o N 000001b8
LUOV.o N 000001c1
LUOV.o N 000001cf
LUOV.o N 000001d3
LUOV.o N 000001da
LUOV.o N 000001de
LUOV.o N 000001e5
LUOV.o N 000001eb
LUOV.o N 000001f0
LUOV.o N 000001fd
LUOV.o N 00000209
LUOV.o N 00000213
LUOV.o N 00000217
LUOV.o N 0000023c
LUOV.o N 0000025b
LUOV.o N 0000026d
LUOV.o N 0000027d
LUOV.o N 00000291
LUOV.o N 000002a5
LUOV.o N 000002bb
LUOV.o N 000002cd
LUOV.o N 000002e1
LUOV.o N 000002f7
LUOV.o N 00000309
LUOV.o N 0000031d
LUOV.o N 00000333
LUOV.o N 00000345
LUOV.o N 00000351
LUOV.o N 00000361
LUOV.o N 00000376
LUOV.o N 0000038c
LUOV.o N 0000039b
LUOV.o N 000003a8
LUOV.o N 000003aa
LUOV.o N 000003b4
LUOV.o N 000003c6
LUOV.o N 000003cd
LUOV.o N 000003cf
LUOV.o N 000003d4
LUOV.o N 000003d9
LUOV.o N 000003e2
LUOV.o N 000003e9
LUOV.o N 000003ec
LUOV.o N 000003f8
LUOV.o N 000003fa
LUOV.o N 00000404
LUOV.o N 00000406
LUOV.o N 0000040d
LUOV.o N 00000418
LUOV.o N 0000041b
LUOV.o N 0000041e
LUOV.o N 00000428
LUOV.o N 0000042a
LUOV.o N 0000042c
LUOV.o N 00000434
LUOV.o N 00000436
LUOV.o N 00000438
LUOV.o N 0000043a
LUOV.o N 0000043e
LUOV.o N 00000450
LUOV.o N 00000452
LUOV.o N 00000457
LUOV.o N 0000045c
LUOV.o N 00000462
LUOV.o N 00000469
LUOV.o N 0000046c
LUOV.o N 00000471
LUOV.o N 0000047c
LUOV.o N 0000048b
LUOV.o N 00000495
LUOV.o N 000004a4
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 0000010f
LinearAlgebra.o N 00000117
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000136
LinearAlgebra.o N 0000013f
LinearAlgebra.o N 00000147
LinearAlgebra.o N 0000015b
LinearAlgebra.o N 00000163
LinearAlgebra.o N 0000016d
LinearAlgebra.o N 00000172
LinearAlgebra.o N 00000176
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000188
LinearAlgebra.o N 00000195
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a4
LinearAlgebra.o N 000001a6
LinearAlgebra.o N 000001ab
LinearAlgebra.o N 000001b0
LinearAlgebra.o N 000001b5
LinearAlgebra.o N 000001be
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c4
LinearAlgebra.o N 000001cf
LinearAlgebra.o N 000001de
LinearAlgebra.o N 000001ea
LinearAlgebra.o N 000001f0
LinearAlgebra.o N 00000204
LinearAlgebra.o N 00000216
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 0000021f
LinearAlgebra.o N 00000223
LinearAlgebra.o N 00000227
LinearAlgebra.o N 0000022f
LinearAlgebra.o N 00000238
LinearAlgebra.o N 0000023f
LinearAlgebra.o N 00000249
LinearAlgebra.o N 0000024b
LinearAlgebra.o N 0000024f
LinearAlgebra.o N 00000258
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 00000108
buffer.o N 0000011f
buffer.o N 0000012a
buffer.o N 00000133
buffer.o N 0000013c
buffer.o N 0000013e
buffer.o N 00000143
buffer.o N 00000151
buffer.o N 00000156
buffer.o N 0000015f
buffer.o N 00000163
buffer.o N 0000016a
buffer.o N 0000016c
buffer.o N 00000174
buffer.o N 00000176
buffer.o N 0000017d
buffer.o N 00000181
buffer.o N 00000194
buffer.o N 00000196
buffer.o N 0000019b
buffer.o N 000001b0
buffer.o N 000001b4
buffer.o N 000001be
buffer.o N 000001c8
buffer.o N 000001d3
buffer.o N 000001d7
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 00000114
intermediateValues.o N 00000127
intermediateValues.o N 0000013c
intermediateValues.o N 00000150
intermediateValues.o N 00000165
intermediateValues.o N 00000175
intermediateValues.o N 0000017d
intermediateValues.o N 00000182
intermediateValues.o N 00000191
intermediateValues.o N 0000019c
intermediateValues.o N 000001a5
intermediateValues.o N 000001ad
intermediateValues.o N 000001c1
intermediateValues.o N 000001c9
intermediateValues.o N 000001cb
intermediateValues.o N 000001d0
intermediateValues.o N 000001d4
intermediateValues.o N 000001d9
intermediateValues.o N 000001df
intermediateValues.o N 000001e6
intermediateValues.o N 000001f5
intermediateValues.o N 000001f9
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 0000010b
keccakrng.o N 00000122
keccakrng.o N 0000012d
keccakrng.o N 00000136
keccakrng.o N 0000014a
keccakrng.o N 0000015a
keccakrng.o N 00000168
keccakrng.o N 0000016f
keccakrng.o N 00000175
keccakrng.o N 00000183
keccakrng.o N 00000197
keccakrng.o N 0000019c
keccakrng.o N 000001a9
keccakrng.o N 000001b5
keccakrng.o N 000001bf
keccakrng.o N 000001c3
keccakrng.o N 000001e8
keccakrng.o N 00000207
keccakrng.o N 00000219
keccakrng.o N 00000229
keccakrng.o N 0000023d
keccakrng.o N 00000242
keccakrng.o N 00000246
keccakrng.o N 00000251
keccakrng.o N 00000257
keccakrng.o N 0000025e
keccakrng.o N 00000263
keccakrng.o N 00000272
keccakrng.o N 0000027d
keccakrng.o N 00000286
keccakrng.o N 0000028e
keccakrng.o N 00000296
keccakrng.o N 0000029d
keccakrng.o N 0000029f
keccakrng.o N 000002a4
keccakrng.o N 000002a9
keccakrng.o N 000002b2
keccakrng.o N 000002b9
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 00000106
sign.o N 00000136
sign.o N 0000013a
sign.o N 00000162
sign.o N 0000018f
sign.o N 00000192
sign.o N 000001a0
sign.o N 000001a3
sign.o N 000001a6
sign.o N 000001b2
sign.o N 000001c6
sign.o N 000001c8
sign.o N 000001d3
sign.o N 000001ea
sign.o N 000001f5
sign.o N 000001fe
sign.o N 0000020b
sign.o N 00000215
sign.o N 00000218
sign.o N 00000223
sign.o N 00000226
sign.o N 00000230
sign.o N 00000232
sign.o N 00000237
sign.o N 0000023c
sign.o N 00000245
sign.o N 0000024c
sign.o N 00000252
sign.o N 00000257
sign.o N 00000259
sign.o N 0000025c
sign.o N 0000025e
sign.o N 00000265
sign.o N 0000026a
sign.o N 0000026d
sign.o N 00000277
sign.o N 00000279
sign.o N 0000027e
sign.o N 0000028d
sign.o N 00000298
sign.o N 000002a1
sign.o N 000002a9
sign.o N 000002b1
sign.o N 000002bb
sign.o N 000002bf
sign.o N 000002c3
sign.o N 000002c8
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 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 00000169
LUOV.o N 0000016e
LUOV.o N 0000017d
LUOV.o N 00000188
LUOV.o N 00000191
LUOV.o N 00000199
LUOV.o N 000001a1
LUOV.o N 000001a9
LUOV.o N 000001b7
LUOV.o N 000001c0
LUOV.o N 000001ce
LUOV.o N 000001d2
LUOV.o N 000001d9
LUOV.o N 000001dd
LUOV.o N 000001e4
LUOV.o N 000001ea
LUOV.o N 000001ef
LUOV.o N 000001fc
LUOV.o N 00000208
LUOV.o N 00000212
LUOV.o N 00000216
LUOV.o N 0000023b
LUOV.o N 0000025a
LUOV.o N 0000026c
LUOV.o N 0000027c
LUOV.o N 00000290
LUOV.o N 000002a4
LUOV.o N 000002ba
LUOV.o N 000002cc
LUOV.o N 000002e0
LUOV.o N 000002f6
LUOV.o N 00000308
LUOV.o N 0000031c
LUOV.o N 00000332
LUOV.o N 00000344
LUOV.o N 00000350
LUOV.o N 00000360
LUOV.o N 00000375
LUOV.o N 0000038b
LUOV.o N 0000039a
LUOV.o N 000003a7
LUOV.o N 000003a9
LUOV.o N 000003b3
LUOV.o N 000003c5
LUOV.o N 000003cc
LUOV.o N 000003ce
LUOV.o N 000003d3
LUOV.o N 000003d8
LUOV.o N 000003e1
LUOV.o N 000003e8
LUOV.o N 000003eb
LUOV.o N 000003f7
LUOV.o N 000003f9
LUOV.o N 00000403
LUOV.o N 00000405
LUOV.o N 0000040c
LUOV.o N 00000417
LUOV.o N 0000041a
LUOV.o N 0000041d
LUOV.o N 00000427
LUOV.o N 00000429
LUOV.o N 0000042b
LUOV.o N 00000433
LUOV.o N 00000435
LUOV.o N 00000437
LUOV.o N 00000439
LUOV.o N 0000043d
LUOV.o N 0000044f
LUOV.o N 00000451
LUOV.o N 00000456
LUOV.o N 0000045b
LUOV.o N 00000461
LUOV.o N 00000468
LUOV.o N 0000046b
LUOV.o N 00000470
LUOV.o N 0000047b
LUOV.o N 0000048a
LUOV.o N 00000494
LUOV.o N 000004a3
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 00000116
LinearAlgebra.o N 0000011b
LinearAlgebra.o N 0000012a
LinearAlgebra.o N 00000135
LinearAlgebra.o N 0000013e
LinearAlgebra.o N 00000146
LinearAlgebra.o N 0000015a
LinearAlgebra.o N 00000162
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000171
LinearAlgebra.o N 00000175
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 00000180
LinearAlgebra.o N 00000187
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000198
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001a5
LinearAlgebra.o N 000001aa
LinearAlgebra.o N 000001af
LinearAlgebra.o N 000001b4
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001c1
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001ce
LinearAlgebra.o N 000001dd
LinearAlgebra.o N 000001e9
LinearAlgebra.o N 000001ef
LinearAlgebra.o N 00000203
LinearAlgebra.o N 00000215
LinearAlgebra.o N 0000021c
LinearAlgebra.o N 0000021e
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022e
LinearAlgebra.o N 00000237
LinearAlgebra.o N 0000023e
LinearAlgebra.o N 00000248
LinearAlgebra.o N 0000024a
LinearAlgebra.o N 0000024e
LinearAlgebra.o N 00000257
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 00000181
intermediateValues.o N 00000190
intermediateValues.o N 0000019b
intermediateValues.o N 000001a4
intermediateValues.o N 000001ac
intermediateValues.o N 000001c0
intermediateValues.o N 000001c8
intermediateValues.o N 000001ca
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o N 000001d8
intermediateValues.o N 000001de
intermediateValues.o N 000001e5
intermediateValues.o N 000001f4
intermediateValues.o N 000001f8
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 00000262
keccakrng.o N 00000271
keccakrng.o N 0000027c
keccakrng.o N 00000285
keccakrng.o N 0000028d
keccakrng.o N 00000295
keccakrng.o N 0000029c
keccakrng.o N 0000029e
keccakrng.o N 000002a3
keccakrng.o N 000002a8
keccakrng.o N 000002b1
keccakrng.o N 000002b8
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 00000135
sign.o N 00000139
sign.o N 00000161
sign.o N 0000018e
sign.o N 00000191
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001a5
sign.o N 000001b1
sign.o N 000001c5
sign.o N 000001c7
sign.o N 000001d2
sign.o N 000001e9
sign.o N 000001f4
sign.o N 000001fd
sign.o N 0000020a
sign.o N 00000214
sign.o N 00000217
sign.o N 00000222
sign.o N 00000225
sign.o N 0000022f
sign.o N 00000231
sign.o N 00000236
sign.o N 0000023b
sign.o N 00000244
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000256
sign.o N 00000258
sign.o N 0000025b
sign.o N 0000025d
sign.o N 00000264
sign.o N 00000269
sign.o N 0000026c
sign.o N 00000276
sign.o N 00000278
sign.o N 0000027d
sign.o N 0000028c
sign.o N 00000297
sign.o N 000002a0
sign.o N 000002a8
sign.o N 000002b0
sign.o N 000002ba
sign.o N 000002be
sign.o N 000002c2
sign.o N 000002c7
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 0000010e
Bitcontainer.o N 00000125
Bitcontainer.o N 00000130
Bitcontainer.o N 00000139
Bitcontainer.o N 0000014c
Bitcontainer.o N 00000157
Bitcontainer.o N 0000016b
Bitcontainer.o N 00000178
Bitcontainer.o N 0000017f
Bitcontainer.o N 00000185
Bitcontainer.o N 00000193
Bitcontainer.o N 00000198
Bitcontainer.o N 000001a5
Bitcontainer.o N 000001b1
Bitcontainer.o N 000001bb
Bitcontainer.o N 000001bf
Bitcontainer.o N 000001e4
Bitcontainer.o N 00000203
Bitcontainer.o N 00000215
Bitcontainer.o N 00000225
Bitcontainer.o N 00000239
Bitcontainer.o N 0000023b
Bitcontainer.o N 0000023e
Bitcontainer.o N 00000255
Bitcontainer.o N 0000026e
Bitcontainer.o N 00000272
Bitcontainer.o N 00000279
Bitcontainer.o N 00000281
Bitcontainer.o N 0000029a
Bitcontainer.o N 0000029c
Bitcontainer.o N 000002a1
Bitcontainer.o N 000002a6
Bitcontainer.o N 000002af
Bitcontainer.o N 000002b6
Bitcontainer.o N 000002bb
Bitcontainer.o N 000002bd
Bitcontainer.o N 000002bf
Bitcontainer.o N 000002c1
Bitcontainer.o N 000002c8
Bitcontainer.o N 000002cc
Bitcontainer.o N 000002d0
Bitcontainer.o N 000002da
Bitcontainer.o N 000002de
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 0000010a
F16Field.o N 00000116
F16Field.o N 00000125
F16Field.o N 00000130
F16Field.o N 00000139
F16Field.o N 0000014d
F16Field.o N 0000015d
F16Field.o N 00000165
F16Field.o N 00000172
F16Field.o N 0000017b
F16Field.o N 00000184
F16Field.o N 0000018b
F16Field.o N 0000018d
F16Field.o N 00000198
F16Field.o N 000001a3
F16Field.o N 000001af
F16Field.o N 000001b1
F16Field.o N 000001bd
F16Field.o N 000001c2
F16Field.o N 000001c4
F16Field.o N 000001c8
F16Field.o N 000001d4
F16Field.o N 000001df
F16Field.o N 000001ee
F16Field.o N 000001f9
F16Field.o N 000001fd
F16Field.o N 0000020f
F16Field.o N 00000223
F16Field.o N 00000230
F16Field.o N 00000245
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 000002ea
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002f5
F16Field.o N 000002f7
F16Field.o N 000002f9
F16Field.o N 000002fb
F16Field.o N 000002fd
F16Field.o N 00000300
F16Field.o N 00000303
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 0000010a
F32Field.o N 00000117
F32Field.o N 00000120
F32Field.o N 00000129
F32Field.o N 00000134
F32Field.o N 00000137
F32Field.o N 00000146
F32Field.o N 00000151
F32Field.o N 0000015a
F32Field.o N 00000162
F32Field.o N 00000165
F32Field.o N 0000016d
F32Field.o N 00000171
F32Field.o N 00000183
F32Field.o N 00000197
F32Field.o N 000001a4
F32Field.o N 000001ab
F32Field.o N 000001ba
F32Field.o N 000001cc
F32Field.o N 000001d8
F32Field.o N 000001e3
F32Field.o N 000001ee
F32Field.o N 000001f2
F32Field.o N 000001f4
F32Field.o N 000001f9
F32Field.o N 00000207
F32Field.o N 0000020c
F32Field.o N 00000223
F32Field.o N 0000022e
F32Field.o N 00000237
F32Field.o N 00000240
F32Field.o N 00000247
F32Field.o N 00000249
F32Field.o N 0000024b
F32Field.o N 00000252
F32Field.o N 00000254
F32Field.o N 00000257
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 0000025f
F32Field.o N 00000265
F32Field.o N 0000026b
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 0000010a
F48Field.o N 00000117
F48Field.o N 00000126
F48Field.o N 00000131
F48Field.o N 0000013a
F48Field.o N 00000142
F48Field.o N 00000156
F48Field.o N 00000163
F48Field.o N 0000016c
F48Field.o N 00000175
F48Field.o N 00000180
F48Field.o N 00000185
F48Field.o N 0000018d
F48Field.o N 00000190
F48Field.o N 00000193
F48Field.o N 00000196
F48Field.o N 0000019a
F48Field.o N 000001ac
F48Field.o N 000001c0
F48Field.o N 000001cd
F48Field.o N 000001d4
F48Field.o N 000001e0
F48Field.o N 000001f2
F48Field.o N 000001fd
F48Field.o N 00000208
F48Field.o N 0000020c
F48Field.o N 0000020e
F48Field.o N 00000213
F48Field.o N 00000221
F48Field.o N 00000226
F48Field.o N 0000023d
F48Field.o N 00000248
F48Field.o N 00000251
F48Field.o N 0000025a
F48Field.o N 00000261
F48Field.o N 00000263
F48Field.o N 00000265
F48Field.o N 0000026c
F48Field.o N 0000026e
F48Field.o N 00000271
F48Field.o N 00000274
F48Field.o N 0000027a
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o N 00000282
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 0000010a
F64Field.o N 00000112
F64Field.o N 00000117
F64Field.o N 00000126
F64Field.o N 00000131
F64Field.o N 0000013a
F64Field.o N 00000142
F64Field.o N 00000156
F64Field.o N 0000015e
F64Field.o N 0000016b
F64Field.o N 00000178
F64Field.o N 00000181
F64Field.o N 0000018a
F64Field.o N 00000195
F64Field.o N 00000199
F64Field.o N 0000019b
F64Field.o N 0000019d
F64Field.o N 000001a8
F64Field.o N 000001ab
F64Field.o N 000001ae
F64Field.o N 000001b1
F64Field.o N 000001b4
F64Field.o N 000001b8
F64Field.o N 000001c5
F64Field.o N 000001cc
F64Field.o N 000001d8
F64Field.o N 000001ea
F64Field.o N 000001f5
F64Field.o N 00000207
F64Field.o N 0000021b
F64Field.o N 0000021e
F64Field.o N 00000221
F64Field.o N 00000224
F64Field.o N 0000022a
F64Field.o N 0000022e
F64Field.o N 00000230
F64Field.o N 00000232
F64Field.o N 00000239
F64Field.o N 0000023b
F64Field.o N 00000240
F64Field.o N 0000024e
F64Field.o N 00000253
F64Field.o N 0000026a
F64Field.o N 00000275
F64Field.o N 0000027e
F64Field.o N 00000287
F64Field.o N 0000028e
F64Field.o N 00000290
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 0000010a
F80Field.o N 00000112
F80Field.o N 00000117
F80Field.o N 00000126
F80Field.o N 00000131
F80Field.o N 0000013a
F80Field.o N 00000142
F80Field.o N 00000156
F80Field.o N 0000015e
F80Field.o N 0000016b
F80Field.o N 00000178
F80Field.o N 00000181
F80Field.o N 0000018a
F80Field.o N 00000195
F80Field.o N 00000199
F80Field.o N 0000019b
F80Field.o N 0000019d
F80Field.o N 000001a8
F80Field.o N 000001ab
F80Field.o N 000001ae
F80Field.o N 000001b1
F80Field.o N 000001b4
F80Field.o N 000001b7
F80Field.o N 000001bb
F80Field.o N 000001c8
F80Field.o N 000001cf
F80Field.o N 000001db
F80Field.o N 000001ed
F80Field.o N 000001f8
F80Field.o N 0000020a
F80Field.o N 0000021e
F80Field.o N 00000223
F80Field.o N 00000225
F80Field.o N 00000227
F80Field.o N 0000022d
F80Field.o N 00000231
F80Field.o N 00000233
F80Field.o N 00000235
F80Field.o N 0000023c
F80Field.o N 0000023e
F80Field.o N 00000243
F80Field.o N 00000251
F80Field.o N 00000256
F80Field.o N 0000026d
F80Field.o N 00000278
F80Field.o N 00000281
F80Field.o N 0000028a
F80Field.o N 00000291
F80Field.o N 00000293
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 00000109
F8Field.o N 00000114
F8Field.o N 00000122
F8Field.o N 0000012c
F8Field.o N 00000134
F8Field.o N 00000148
F8Field.o N 00000157
F8Field.o N 00000164
F8Field.o N 0000016c
F8Field.o N 00000174
F8Field.o N 0000017b
F8Field.o N 00000181
F8Field.o N 00000183
F8Field.o N 0000018d
F8Field.o N 0000019e
F8Field.o N 000001b1
F8Field.o N 000001bd
F8Field.o N 000001c8
F8Field.o N 000001d2
F8Field.o N 000001d4
F8Field.o N 000001d9
F8Field.o N 000001de
F8Field.o N 000001f5
F8Field.o N 00000200
F8Field.o N 00000209
F8Field.o N 00000212
F8Field.o N 00000216
F8Field.o N 0000021d
F8Field.o N 0000021f
F8Field.o N 00000226
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 00000106
LUOV.o N 0000010c
LUOV.o N 00000117
LUOV.o N 0000012e
LUOV.o N 00000139
LUOV.o N 00000142
LUOV.o N 00000156
LUOV.o N 00000163
LUOV.o N 0000016a
LUOV.o N 0000016f
LUOV.o N 0000017e
LUOV.o N 00000189
LUOV.o N 00000192
LUOV.o N 0000019a
LUOV.o N 000001a2
LUOV.o N 000001aa
LUOV.o N 000001be
LUOV.o N 000001d4
LUOV.o N 000001e6
LUOV.o N 000001fa
LUOV.o N 00000210
LUOV.o N 00000222
LUOV.o N 00000236
LUOV.o N 0000024c
LUOV.o N 0000025e
LUOV.o N 0000026a
LUOV.o N 0000027a
LUOV.o N 0000028f
LUOV.o N 000002a5
LUOV.o N 000002b3
LUOV.o N 000002c2
LUOV.o N 000002cf
LUOV.o N 000002d1
LUOV.o N 000002db
LUOV.o N 000002ed
LUOV.o N 000002f4
LUOV.o N 000002f8
LUOV.o N 000002fa
LUOV.o N 000002ff
LUOV.o N 0000030d
LUOV.o N 00000312
LUOV.o N 0000031b
LUOV.o N 00000322
LUOV.o N 00000325
LUOV.o N 00000331
LUOV.o N 00000333
LUOV.o N 0000033d
LUOV.o N 0000033f
LUOV.o N 00000346
LUOV.o N 00000351
LUOV.o N 00000358
LUOV.o N 0000035e
LUOV.o N 00000363
LUOV.o N 00000370
LUOV.o N 0000037c
LUOV.o N 00000386
LUOV.o N 000003ab
LUOV.o N 000003ca
LUOV.o N 000003dc
LUOV.o N 000003ec
LUOV.o N 00000400
LUOV.o N 00000403
LUOV.o N 00000406
LUOV.o N 00000410
LUOV.o N 00000412
LUOV.o N 00000414
LUOV.o N 0000041c
LUOV.o N 0000041e
LUOV.o N 00000420
LUOV.o N 00000422
LUOV.o N 00000426
LUOV.o N 00000438
LUOV.o N 0000043f
LUOV.o N 00000441
LUOV.o N 00000446
LUOV.o N 0000044b
LUOV.o N 00000451
LUOV.o N 00000458
LUOV.o N 0000045b
LUOV.o N 00000460
LUOV.o N 0000046b
LUOV.o N 0000047a
LUOV.o N 00000484
LUOV.o N 00000493
LUOV.o N 0000049c
LUOV.o N 000004a0
LUOV.o N 000004a4
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 0000010f
LinearAlgebra.o N 00000117
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000136
LinearAlgebra.o N 0000013f
LinearAlgebra.o N 00000147
LinearAlgebra.o N 0000015b
LinearAlgebra.o N 00000163
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 0000016e
LinearAlgebra.o N 00000173
LinearAlgebra.o N 00000177
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000189
LinearAlgebra.o N 0000018e
LinearAlgebra.o N 00000193
LinearAlgebra.o N 00000198
LinearAlgebra.o N 000001a2
LinearAlgebra.o N 000001ad
LinearAlgebra.o N 000001bc
LinearAlgebra.o N 000001c8
LinearAlgebra.o N 000001d1
LinearAlgebra.o N 000001d7
LinearAlgebra.o N 000001eb
LinearAlgebra.o N 000001fd
LinearAlgebra.o N 0000020a
LinearAlgebra.o N 0000020e
LinearAlgebra.o N 00000210
LinearAlgebra.o N 00000217
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 00000225
LinearAlgebra.o N 00000227
LinearAlgebra.o N 0000022f
LinearAlgebra.o N 00000238
LinearAlgebra.o N 0000023f
LinearAlgebra.o N 00000249
LinearAlgebra.o N 0000024b
LinearAlgebra.o N 0000024f
LinearAlgebra.o N 00000258
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 00000108
buffer.o N 0000011f
buffer.o N 0000012a
buffer.o N 00000133
buffer.o N 0000013b
buffer.o N 00000149
buffer.o N 0000014b
buffer.o N 00000150
buffer.o N 00000155
buffer.o N 0000015e
buffer.o N 00000162
buffer.o N 00000169
buffer.o N 0000016d
buffer.o N 00000180
buffer.o N 00000182
buffer.o N 00000189
buffer.o N 0000018b
buffer.o N 00000190
buffer.o N 00000199
buffer.o N 000001ae
buffer.o N 000001b8
buffer.o N 000001c2
buffer.o N 000001cd
buffer.o N 000001cf
buffer.o N 000001d3
buffer.o N 000001d7
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 00000114
intermediateValues.o N 00000127
intermediateValues.o N 0000013c
intermediateValues.o N 00000150
intermediateValues.o N 00000165
intermediateValues.o N 00000175
intermediateValues.o N 0000017d
intermediateValues.o N 00000182
intermediateValues.o N 00000191
intermediateValues.o N 0000019c
intermediateValues.o N 000001a5
intermediateValues.o N 000001ad
intermediateValues.o N 000001c1
intermediateValues.o N 000001c9
intermediateValues.o N 000001cb
intermediateValues.o N 000001d0
intermediateValues.o N 000001d4
intermediateValues.o N 000001d9
intermediateValues.o N 000001df
intermediateValues.o N 000001e6
intermediateValues.o N 000001f5
intermediateValues.o N 000001f9
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 0000010b
keccakrng.o N 00000122
keccakrng.o N 0000012d
keccakrng.o N 00000136
keccakrng.o N 0000014a
keccakrng.o N 0000015a
keccakrng.o N 00000168
keccakrng.o N 0000016f
keccakrng.o N 00000175
keccakrng.o N 00000183
keccakrng.o N 00000197
keccakrng.o N 0000019c
keccakrng.o N 000001a9
keccakrng.o N 000001b5
keccakrng.o N 000001bf
keccakrng.o N 000001c3
keccakrng.o N 000001e8
keccakrng.o N 00000207
keccakrng.o N 00000219
keccakrng.o N 00000229
keccakrng.o N 0000023d
keccakrng.o N 00000242
keccakrng.o N 00000246
keccakrng.o N 00000251
keccakrng.o N 00000257
keccakrng.o N 0000025e
keccakrng.o N 00000263
keccakrng.o N 00000272
keccakrng.o N 0000027d
keccakrng.o N 00000286
keccakrng.o N 0000028e
keccakrng.o N 00000296
keccakrng.o N 0000029d
keccakrng.o N 0000029f
keccakrng.o N 000002a4
keccakrng.o N 000002a9
keccakrng.o N 000002b2
keccakrng.o N 000002b9
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 00000106
sign.o N 00000136
sign.o N 0000013a
sign.o N 00000162
sign.o N 0000018f
sign.o N 00000192
sign.o N 000001a0
sign.o N 000001a3
sign.o N 000001a6
sign.o N 000001b2
sign.o N 000001c6
sign.o N 000001c8
sign.o N 000001d3
sign.o N 000001ea
sign.o N 000001f5
sign.o N 000001fe
sign.o N 0000020b
sign.o N 00000215
sign.o N 00000218
sign.o N 00000223
sign.o N 00000226
sign.o N 00000230
sign.o N 00000232
sign.o N 00000237
sign.o N 0000023c
sign.o N 00000245
sign.o N 0000024c
sign.o N 00000252
sign.o N 00000257
sign.o N 00000259
sign.o N 0000025c
sign.o N 0000025e
sign.o N 00000265
sign.o N 0000026a
sign.o N 0000026d
sign.o N 00000277
sign.o N 00000279
sign.o N 0000027e
sign.o N 0000028d
sign.o N 00000298
sign.o N 000002a1
sign.o N 000002a9
sign.o N 000002b1
sign.o N 000002bb
sign.o N 000002bf
sign.o N 000002c3
sign.o N 000002c8
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 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 00000169
LUOV.o N 0000016e
LUOV.o N 0000017d
LUOV.o N 00000188
LUOV.o N 00000191
LUOV.o N 00000199
LUOV.o N 000001a1
LUOV.o N 000001a9
LUOV.o N 000001b7
LUOV.o N 000001c0
LUOV.o N 000001ce
LUOV.o N 000001d2
LUOV.o N 000001d9
LUOV.o N 000001dd
LUOV.o N 000001e4
LUOV.o N 000001ea
LUOV.o N 000001ef
LUOV.o N 000001fc
LUOV.o N 00000208
LUOV.o N 00000212
LUOV.o N 00000216
LUOV.o N 0000023b
LUOV.o N 0000025a
LUOV.o N 0000026c
LUOV.o N 0000027c
LUOV.o N 00000290
LUOV.o N 000002a4
LUOV.o N 000002ba
LUOV.o N 000002cc
LUOV.o N 000002e0
LUOV.o N 000002f6
LUOV.o N 00000308
LUOV.o N 0000031c
LUOV.o N 00000332
LUOV.o N 00000344
LUOV.o N 00000350
LUOV.o N 00000360
LUOV.o N 00000375
LUOV.o N 0000038b
LUOV.o N 0000039a
LUOV.o N 000003a7
LUOV.o N 000003a9
LUOV.o N 000003b3
LUOV.o N 000003c5
LUOV.o N 000003cc
LUOV.o N 000003ce
LUOV.o N 000003d3
LUOV.o N 000003d8
LUOV.o N 000003e1
LUOV.o N 000003e8
LUOV.o N 000003eb
LUOV.o N 000003f7
LUOV.o N 000003f9
LUOV.o N 00000403
LUOV.o N 00000405
LUOV.o N 0000040c
LUOV.o N 00000417
LUOV.o N 0000041a
LUOV.o N 0000041d
LUOV.o N 00000427
LUOV.o N 00000429
LUOV.o N 0000042b
LUOV.o N 00000433
LUOV.o N 00000435
LUOV.o N 00000437
LUOV.o N 00000439
LUOV.o N 0000043d
LUOV.o N 0000044f
LUOV.o N 00000451
LUOV.o N 00000456
LUOV.o N 0000045b
LUOV.o N 00000461
LUOV.o N 00000468
LUOV.o N 0000046b
LUOV.o N 00000470
LUOV.o N 0000047b
LUOV.o N 0000048a
LUOV.o N 00000494
LUOV.o N 000004a3
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 00000116
LinearAlgebra.o N 0000011b
LinearAlgebra.o N 0000012a
LinearAlgebra.o N 00000135
LinearAlgebra.o N 0000013e
LinearAlgebra.o N 00000146
LinearAlgebra.o N 0000015a
LinearAlgebra.o N 00000162
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000171
LinearAlgebra.o N 00000175
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 00000180
LinearAlgebra.o N 00000187
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000198
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001a5
LinearAlgebra.o N 000001aa
LinearAlgebra.o N 000001af
LinearAlgebra.o N 000001b4
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001c1
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001ce
LinearAlgebra.o N 000001dd
LinearAlgebra.o N 000001e9
LinearAlgebra.o N 000001ef
LinearAlgebra.o N 00000203
LinearAlgebra.o N 00000215
LinearAlgebra.o N 0000021c
LinearAlgebra.o N 0000021e
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022e
LinearAlgebra.o N 00000237
LinearAlgebra.o N 0000023e
LinearAlgebra.o N 00000248
LinearAlgebra.o N 0000024a
LinearAlgebra.o N 0000024e
LinearAlgebra.o N 00000257
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 00000181
intermediateValues.o N 00000190
intermediateValues.o N 0000019b
intermediateValues.o N 000001a4
intermediateValues.o N 000001ac
intermediateValues.o N 000001c0
intermediateValues.o N 000001c8
intermediateValues.o N 000001ca
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o N 000001d8
intermediateValues.o N 000001de
intermediateValues.o N 000001e5
intermediateValues.o N 000001f4
intermediateValues.o N 000001f8
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 00000262
keccakrng.o N 00000271
keccakrng.o N 0000027c
keccakrng.o N 00000285
keccakrng.o N 0000028d
keccakrng.o N 00000295
keccakrng.o N 0000029c
keccakrng.o N 0000029e
keccakrng.o N 000002a3
keccakrng.o N 000002a8
keccakrng.o N 000002b1
keccakrng.o N 000002b8
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 00000135
sign.o N 00000139
sign.o N 00000161
sign.o N 0000018e
sign.o N 00000191
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001a5
sign.o N 000001b0
sign.o N 000001c4
sign.o N 000001c7
sign.o N 000001d2
sign.o N 000001e9
sign.o N 000001f4
sign.o N 000001fd
sign.o N 0000020a
sign.o N 00000214
sign.o N 00000217
sign.o N 00000223
sign.o N 00000225
sign.o N 0000022f
sign.o N 00000231
sign.o N 00000236
sign.o N 0000023b
sign.o N 00000244
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000256
sign.o N 00000258
sign.o N 0000025b
sign.o N 0000025d
sign.o N 00000264
sign.o N 00000269
sign.o N 0000026c
sign.o N 00000276
sign.o N 00000278
sign.o N 0000027d
sign.o N 0000028c
sign.o N 00000297
sign.o N 000002a0
sign.o N 000002a8
sign.o N 000002b0
sign.o N 000002ba
sign.o N 000002be
sign.o N 000002c2
sign.o N 000002c7
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) |