Test results for armeabi, bblack, crypto_sign/luov4849242
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_sign
Test results for armeabi, bblack, crypto_sign
Test results for crypto_sign/luov4849242
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: luov4849242
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
324010544 | 552727 0 0 | 577970 468 1512 | T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
326303520 | 550807 0 0 | 574402 460 1512 | T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
326880944 | 552727 0 0 | 577970 468 1512 | T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
328164552 | 549340 0 0 | 571211 508 1512 | T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
331109928 | 545812 0 0 | 566683 508 1512 | T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
332261920 | 558191 0 0 | 582930 468 1520 | T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
343306760 | 558059 0 0 | 591618 468 1520 | T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
348034680 | 543820 0 0 | 565027 500 1512 | T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
348543072 | 548580 0 0 | 569503 508 1512 | T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
392004264 | 414534 36 0 | 318802 476 1520 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
392814920 | 409862 36 0 | 306138 476 1512 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
393301208 | 408090 36 0 | 302706 468 1512 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
396702208 | 414526 36 0 | 309978 476 1520 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
400036168 | 409862 36 0 | 306138 476 1512 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
425674024 | 403296 36 0 | 294991 516 1512 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
433024624 | 406708 36 0 | 299411 516 1512 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
442754208 | 403090 36 0 | 294715 516 1512 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
487088448 | 402078 36 0 | 294795 508 1512 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240716 |
Compiler output
F64Field.c: F64Field.c: In function 'f64addInPlace':
F64Field.c: F64Field.c:43:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F64Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F64Field.c: ~^~~~~~~~~~~~~~~~~~~~~
F64Field.c: F64Field.c:43:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F64Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F64Field.c: ~^~~~~~~~~~~~~~~~~~~~~
F80Field.c: F80Field.c: In function 'f80addInPlace':
F80Field.c: F80Field.c:55:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F80Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F80Field.c: ~^~~~~~~~~~~~~~~~~~~~~
F80Field.c: F80Field.c:55:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F80Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F80Field.c: ~^~~~~~~~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000113
Bitcontainer.o N 0000012c
Bitcontainer.o N 00000133
Bitcontainer.o N 00000139
Bitcontainer.o N 00000147
Bitcontainer.o N 0000015b
Bitcontainer.o N 00000160
Bitcontainer.o N 0000016d
Bitcontainer.o N 00000179
Bitcontainer.o N 00000183
Bitcontainer.o N 00000187
Bitcontainer.o N 000001ac
Bitcontainer.o N 000001cb
Bitcontainer.o N 000001dd
Bitcontainer.o N 000001ed
Bitcontainer.o N 00000201
Bitcontainer.o N 00000205
Bitcontainer.o N 0000021c
Bitcontainer.o N 00000227
Bitcontainer.o N 00000230
Bitcontainer.o N 00000235
Bitcontainer.o squeezeBitcontainerArray 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 00000157
LUOV.o N 0000015c
LUOV.o N 0000016b
LUOV.o N 00000176
LUOV.o N 0000017f
LUOV.o N 00000187
LUOV.o N 0000018f
LUOV.o N 00000197
LUOV.o N 000001a5
LUOV.o N 000001ae
LUOV.o N 000001bc
LUOV.o N 000001c0
LUOV.o N 000001c7
LUOV.o N 000001ce
LUOV.o N 000001d4
LUOV.o N 000001d9
LUOV.o N 000001e6
LUOV.o N 000001f2
LUOV.o N 000001fc
LUOV.o N 00000200
LUOV.o N 00000225
LUOV.o N 00000244
LUOV.o N 00000256
LUOV.o N 00000266
LUOV.o N 0000027a
LUOV.o N 0000027e
LUOV.o N 0000028f
LUOV.o N 00000291
LUOV.o N 00000293
LUOV.o N 00000295
LUOV.o N 000002a1
LUOV.o N 000002ad
LUOV.o N 000002c0
LUOV.o N 000002d3
LUOV.o N 000002e5
LUOV.o N 000002f9
LUOV.o N 0000030f
LUOV.o N 00000321
LUOV.o N 00000335
LUOV.o N 0000034b
LUOV.o N 0000035d
LUOV.o N 00000371
LUOV.o N 00000387
LUOV.o N 00000399
LUOV.o N 000003a5
LUOV.o N 000003b5
LUOV.o N 000003ca
LUOV.o N 000003e0
LUOV.o N 000003ef
LUOV.o N 000003fc
LUOV.o N 000003fe
LUOV.o N 00000408
LUOV.o N 0000041a
LUOV.o N 00000421
LUOV.o N 00000423
LUOV.o N 00000428
LUOV.o N 0000042b
LUOV.o N 0000042e
LUOV.o N 00000431
LUOV.o N 00000434
LUOV.o N 00000437
LUOV.o N 0000043a
LUOV.o N 0000043c
LUOV.o N 00000441
LUOV.o N 00000446
LUOV.o N 0000044f
LUOV.o N 00000456
LUOV.o N 00000459
LUOV.o N 00000465
LUOV.o N 00000467
LUOV.o N 00000471
LUOV.o N 00000473
LUOV.o N 0000047a
LUOV.o N 00000485
LUOV.o N 00000488
LUOV.o N 0000048b
LUOV.o N 00000495
LUOV.o N 00000497
LUOV.o N 0000049f
LUOV.o N 000004a1
LUOV.o N 000004a3
LUOV.o N 000004a5
LUOV.o N 000004a7
LUOV.o N 000004ac
LUOV.o N 000004b0
LUOV.o N 000004b6
LUOV.o N 000004b8
LUOV.o N 000004bd
LUOV.o N 000004c2
LUOV.o N 000004c8
LUOV.o N 000004cf
LUOV.o N 000004e1
LUOV.o N 000004e6
LUOV.o N 000004f1
LUOV.o N 00000500
LUOV.o N 0000050a
LUOV.o N 00000519
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 000001f3
sign.o N 000001fe
sign.o N 00000207
sign.o N 00000211
sign.o N 00000214
sign.o N 0000021f
sign.o N 00000222
sign.o N 0000022c
sign.o N 0000022e
sign.o N 00000233
sign.o N 00000238
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000253
sign.o N 00000258
sign.o N 0000025a
sign.o N 00000261
sign.o N 00000266
sign.o N 00000269
sign.o N 00000273
sign.o N 00000275
sign.o N 0000027a
sign.o N 00000289
sign.o N 00000294
sign.o N 0000029d
sign.o N 000002a5
sign.o N 000002ad
sign.o N 000002b7
sign.o N 000002bb
sign.o N 000002bf
sign.o N 000002c4
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 0000012c
Bitcontainer.o N 00000133
Bitcontainer.o N 00000139
Bitcontainer.o N 00000147
Bitcontainer.o N 0000015b
Bitcontainer.o N 00000160
Bitcontainer.o N 0000016d
Bitcontainer.o N 00000179
Bitcontainer.o N 00000183
Bitcontainer.o N 00000187
Bitcontainer.o N 000001ac
Bitcontainer.o N 000001cb
Bitcontainer.o N 000001dd
Bitcontainer.o N 000001ed
Bitcontainer.o N 00000201
Bitcontainer.o N 00000205
Bitcontainer.o N 0000021c
Bitcontainer.o N 00000227
Bitcontainer.o N 00000230
Bitcontainer.o N 00000235
Bitcontainer.o squeezeBitcontainerArray 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 00000157
LUOV.o N 0000015c
LUOV.o N 0000016b
LUOV.o N 00000176
LUOV.o N 0000017f
LUOV.o N 00000187
LUOV.o N 0000018f
LUOV.o N 00000197
LUOV.o N 000001a5
LUOV.o N 000001ae
LUOV.o N 000001bc
LUOV.o N 000001c0
LUOV.o N 000001c7
LUOV.o N 000001ce
LUOV.o N 000001d4
LUOV.o N 000001d9
LUOV.o N 000001e6
LUOV.o N 000001f2
LUOV.o N 000001fc
LUOV.o N 00000200
LUOV.o N 00000225
LUOV.o N 00000244
LUOV.o N 00000256
LUOV.o N 00000266
LUOV.o N 0000027a
LUOV.o N 0000027e
LUOV.o N 0000028f
LUOV.o N 00000291
LUOV.o N 00000293
LUOV.o N 00000295
LUOV.o N 000002a1
LUOV.o N 000002ad
LUOV.o N 000002c0
LUOV.o N 000002d3
LUOV.o N 000002e5
LUOV.o N 000002f9
LUOV.o N 0000030f
LUOV.o N 00000321
LUOV.o N 00000335
LUOV.o N 0000034b
LUOV.o N 0000035d
LUOV.o N 00000371
LUOV.o N 00000387
LUOV.o N 00000399
LUOV.o N 000003a5
LUOV.o N 000003b5
LUOV.o N 000003ca
LUOV.o N 000003e0
LUOV.o N 000003ef
LUOV.o N 000003fc
LUOV.o N 000003fe
LUOV.o N 00000408
LUOV.o N 0000041a
LUOV.o N 00000421
LUOV.o N 00000423
LUOV.o N 00000428
LUOV.o N 0000042b
LUOV.o N 0000042e
LUOV.o N 00000431
LUOV.o N 00000434
LUOV.o N 00000437
LUOV.o N 0000043a
LUOV.o N 0000043c
LUOV.o N 00000441
LUOV.o N 00000446
LUOV.o N 0000044f
LUOV.o N 00000456
LUOV.o N 00000459
LUOV.o N 00000465
LUOV.o N 00000467
LUOV.o N 00000471
LUOV.o N 00000473
LUOV.o N 0000047a
LUOV.o N 00000485
LUOV.o N 00000488
LUOV.o N 0000048b
LUOV.o N 00000495
LUOV.o N 00000497
LUOV.o N 0000049f
LUOV.o N 000004a1
LUOV.o N 000004a3
LUOV.o N 000004a5
LUOV.o N 000004a7
LUOV.o N 000004ac
LUOV.o N 000004b0
LUOV.o N 000004b6
LUOV.o N 000004b8
LUOV.o N 000004bd
LUOV.o N 000004c2
LUOV.o N 000004c8
LUOV.o N 000004cf
LUOV.o N 000004e1
LUOV.o N 000004e6
LUOV.o N 000004f1
LUOV.o N 00000500
LUOV.o N 0000050a
LUOV.o N 00000519
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 000001af
LinearAlgebra.o N 000001b1
LinearAlgebra.o N 000001b7
LinearAlgebra.o N 000001bf
LinearAlgebra.o N 000001c9
LinearAlgebra.o N 000001d2
LinearAlgebra.o N 000001d9
LinearAlgebra.o N 000001db
LinearAlgebra.o N 000001dd
LinearAlgebra.o N 000001e6
LinearAlgebra.o N 000001eb
LinearAlgebra.o N 000001f0
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 000001f3
sign.o N 000001fe
sign.o N 00000207
sign.o N 00000211
sign.o N 00000214
sign.o N 0000021f
sign.o N 00000222
sign.o N 0000022c
sign.o N 0000022e
sign.o N 00000233
sign.o N 00000238
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000253
sign.o N 00000258
sign.o N 0000025a
sign.o N 00000261
sign.o N 00000266
sign.o N 00000269
sign.o N 00000273
sign.o N 00000275
sign.o N 0000027a
sign.o N 00000289
sign.o N 00000294
sign.o N 0000029d
sign.o N 000002a5
sign.o N 000002ad
sign.o N 000002b7
sign.o N 000002bb
sign.o N 000002bf
sign.o N 000002c4
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 0000012b
Bitcontainer.o N 00000132
Bitcontainer.o N 00000138
Bitcontainer.o N 00000146
Bitcontainer.o N 0000015a
Bitcontainer.o N 0000015f
Bitcontainer.o N 0000016c
Bitcontainer.o N 00000178
Bitcontainer.o N 00000182
Bitcontainer.o N 00000186
Bitcontainer.o N 000001ab
Bitcontainer.o N 000001ca
Bitcontainer.o N 000001dc
Bitcontainer.o N 000001ec
Bitcontainer.o N 00000200
Bitcontainer.o N 00000204
Bitcontainer.o N 0000021b
Bitcontainer.o N 00000226
Bitcontainer.o N 0000022f
Bitcontainer.o N 00000234
Bitcontainer.o squeezeBitcontainerArray 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 00000156
LUOV.o N 0000015b
LUOV.o N 0000016a
LUOV.o N 00000175
LUOV.o N 0000017e
LUOV.o N 00000186
LUOV.o N 0000018e
LUOV.o N 00000196
LUOV.o N 000001a4
LUOV.o N 000001ad
LUOV.o N 000001bb
LUOV.o N 000001bf
LUOV.o N 000001c6
LUOV.o N 000001cd
LUOV.o N 000001d3
LUOV.o N 000001d8
LUOV.o N 000001e5
LUOV.o N 000001f1
LUOV.o N 000001fb
LUOV.o N 000001ff
LUOV.o N 00000224
LUOV.o N 00000243
LUOV.o N 00000255
LUOV.o N 00000265
LUOV.o N 00000279
LUOV.o N 0000027d
LUOV.o N 0000028e
LUOV.o N 00000290
LUOV.o N 00000292
LUOV.o N 00000294
LUOV.o N 000002a0
LUOV.o N 000002ac
LUOV.o N 000002bf
LUOV.o N 000002d2
LUOV.o N 000002e4
LUOV.o N 000002f8
LUOV.o N 0000030e
LUOV.o N 00000320
LUOV.o N 00000334
LUOV.o N 0000034a
LUOV.o N 0000035c
LUOV.o N 00000370
LUOV.o N 00000386
LUOV.o N 00000398
LUOV.o N 000003a4
LUOV.o N 000003b4
LUOV.o N 000003c9
LUOV.o N 000003df
LUOV.o N 000003ee
LUOV.o N 000003fb
LUOV.o N 000003fd
LUOV.o N 00000407
LUOV.o N 00000419
LUOV.o N 00000420
LUOV.o N 00000422
LUOV.o N 00000427
LUOV.o N 0000042a
LUOV.o N 0000042d
LUOV.o N 00000430
LUOV.o N 00000433
LUOV.o N 00000436
LUOV.o N 00000439
LUOV.o N 0000043b
LUOV.o N 00000440
LUOV.o N 00000445
LUOV.o N 0000044e
LUOV.o N 00000455
LUOV.o N 00000458
LUOV.o N 00000464
LUOV.o N 00000466
LUOV.o N 00000470
LUOV.o N 00000472
LUOV.o N 00000479
LUOV.o N 00000484
LUOV.o N 00000487
LUOV.o N 0000048a
LUOV.o N 00000494
LUOV.o N 00000496
LUOV.o N 0000049e
LUOV.o N 000004a0
LUOV.o N 000004a2
LUOV.o N 000004a4
LUOV.o N 000004a6
LUOV.o N 000004ab
LUOV.o N 000004af
LUOV.o N 000004b5
LUOV.o N 000004b7
LUOV.o N 000004bc
LUOV.o N 000004c1
LUOV.o N 000004c7
LUOV.o N 000004ce
LUOV.o N 000004e0
LUOV.o N 000004e5
LUOV.o N 000004f0
LUOV.o N 000004ff
LUOV.o N 00000509
LUOV.o N 00000518
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 000001c5
sign.o N 000001d9
sign.o N 000001db
sign.o N 000001f2
sign.o N 000001fd
sign.o N 00000206
sign.o N 00000210
sign.o N 00000213
sign.o N 0000021e
sign.o N 00000221
sign.o N 0000022b
sign.o N 0000022d
sign.o N 00000232
sign.o N 00000237
sign.o N 00000240
sign.o N 00000247
sign.o N 0000024a
sign.o N 00000250
sign.o N 00000252
sign.o N 00000257
sign.o N 00000259
sign.o N 00000260
sign.o N 00000265
sign.o N 00000268
sign.o N 00000272
sign.o N 00000274
sign.o N 00000279
sign.o N 00000288
sign.o N 00000293
sign.o N 0000029c
sign.o N 000002a4
sign.o N 000002ac
sign.o N 000002b6
sign.o N 000002ba
sign.o N 000002be
sign.o N 000002c3
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 0000012c
Bitcontainer.o N 00000133
Bitcontainer.o N 00000139
Bitcontainer.o N 00000147
Bitcontainer.o N 0000015b
Bitcontainer.o N 00000160
Bitcontainer.o N 0000016d
Bitcontainer.o N 00000179
Bitcontainer.o N 00000183
Bitcontainer.o N 00000187
Bitcontainer.o N 000001ac
Bitcontainer.o N 000001cb
Bitcontainer.o N 000001dd
Bitcontainer.o N 000001ed
Bitcontainer.o N 00000201
Bitcontainer.o N 00000205
Bitcontainer.o N 0000021c
Bitcontainer.o N 00000227
Bitcontainer.o N 00000230
Bitcontainer.o N 00000235
Bitcontainer.o squeezeBitcontainerArray 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 00000157
LUOV.o N 0000015c
LUOV.o N 0000016b
LUOV.o N 00000176
LUOV.o N 0000017f
LUOV.o N 00000187
LUOV.o N 0000018f
LUOV.o N 00000197
LUOV.o N 000001a8
LUOV.o N 000001aa
LUOV.o N 000001ac
LUOV.o N 000001ae
LUOV.o N 000001ba
LUOV.o N 000001c6
LUOV.o N 000001d9
LUOV.o N 000001ec
LUOV.o N 000001fe
LUOV.o N 00000212
LUOV.o N 00000228
LUOV.o N 0000023a
LUOV.o N 0000024e
LUOV.o N 00000264
LUOV.o N 00000276
LUOV.o N 0000028a
LUOV.o N 000002a0
LUOV.o N 000002b2
LUOV.o N 000002be
LUOV.o N 000002ce
LUOV.o N 000002e3
LUOV.o N 000002f9
LUOV.o N 00000307
LUOV.o N 00000316
LUOV.o N 00000323
LUOV.o N 00000325
LUOV.o N 0000032f
LUOV.o N 00000341
LUOV.o N 00000348
LUOV.o N 0000034c
LUOV.o N 0000035a
LUOV.o N 0000035c
LUOV.o N 00000361
LUOV.o N 00000364
LUOV.o N 00000367
LUOV.o N 0000036a
LUOV.o N 0000036d
LUOV.o N 00000370
LUOV.o N 00000373
LUOV.o N 00000375
LUOV.o N 0000037a
LUOV.o N 0000037f
LUOV.o N 00000388
LUOV.o N 0000038f
LUOV.o N 00000392
LUOV.o N 0000039e
LUOV.o N 000003a0
LUOV.o N 000003aa
LUOV.o N 000003ac
LUOV.o N 000003b3
LUOV.o N 000003be
LUOV.o N 000003c5
LUOV.o N 000003cb
LUOV.o N 000003d0
LUOV.o N 000003dd
LUOV.o N 000003e9
LUOV.o N 000003f3
LUOV.o N 00000418
LUOV.o N 00000437
LUOV.o N 00000449
LUOV.o N 00000459
LUOV.o N 0000046d
LUOV.o N 00000470
LUOV.o N 00000473
LUOV.o N 0000047d
LUOV.o N 0000047f
LUOV.o N 00000487
LUOV.o N 00000489
LUOV.o N 0000048b
LUOV.o N 0000048d
LUOV.o N 0000048f
LUOV.o N 00000494
LUOV.o N 00000498
LUOV.o N 0000049e
LUOV.o N 000004a0
LUOV.o N 000004a5
LUOV.o N 000004aa
LUOV.o N 000004b0
LUOV.o N 000004b7
LUOV.o N 000004c9
LUOV.o N 000004d0
LUOV.o N 000004d5
LUOV.o N 000004e0
LUOV.o N 000004ef
LUOV.o N 000004f9
LUOV.o N 00000508
LUOV.o N 00000511
LUOV.o N 00000515
LUOV.o N 00000519
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 000001f3
sign.o N 000001fe
sign.o N 00000207
sign.o N 00000211
sign.o N 00000214
sign.o N 0000021f
sign.o N 00000222
sign.o N 0000022c
sign.o N 0000022e
sign.o N 00000233
sign.o N 00000238
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024b
sign.o N 00000251
sign.o N 00000253
sign.o N 00000258
sign.o N 0000025a
sign.o N 00000261
sign.o N 00000266
sign.o N 00000269
sign.o N 00000273
sign.o N 00000275
sign.o N 0000027a
sign.o N 00000289
sign.o N 00000294
sign.o N 0000029d
sign.o N 000002a5
sign.o N 000002ad
sign.o N 000002b7
sign.o N 000002bb
sign.o N 000002bf
sign.o N 000002c4
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 0000012b
Bitcontainer.o N 00000132
Bitcontainer.o N 00000138
Bitcontainer.o N 00000146
Bitcontainer.o N 0000015a
Bitcontainer.o N 0000015f
Bitcontainer.o N 0000016c
Bitcontainer.o N 00000178
Bitcontainer.o N 00000182
Bitcontainer.o N 00000186
Bitcontainer.o N 000001ab
Bitcontainer.o N 000001ca
Bitcontainer.o N 000001dc
Bitcontainer.o N 000001ec
Bitcontainer.o N 00000200
Bitcontainer.o N 00000204
Bitcontainer.o N 0000021b
Bitcontainer.o N 00000226
Bitcontainer.o N 0000022f
Bitcontainer.o N 00000234
Bitcontainer.o squeezeBitcontainerArray 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 00000156
LUOV.o N 0000015b
LUOV.o N 0000016a
LUOV.o N 00000175
LUOV.o N 0000017e
LUOV.o N 00000186
LUOV.o N 0000018e
LUOV.o N 00000196
LUOV.o N 000001a4
LUOV.o N 000001ad
LUOV.o N 000001bb
LUOV.o N 000001bf
LUOV.o N 000001c6
LUOV.o N 000001cd
LUOV.o N 000001d3
LUOV.o N 000001d8
LUOV.o N 000001e5
LUOV.o N 000001f1
LUOV.o N 000001fb
LUOV.o N 000001ff
LUOV.o N 00000224
LUOV.o N 00000243
LUOV.o N 00000255
LUOV.o N 00000265
LUOV.o N 00000279
LUOV.o N 0000027d
LUOV.o N 0000028e
LUOV.o N 00000290
LUOV.o N 00000292
LUOV.o N 00000294
LUOV.o N 000002a0
LUOV.o N 000002ac
LUOV.o N 000002bf
LUOV.o N 000002d2
LUOV.o N 000002e4
LUOV.o N 000002f8
LUOV.o N 0000030e
LUOV.o N 00000320
LUOV.o N 00000334
LUOV.o N 0000034a
LUOV.o N 0000035c
LUOV.o N 00000370
LUOV.o N 00000386
LUOV.o N 00000398
LUOV.o N 000003a4
LUOV.o N 000003b4
LUOV.o N 000003c9
LUOV.o N 000003df
LUOV.o N 000003ee
LUOV.o N 000003fb
LUOV.o N 000003fd
LUOV.o N 00000407
LUOV.o N 00000419
LUOV.o N 00000420
LUOV.o N 00000422
LUOV.o N 00000427
LUOV.o N 0000042a
LUOV.o N 0000042d
LUOV.o N 00000430
LUOV.o N 00000433
LUOV.o N 00000436
LUOV.o N 00000439
LUOV.o N 0000043b
LUOV.o N 00000440
LUOV.o N 00000445
LUOV.o N 0000044e
LUOV.o N 00000455
LUOV.o N 00000458
LUOV.o N 00000464
LUOV.o N 00000466
LUOV.o N 00000470
LUOV.o N 00000472
LUOV.o N 00000479
LUOV.o N 00000484
LUOV.o N 00000487
LUOV.o N 0000048a
LUOV.o N 00000494
LUOV.o N 00000496
LUOV.o N 0000049e
LUOV.o N 000004a0
LUOV.o N 000004a2
LUOV.o N 000004a4
LUOV.o N 000004a6
LUOV.o N 000004ab
LUOV.o N 000004af
LUOV.o N 000004b5
LUOV.o N 000004b7
LUOV.o N 000004bc
LUOV.o N 000004c1
LUOV.o N 000004c7
LUOV.o N 000004ce
LUOV.o N 000004e0
LUOV.o N 000004e5
LUOV.o N 000004f0
LUOV.o N 000004ff
LUOV.o N 00000509
LUOV.o N 00000518
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 000001ae
LinearAlgebra.o N 000001b0
LinearAlgebra.o N 000001b6
LinearAlgebra.o N 000001be
LinearAlgebra.o N 000001c8
LinearAlgebra.o N 000001d1
LinearAlgebra.o N 000001d8
LinearAlgebra.o N 000001da
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001e5
LinearAlgebra.o N 000001ea
LinearAlgebra.o N 000001ef
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 000001f2
sign.o N 000001fd
sign.o N 00000206
sign.o N 00000210
sign.o N 00000213
sign.o N 0000021f
sign.o N 00000221
sign.o N 0000022b
sign.o N 0000022d
sign.o N 00000232
sign.o N 00000237
sign.o N 00000240
sign.o N 00000247
sign.o N 0000024a
sign.o N 00000250
sign.o N 00000252
sign.o N 00000257
sign.o N 00000259
sign.o N 00000260
sign.o N 00000265
sign.o N 00000268
sign.o N 00000272
sign.o N 00000274
sign.o N 00000279
sign.o N 00000288
sign.o N 00000293
sign.o N 0000029c
sign.o N 000002a4
sign.o N 000002ac
sign.o N 000002b6
sign.o N 000002ba
sign.o N 000002be
sign.o N 000002c3
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 squeezeBitcontainerArray T
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010e
Bitcontainer.o N 00000127
Bitcontainer.o N 0000012e
Bitcontainer.o N 00000134
Bitcontainer.o N 00000142
Bitcontainer.o N 00000156
Bitcontainer.o N 0000015b
Bitcontainer.o N 00000168
Bitcontainer.o N 00000174
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000182
Bitcontainer.o N 000001a7
Bitcontainer.o N 000001c6
Bitcontainer.o N 000001d8
Bitcontainer.o N 000001e8
Bitcontainer.o N 000001fc
Bitcontainer.o N 00000200
Bitcontainer.o N 00000217
Bitcontainer.o N 00000222
Bitcontainer.o N 0000022b
Bitcontainer.o N 00000230
Bitcontainer.o squeezeBitcontainerArray 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 0000010d
LUOV.o N 00000112
LUOV.o N 00000121
LUOV.o N 0000012c
LUOV.o N 00000135
LUOV.o N 0000013d
LUOV.o N 00000151
LUOV.o N 00000159
LUOV.o N 00000161
LUOV.o N 00000178
LUOV.o N 00000183
LUOV.o N 0000018c
LUOV.o N 0000019a
LUOV.o N 000001a3
LUOV.o N 000001b1
LUOV.o N 000001b5
LUOV.o N 000001bc
LUOV.o N 000001c3
LUOV.o N 000001c9
LUOV.o N 000001ce
LUOV.o N 000001db
LUOV.o N 000001e7
LUOV.o N 000001f1
LUOV.o N 000001f5
LUOV.o N 0000021a
LUOV.o N 00000239
LUOV.o N 0000024b
LUOV.o N 0000025b
LUOV.o N 0000026f
LUOV.o N 00000273
LUOV.o N 00000287
LUOV.o N 0000029d
LUOV.o N 000002af
LUOV.o N 000002c3
LUOV.o N 000002d9
LUOV.o N 000002eb
LUOV.o N 000002ff
LUOV.o N 00000315
LUOV.o N 00000327
LUOV.o N 00000333
LUOV.o N 00000343
LUOV.o N 00000358
LUOV.o N 0000036e
LUOV.o N 0000037d
LUOV.o N 0000038a
LUOV.o N 0000038c
LUOV.o N 00000396
LUOV.o N 000003a8
LUOV.o N 000003af
LUOV.o N 000003b1
LUOV.o N 000003b6
LUOV.o N 000003bb
LUOV.o N 000003c4
LUOV.o N 000003cb
LUOV.o N 000003ce
LUOV.o N 000003da
LUOV.o N 000003dc
LUOV.o N 000003e6
LUOV.o N 000003e8
LUOV.o N 000003ef
LUOV.o N 000003fa
LUOV.o N 000003fd
LUOV.o N 00000400
LUOV.o N 0000040a
LUOV.o N 0000040c
LUOV.o N 0000040e
LUOV.o N 00000416
LUOV.o N 00000418
LUOV.o N 0000041a
LUOV.o N 0000041c
LUOV.o N 00000420
LUOV.o N 00000432
LUOV.o N 00000434
LUOV.o N 00000439
LUOV.o N 0000043e
LUOV.o N 00000444
LUOV.o N 0000044b
LUOV.o N 0000044e
LUOV.o N 00000453
LUOV.o N 0000045e
LUOV.o N 0000046d
LUOV.o N 00000477
LUOV.o N 00000486
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 00000236
LinearAlgebra.o N 00000240
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 000001df
sign.o N 000001ea
sign.o N 000001f3
sign.o N 000001fd
sign.o N 00000200
sign.o N 0000020b
sign.o N 0000020e
sign.o N 00000218
sign.o N 0000021a
sign.o N 0000021f
sign.o N 00000224
sign.o N 0000022d
sign.o N 00000234
sign.o N 00000237
sign.o N 0000023d
sign.o N 0000023f
sign.o N 00000244
sign.o N 00000246
sign.o N 0000024d
sign.o N 00000252
sign.o N 00000255
sign.o N 0000025f
sign.o N 00000261
sign.o N 00000266
sign.o N 00000275
sign.o N 00000280
sign.o N 00000289
sign.o N 00000291
sign.o N 00000299
sign.o N 000002a3
sign.o N 000002a7
sign.o N 000002ab
sign.o N 000002b0
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 00000127
Bitcontainer.o N 0000012e
Bitcontainer.o N 00000134
Bitcontainer.o N 00000142
Bitcontainer.o N 00000156
Bitcontainer.o N 0000015b
Bitcontainer.o N 00000168
Bitcontainer.o N 00000174
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000182
Bitcontainer.o N 000001a7
Bitcontainer.o N 000001c6
Bitcontainer.o N 000001d8
Bitcontainer.o N 000001e8
Bitcontainer.o N 000001fc
Bitcontainer.o N 00000200
Bitcontainer.o N 00000217
Bitcontainer.o N 00000222
Bitcontainer.o N 0000022b
Bitcontainer.o N 00000230
Bitcontainer.o squeezeBitcontainerArray 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 0000010d
LUOV.o N 00000112
LUOV.o N 00000121
LUOV.o N 0000012c
LUOV.o N 00000135
LUOV.o N 0000013d
LUOV.o N 00000151
LUOV.o N 00000159
LUOV.o N 00000161
LUOV.o N 00000178
LUOV.o N 00000183
LUOV.o N 0000018c
LUOV.o N 0000019a
LUOV.o N 000001a3
LUOV.o N 000001b1
LUOV.o N 000001b5
LUOV.o N 000001bc
LUOV.o N 000001c3
LUOV.o N 000001c9
LUOV.o N 000001ce
LUOV.o N 000001db
LUOV.o N 000001e7
LUOV.o N 000001f1
LUOV.o N 000001f5
LUOV.o N 0000021a
LUOV.o N 00000239
LUOV.o N 0000024b
LUOV.o N 0000025b
LUOV.o N 0000026f
LUOV.o N 00000273
LUOV.o N 00000287
LUOV.o N 0000029d
LUOV.o N 000002af
LUOV.o N 000002c3
LUOV.o N 000002d9
LUOV.o N 000002eb
LUOV.o N 000002ff
LUOV.o N 00000315
LUOV.o N 00000327
LUOV.o N 00000333
LUOV.o N 00000343
LUOV.o N 00000358
LUOV.o N 0000036e
LUOV.o N 0000037d
LUOV.o N 0000038a
LUOV.o N 0000038c
LUOV.o N 00000396
LUOV.o N 000003a8
LUOV.o N 000003af
LUOV.o N 000003b1
LUOV.o N 000003b6
LUOV.o N 000003bb
LUOV.o N 000003c4
LUOV.o N 000003cb
LUOV.o N 000003ce
LUOV.o N 000003da
LUOV.o N 000003dc
LUOV.o N 000003e6
LUOV.o N 000003e8
LUOV.o N 000003ef
LUOV.o N 000003fa
LUOV.o N 000003fd
LUOV.o N 00000400
LUOV.o N 0000040a
LUOV.o N 0000040c
LUOV.o N 0000040e
LUOV.o N 00000416
LUOV.o N 00000418
LUOV.o N 0000041a
LUOV.o N 0000041c
LUOV.o N 00000420
LUOV.o N 00000432
LUOV.o N 00000434
LUOV.o N 00000439
LUOV.o N 0000043e
LUOV.o N 00000444
LUOV.o N 0000044b
LUOV.o N 0000044e
LUOV.o N 00000453
LUOV.o N 0000045e
LUOV.o N 0000046d
LUOV.o N 00000477
LUOV.o N 00000486
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 00000236
LinearAlgebra.o N 00000240
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 000001df
sign.o N 000001ea
sign.o N 000001f3
sign.o N 000001fd
sign.o N 00000200
sign.o N 0000020b
sign.o N 0000020e
sign.o N 00000218
sign.o N 0000021a
sign.o N 0000021f
sign.o N 00000224
sign.o N 0000022d
sign.o N 00000234
sign.o N 00000237
sign.o N 0000023d
sign.o N 0000023f
sign.o N 00000244
sign.o N 00000246
sign.o N 0000024d
sign.o N 00000252
sign.o N 00000255
sign.o N 0000025f
sign.o N 00000261
sign.o N 00000266
sign.o N 00000275
sign.o N 00000280
sign.o N 00000289
sign.o N 00000291
sign.o N 00000299
sign.o N 000002a3
sign.o N 000002a7
sign.o N 000002ab
sign.o N 000002b0
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 00000126
Bitcontainer.o N 0000012d
Bitcontainer.o N 00000133
Bitcontainer.o N 00000141
Bitcontainer.o N 00000155
Bitcontainer.o N 0000015a
Bitcontainer.o N 00000167
Bitcontainer.o N 00000173
Bitcontainer.o N 0000017d
Bitcontainer.o N 00000181
Bitcontainer.o N 000001a6
Bitcontainer.o N 000001c5
Bitcontainer.o N 000001d7
Bitcontainer.o N 000001e7
Bitcontainer.o N 000001fb
Bitcontainer.o N 000001ff
Bitcontainer.o N 00000216
Bitcontainer.o N 00000221
Bitcontainer.o N 0000022a
Bitcontainer.o N 0000022f
Bitcontainer.o squeezeBitcontainerArray 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 0000010c
LUOV.o N 00000111
LUOV.o N 00000120
LUOV.o N 0000012b
LUOV.o N 00000134
LUOV.o N 0000013c
LUOV.o N 00000150
LUOV.o N 00000158
LUOV.o N 00000160
LUOV.o N 00000177
LUOV.o N 00000182
LUOV.o N 0000018b
LUOV.o N 00000199
LUOV.o N 000001a2
LUOV.o N 000001b0
LUOV.o N 000001b4
LUOV.o N 000001bb
LUOV.o N 000001c2
LUOV.o N 000001c8
LUOV.o N 000001cd
LUOV.o N 000001da
LUOV.o N 000001e6
LUOV.o N 000001f0
LUOV.o N 000001f4
LUOV.o N 00000219
LUOV.o N 00000238
LUOV.o N 0000024a
LUOV.o N 0000025a
LUOV.o N 0000026e
LUOV.o N 00000272
LUOV.o N 00000286
LUOV.o N 0000029c
LUOV.o N 000002ae
LUOV.o N 000002c2
LUOV.o N 000002d8
LUOV.o N 000002ea
LUOV.o N 000002fe
LUOV.o N 00000314
LUOV.o N 00000326
LUOV.o N 00000332
LUOV.o N 00000342
LUOV.o N 00000357
LUOV.o N 0000036d
LUOV.o N 0000037c
LUOV.o N 00000389
LUOV.o N 0000038b
LUOV.o N 00000395
LUOV.o N 000003a7
LUOV.o N 000003ae
LUOV.o N 000003b0
LUOV.o N 000003b5
LUOV.o N 000003ba
LUOV.o N 000003c3
LUOV.o N 000003ca
LUOV.o N 000003cd
LUOV.o N 000003d9
LUOV.o N 000003db
LUOV.o N 000003e5
LUOV.o N 000003e7
LUOV.o N 000003ee
LUOV.o N 000003f9
LUOV.o N 000003fc
LUOV.o N 000003ff
LUOV.o N 00000409
LUOV.o N 0000040b
LUOV.o N 0000040d
LUOV.o N 00000415
LUOV.o N 00000417
LUOV.o N 00000419
LUOV.o N 0000041b
LUOV.o N 0000041f
LUOV.o N 00000431
LUOV.o N 00000433
LUOV.o N 00000438
LUOV.o N 0000043d
LUOV.o N 00000443
LUOV.o N 0000044a
LUOV.o N 0000044d
LUOV.o N 00000452
LUOV.o N 0000045d
LUOV.o N 0000046c
LUOV.o N 00000476
LUOV.o N 00000485
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 00000235
LinearAlgebra.o N 0000023f
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 000001de
sign.o N 000001e9
sign.o N 000001f2
sign.o N 000001fc
sign.o N 000001ff
sign.o N 0000020a
sign.o N 0000020d
sign.o N 00000217
sign.o N 00000219
sign.o N 0000021e
sign.o N 00000223
sign.o N 0000022c
sign.o N 00000233
sign.o N 00000236
sign.o N 0000023c
sign.o N 0000023e
sign.o N 00000243
sign.o N 00000245
sign.o N 0000024c
sign.o N 00000251
sign.o N 00000254
sign.o N 0000025e
sign.o N 00000260
sign.o N 00000265
sign.o N 00000274
sign.o N 0000027f
sign.o N 00000288
sign.o N 00000290
sign.o N 00000298
sign.o N 000002a2
sign.o N 000002a6
sign.o N 000002aa
sign.o N 000002af
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 00000127
Bitcontainer.o N 0000012e
Bitcontainer.o N 00000134
Bitcontainer.o N 00000142
Bitcontainer.o N 00000156
Bitcontainer.o N 0000015b
Bitcontainer.o N 00000168
Bitcontainer.o N 00000174
Bitcontainer.o N 0000017e
Bitcontainer.o N 00000182
Bitcontainer.o N 000001a7
Bitcontainer.o N 000001c6
Bitcontainer.o N 000001d8
Bitcontainer.o N 000001e8
Bitcontainer.o N 000001fc
Bitcontainer.o N 00000200
Bitcontainer.o N 00000217
Bitcontainer.o N 00000222
Bitcontainer.o N 0000022b
Bitcontainer.o N 00000230
Bitcontainer.o squeezeBitcontainerArray 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 0000010d
LUOV.o N 00000112
LUOV.o N 00000121
LUOV.o N 0000012c
LUOV.o N 00000135
LUOV.o N 0000013d
LUOV.o N 00000151
LUOV.o N 00000159
LUOV.o N 00000161
LUOV.o N 00000178
LUOV.o N 00000183
LUOV.o N 0000018c
LUOV.o N 000001a0
LUOV.o N 000001b6
LUOV.o N 000001c8
LUOV.o N 000001dc
LUOV.o N 000001f2
LUOV.o N 00000204
LUOV.o N 00000218
LUOV.o N 0000022e
LUOV.o N 00000240
LUOV.o N 0000024c
LUOV.o N 0000025c
LUOV.o N 00000271
LUOV.o N 00000287
LUOV.o N 00000295
LUOV.o N 000002a4
LUOV.o N 000002b1
LUOV.o N 000002b3
LUOV.o N 000002bd
LUOV.o N 000002cf
LUOV.o N 000002d6
LUOV.o N 000002da
LUOV.o N 000002dc
LUOV.o N 000002e1
LUOV.o N 000002ef
LUOV.o N 000002f4
LUOV.o N 000002fd
LUOV.o N 00000304
LUOV.o N 00000307
LUOV.o N 00000313
LUOV.o N 00000315
LUOV.o N 0000031f
LUOV.o N 00000321
LUOV.o N 00000328
LUOV.o N 00000333
LUOV.o N 0000033a
LUOV.o N 00000340
LUOV.o N 00000345
LUOV.o N 00000352
LUOV.o N 0000035e
LUOV.o N 00000368
LUOV.o N 0000038d
LUOV.o N 000003ac
LUOV.o N 000003be
LUOV.o N 000003ce
LUOV.o N 000003e2
LUOV.o N 000003e5
LUOV.o N 000003e8
LUOV.o N 000003f2
LUOV.o N 000003f4
LUOV.o N 000003f6
LUOV.o N 000003fe
LUOV.o N 00000400
LUOV.o N 00000402
LUOV.o N 00000404
LUOV.o N 00000408
LUOV.o N 0000041a
LUOV.o N 00000421
LUOV.o N 00000423
LUOV.o N 00000428
LUOV.o N 0000042d
LUOV.o N 00000433
LUOV.o N 0000043a
LUOV.o N 0000043d
LUOV.o N 00000442
LUOV.o N 0000044d
LUOV.o N 0000045c
LUOV.o N 00000466
LUOV.o N 00000475
LUOV.o N 0000047e
LUOV.o N 00000482
LUOV.o N 00000486
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 00000236
LinearAlgebra.o N 00000240
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 000001df
sign.o N 000001ea
sign.o N 000001f3
sign.o N 000001fd
sign.o N 00000200
sign.o N 0000020b
sign.o N 0000020e
sign.o N 00000218
sign.o N 0000021a
sign.o N 0000021f
sign.o N 00000224
sign.o N 0000022d
sign.o N 00000234
sign.o N 00000237
sign.o N 0000023d
sign.o N 0000023f
sign.o N 00000244
sign.o N 00000246
sign.o N 0000024d
sign.o N 00000252
sign.o N 00000255
sign.o N 0000025f
sign.o N 00000261
sign.o N 00000266
sign.o N 00000275
sign.o N 00000280
sign.o N 00000289
sign.o N 00000291
sign.o N 00000299
sign.o N 000002a3
sign.o N 000002a7
sign.o N 000002ab
sign.o N 000002b0
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 00000126
Bitcontainer.o N 0000012d
Bitcontainer.o N 00000133
Bitcontainer.o N 00000141
Bitcontainer.o N 00000155
Bitcontainer.o N 0000015a
Bitcontainer.o N 00000167
Bitcontainer.o N 00000173
Bitcontainer.o N 0000017d
Bitcontainer.o N 00000181
Bitcontainer.o N 000001a6
Bitcontainer.o N 000001c5
Bitcontainer.o N 000001d7
Bitcontainer.o N 000001e7
Bitcontainer.o N 000001fb
Bitcontainer.o N 000001ff
Bitcontainer.o N 00000216
Bitcontainer.o N 00000221
Bitcontainer.o N 0000022a
Bitcontainer.o N 0000022f
Bitcontainer.o squeezeBitcontainerArray 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 0000010c
LUOV.o N 00000111
LUOV.o N 00000120
LUOV.o N 0000012b
LUOV.o N 00000134
LUOV.o N 0000013c
LUOV.o N 00000150
LUOV.o N 00000158
LUOV.o N 00000160
LUOV.o N 00000177
LUOV.o N 00000182
LUOV.o N 0000018b
LUOV.o N 00000199
LUOV.o N 000001a2
LUOV.o N 000001b0
LUOV.o N 000001b4
LUOV.o N 000001bb
LUOV.o N 000001c2
LUOV.o N 000001c8
LUOV.o N 000001cd
LUOV.o N 000001da
LUOV.o N 000001e6
LUOV.o N 000001f0
LUOV.o N 000001f4
LUOV.o N 00000219
LUOV.o N 00000238
LUOV.o N 0000024a
LUOV.o N 0000025a
LUOV.o N 0000026e
LUOV.o N 00000272
LUOV.o N 00000286
LUOV.o N 0000029c
LUOV.o N 000002ae
LUOV.o N 000002c2
LUOV.o N 000002d8
LUOV.o N 000002ea
LUOV.o N 000002fe
LUOV.o N 00000314
LUOV.o N 00000326
LUOV.o N 00000332
LUOV.o N 00000342
LUOV.o N 00000357
LUOV.o N 0000036d
LUOV.o N 0000037c
LUOV.o N 00000389
LUOV.o N 0000038b
LUOV.o N 00000395
LUOV.o N 000003a7
LUOV.o N 000003ae
LUOV.o N 000003b0
LUOV.o N 000003b5
LUOV.o N 000003ba
LUOV.o N 000003c3
LUOV.o N 000003ca
LUOV.o N 000003cd
LUOV.o N 000003d9
LUOV.o N 000003db
LUOV.o N 000003e5
LUOV.o N 000003e7
LUOV.o N 000003ee
LUOV.o N 000003f9
LUOV.o N 000003fc
LUOV.o N 000003ff
LUOV.o N 00000409
LUOV.o N 0000040b
LUOV.o N 0000040d
LUOV.o N 00000415
LUOV.o N 00000417
LUOV.o N 00000419
LUOV.o N 0000041b
LUOV.o N 0000041f
LUOV.o N 00000431
LUOV.o N 00000433
LUOV.o N 00000438
LUOV.o N 0000043d
LUOV.o N 00000443
LUOV.o N 0000044a
LUOV.o N 0000044d
LUOV.o N 00000452
LUOV.o N 0000045d
LUOV.o N 0000046c
LUOV.o N 00000476
LUOV.o N 00000485
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 00000235
LinearAlgebra.o N 0000023f
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 000001de
sign.o N 000001e9
sign.o N 000001f2
sign.o N 000001fc
sign.o N 000001ff
sign.o N 0000020b
sign.o N 0000020d
sign.o N 00000217
sign.o N 00000219
sign.o N 0000021e
sign.o N 00000223
sign.o N 0000022c
sign.o N 00000233
sign.o N 00000236
sign.o N 0000023c
sign.o N 0000023e
sign.o N 00000243
sign.o N 00000245
sign.o N 0000024c
sign.o N 00000251
sign.o N 00000254
sign.o N 0000025e
sign.o N 00000260
sign.o N 00000265
sign.o N 00000274
sign.o N 0000027f
sign.o N 00000288
sign.o N 00000290
sign.o N 00000298
sign.o N 000002a2
sign.o N 000002a6
sign.o N 000002aa
sign.o N 000002af
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 squeezeBitcontainerArray 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) |