Test results for armeabi, bblack, crypto_sign/luov863256
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_sign
Test results for armeabi, bblack, crypto_sign
Test results for crypto_sign/luov863256
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: luov863256
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
106982624 | 547482 0 0 | 43195 508 1512 | T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
108229448 | 552177 0 0 | 58118 468 1520 | T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
110124048 | 541298 0 0 | 37691 508 1512 | T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
112833568 | 546337 0 0 | 44942 460 1512 | T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
119922608 | 539662 0 0 | 36179 500 1512 | T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
124018584 | 541888 0 0 | 38619 508 1512 | T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
272123176 | 405646 36 0 | 163527 508 1512 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
274494168 | 402522 36 0 | 161451 508 1512 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
277060184 | 406360 36 0 | 167630 460 1512 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
277664424 | 402462 36 0 | 161619 508 1512 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
279794192 | 408144 36 0 | 169894 468 1512 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
281237592 | 412208 36 0 | 179758 468 1520 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
281538488 | 408144 36 0 | 169894 468 1512 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
282849192 | 412184 36 0 | 170918 468 1520 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
311879656 | 401304 36 0 | 161691 500 1512 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
478564856 | 553413 0 0 | 50526 468 1520 | T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
478768208 | 551153 0 0 | 50262 468 1512 | T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
479209928 | 551153 0 0 | 50262 468 1512 | T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240716 |
Compiler output
F64Field.c: F64Field.c: In function 'f64addInPlace':
F64Field.c: F64Field.c:43:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F64Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F64Field.c: ~^~~~~~~~~~~~~~~~~~~~~
F64Field.c: F64Field.c:43:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F64Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F64Field.c: ~^~~~~~~~~~~~~~~~~~~~~
F80Field.c: F80Field.c: In function 'f80addInPlace':
F80Field.c: F80Field.c:55:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F80Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F80Field.c: ~^~~~~~~~~~~~~~~~~~~~~
F80Field.c: F80Field.c:55:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
F80Field.c: *((uint64_t *) a->coef) ^= *((uint64_t *) b->coef);
F80Field.c: ~^~~~~~~~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000112
Bitcontainer.o N 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 0000015b
LUOV.o N 0000015d
LUOV.o N 0000016b
LUOV.o N 0000017e
LUOV.o N 00000180
LUOV.o N 0000018a
LUOV.o N 00000192
LUOV.o N 00000199
LUOV.o N 0000019b
LUOV.o N 000001a0
LUOV.o N 000001a4
LUOV.o N 000001a6
LUOV.o N 000001b9
LUOV.o N 000001bc
LUOV.o N 000001bf
LUOV.o N 000001c2
LUOV.o N 000001c5
LUOV.o N 000001c8
LUOV.o N 000001cb
LUOV.o N 000001dc
LUOV.o N 000001ea
LUOV.o N 000001f3
LUOV.o N 000001f7
LUOV.o N 000001fe
LUOV.o N 00000202
LUOV.o N 00000209
LUOV.o N 0000020f
LUOV.o N 00000214
LUOV.o N 00000221
LUOV.o N 0000022d
LUOV.o N 00000237
LUOV.o N 0000025c
LUOV.o N 0000027b
LUOV.o N 0000028d
LUOV.o N 0000029d
LUOV.o N 000002b1
LUOV.o N 000002bd
LUOV.o N 000002cf
LUOV.o N 000002e3
LUOV.o N 000002f9
LUOV.o N 0000030b
LUOV.o N 0000031f
LUOV.o N 00000335
LUOV.o N 00000347
LUOV.o N 0000035b
LUOV.o N 00000371
LUOV.o N 00000383
LUOV.o N 0000038f
LUOV.o N 0000039f
LUOV.o N 000003b4
LUOV.o N 000003ca
LUOV.o N 000003d9
LUOV.o N 000003e6
LUOV.o N 000003e8
LUOV.o N 000003f2
LUOV.o N 00000404
LUOV.o N 0000040b
LUOV.o N 0000040d
LUOV.o N 00000412
LUOV.o N 00000417
LUOV.o N 00000420
LUOV.o N 00000427
LUOV.o N 0000042a
LUOV.o N 00000436
LUOV.o N 00000438
LUOV.o N 00000442
LUOV.o N 00000444
LUOV.o N 0000044b
LUOV.o N 00000456
LUOV.o N 00000459
LUOV.o N 0000045c
LUOV.o N 00000466
LUOV.o N 00000468
LUOV.o N 00000470
LUOV.o N 00000472
LUOV.o N 00000474
LUOV.o N 00000476
LUOV.o N 00000478
LUOV.o N 0000047d
LUOV.o N 00000481
LUOV.o N 00000487
LUOV.o N 0000048e
LUOV.o N 0000049d
LUOV.o N 000004a8
LUOV.o N 000004b1
LUOV.o N 000004b3
LUOV.o N 000004b8
LUOV.o N 000004bd
LUOV.o N 000004c3
LUOV.o N 000004ca
LUOV.o N 000004dc
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 N 00000524
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000113
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000122
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000131
LinearAlgebra.o N 0000013f
LinearAlgebra.o N 00000149
LinearAlgebra.o N 00000151
LinearAlgebra.o N 00000158
LinearAlgebra.o N 0000015f
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000170
LinearAlgebra.o N 00000172
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 0000018c
LinearAlgebra.o N 00000195
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a1
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001b3
LinearAlgebra.o N 000001bc
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001c5
LinearAlgebra.o N 000001c7
LinearAlgebra.o N 000001d2
LinearAlgebra.o N 000001e1
LinearAlgebra.o N 000001ed
LinearAlgebra.o N 00000201
LinearAlgebra.o N 00000213
LinearAlgebra.o N 0000021a
LinearAlgebra.o N 0000021e
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022f
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010c
buffer.o N 00000123
buffer.o N 0000012e
buffer.o N 00000137
buffer.o N 00000140
buffer.o N 00000142
buffer.o N 00000147
buffer.o N 00000155
buffer.o N 0000015a
buffer.o N 00000163
buffer.o N 00000167
buffer.o N 0000016e
buffer.o N 00000170
buffer.o N 00000178
buffer.o N 0000017a
buffer.o N 00000181
buffer.o N 00000185
buffer.o N 00000198
buffer.o N 0000019a
buffer.o N 0000019f
buffer.o N 000001b4
buffer.o N 000001b8
buffer.o N 000001c2
buffer.o N 000001cc
buffer.o N 000001d7
buffer.o N 000001db
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000118
intermediateValues.o N 0000012b
intermediateValues.o N 00000140
intermediateValues.o N 00000154
intermediateValues.o N 00000169
intermediateValues.o N 00000179
intermediateValues.o N 00000181
intermediateValues.o N 0000018f
intermediateValues.o N 00000199
intermediateValues.o N 000001a1
intermediateValues.o N 000001a8
intermediateValues.o N 000001aa
intermediateValues.o N 000001af
intermediateValues.o N 000001b3
intermediateValues.o N 000001b8
intermediateValues.o N 000001be
intermediateValues.o N 000001c5
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010f
keccakrng.o N 0000011d
keccakrng.o N 00000131
keccakrng.o N 00000141
keccakrng.o N 0000014f
keccakrng.o N 00000156
keccakrng.o N 0000015c
keccakrng.o N 00000170
keccakrng.o N 00000175
keccakrng.o N 00000182
keccakrng.o N 0000018e
keccakrng.o N 00000198
keccakrng.o N 0000019c
keccakrng.o N 000001c1
keccakrng.o N 000001e0
keccakrng.o N 000001f2
keccakrng.o N 00000202
keccakrng.o N 00000216
keccakrng.o N 0000021b
keccakrng.o N 0000021f
keccakrng.o N 00000225
keccakrng.o N 00000227
keccakrng.o N 0000023e
keccakrng.o N 00000249
keccakrng.o N 00000252
keccakrng.o N 00000259
keccakrng.o N 00000263
keccakrng.o N 0000026b
keccakrng.o N 00000272
keccakrng.o N 00000279
keccakrng.o N 00000284
keccakrng.o N 00000286
keccakrng.o N 0000028b
keccakrng.o N 00000290
keccakrng.o N 00000299
keccakrng.o N 000002a0
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 0000010a
sign.o N 0000013e
sign.o N 00000142
sign.o N 0000016e
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001b0
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001c2
sign.o N 000001d6
sign.o N 000001d8
sign.o N 000001ef
sign.o N 000001fa
sign.o N 00000203
sign.o N 0000020d
sign.o N 00000210
sign.o N 0000021b
sign.o N 0000021e
sign.o N 00000228
sign.o N 0000022a
sign.o N 0000022f
sign.o N 00000234
sign.o N 0000023d
sign.o N 00000244
sign.o N 00000247
sign.o N 0000024d
sign.o N 0000024f
sign.o N 00000254
sign.o N 00000256
sign.o N 0000025d
sign.o N 00000262
sign.o N 00000265
sign.o N 0000026f
sign.o N 00000271
sign.o N 0000027b
sign.o N 00000283
sign.o N 0000028a
sign.o N 00000294
sign.o N 00000298
sign.o N 0000029c
sign.o N 000002a1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000112
Bitcontainer.o N 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 0000015b
LUOV.o N 0000015d
LUOV.o N 0000016b
LUOV.o N 0000017e
LUOV.o N 00000180
LUOV.o N 0000018a
LUOV.o N 00000192
LUOV.o N 00000199
LUOV.o N 0000019b
LUOV.o N 000001a0
LUOV.o N 000001a4
LUOV.o N 000001a6
LUOV.o N 000001b9
LUOV.o N 000001bc
LUOV.o N 000001bf
LUOV.o N 000001c2
LUOV.o N 000001c5
LUOV.o N 000001c8
LUOV.o N 000001cb
LUOV.o N 000001dc
LUOV.o N 000001ea
LUOV.o N 000001f3
LUOV.o N 000001f7
LUOV.o N 000001fe
LUOV.o N 00000202
LUOV.o N 00000209
LUOV.o N 0000020f
LUOV.o N 00000214
LUOV.o N 00000221
LUOV.o N 0000022d
LUOV.o N 00000237
LUOV.o N 0000025c
LUOV.o N 0000027b
LUOV.o N 0000028d
LUOV.o N 0000029d
LUOV.o N 000002b1
LUOV.o N 000002bd
LUOV.o N 000002cf
LUOV.o N 000002e3
LUOV.o N 000002f9
LUOV.o N 0000030b
LUOV.o N 0000031f
LUOV.o N 00000335
LUOV.o N 00000347
LUOV.o N 0000035b
LUOV.o N 00000371
LUOV.o N 00000383
LUOV.o N 0000038f
LUOV.o N 0000039f
LUOV.o N 000003b4
LUOV.o N 000003ca
LUOV.o N 000003d9
LUOV.o N 000003e6
LUOV.o N 000003e8
LUOV.o N 000003f2
LUOV.o N 00000404
LUOV.o N 0000040b
LUOV.o N 0000040d
LUOV.o N 00000412
LUOV.o N 00000417
LUOV.o N 00000420
LUOV.o N 00000427
LUOV.o N 0000042a
LUOV.o N 00000436
LUOV.o N 00000438
LUOV.o N 00000442
LUOV.o N 00000444
LUOV.o N 0000044b
LUOV.o N 00000456
LUOV.o N 00000459
LUOV.o N 0000045c
LUOV.o N 00000466
LUOV.o N 00000468
LUOV.o N 00000470
LUOV.o N 00000472
LUOV.o N 00000474
LUOV.o N 00000476
LUOV.o N 00000478
LUOV.o N 0000047d
LUOV.o N 00000481
LUOV.o N 00000487
LUOV.o N 0000048e
LUOV.o N 0000049d
LUOV.o N 000004a8
LUOV.o N 000004b1
LUOV.o N 000004b3
LUOV.o N 000004b8
LUOV.o N 000004bd
LUOV.o N 000004c3
LUOV.o N 000004ca
LUOV.o N 000004dc
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 N 00000524
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000113
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000122
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000131
LinearAlgebra.o N 0000013f
LinearAlgebra.o N 00000149
LinearAlgebra.o N 00000151
LinearAlgebra.o N 00000158
LinearAlgebra.o N 0000015f
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000170
LinearAlgebra.o N 00000172
LinearAlgebra.o N 0000017b
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 0000018c
LinearAlgebra.o N 00000195
LinearAlgebra.o N 00000199
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a1
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001b3
LinearAlgebra.o N 000001bc
LinearAlgebra.o N 000001c3
LinearAlgebra.o N 000001c5
LinearAlgebra.o N 000001c7
LinearAlgebra.o N 000001d2
LinearAlgebra.o N 000001e1
LinearAlgebra.o N 000001ed
LinearAlgebra.o N 00000201
LinearAlgebra.o N 00000213
LinearAlgebra.o N 0000021a
LinearAlgebra.o N 0000021e
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022f
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010c
buffer.o N 00000123
buffer.o N 0000012e
buffer.o N 00000137
buffer.o N 00000140
buffer.o N 00000142
buffer.o N 00000147
buffer.o N 00000155
buffer.o N 0000015a
buffer.o N 00000163
buffer.o N 00000167
buffer.o N 0000016e
buffer.o N 00000170
buffer.o N 00000178
buffer.o N 0000017a
buffer.o N 00000181
buffer.o N 00000185
buffer.o N 00000198
buffer.o N 0000019a
buffer.o N 0000019f
buffer.o N 000001b4
buffer.o N 000001b8
buffer.o N 000001c2
buffer.o N 000001cc
buffer.o N 000001d7
buffer.o N 000001db
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000118
intermediateValues.o N 0000012b
intermediateValues.o N 00000140
intermediateValues.o N 00000154
intermediateValues.o N 00000169
intermediateValues.o N 00000179
intermediateValues.o N 00000181
intermediateValues.o N 0000018f
intermediateValues.o N 00000199
intermediateValues.o N 000001a1
intermediateValues.o N 000001a8
intermediateValues.o N 000001aa
intermediateValues.o N 000001af
intermediateValues.o N 000001b3
intermediateValues.o N 000001b8
intermediateValues.o N 000001be
intermediateValues.o N 000001c5
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010f
keccakrng.o N 0000011d
keccakrng.o N 00000131
keccakrng.o N 00000141
keccakrng.o N 0000014f
keccakrng.o N 00000156
keccakrng.o N 0000015c
keccakrng.o N 00000170
keccakrng.o N 00000175
keccakrng.o N 00000182
keccakrng.o N 0000018e
keccakrng.o N 00000198
keccakrng.o N 0000019c
keccakrng.o N 000001c1
keccakrng.o N 000001e0
keccakrng.o N 000001f2
keccakrng.o N 00000202
keccakrng.o N 00000216
keccakrng.o N 0000021b
keccakrng.o N 0000021f
keccakrng.o N 00000225
keccakrng.o N 00000227
keccakrng.o N 0000023e
keccakrng.o N 00000249
keccakrng.o N 00000252
keccakrng.o N 00000259
keccakrng.o N 00000263
keccakrng.o N 0000026b
keccakrng.o N 00000272
keccakrng.o N 00000279
keccakrng.o N 00000284
keccakrng.o N 00000286
keccakrng.o N 0000028b
keccakrng.o N 00000290
keccakrng.o N 00000299
keccakrng.o N 000002a0
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 0000010a
sign.o N 0000013e
sign.o N 00000142
sign.o N 0000016e
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001b0
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001c2
sign.o N 000001d6
sign.o N 000001d8
sign.o N 000001ef
sign.o N 000001fa
sign.o N 00000203
sign.o N 0000020d
sign.o N 00000210
sign.o N 0000021b
sign.o N 0000021e
sign.o N 00000228
sign.o N 0000022a
sign.o N 0000022f
sign.o N 00000234
sign.o N 0000023d
sign.o N 00000244
sign.o N 00000247
sign.o N 0000024d
sign.o N 0000024f
sign.o N 00000254
sign.o N 00000256
sign.o N 0000025d
sign.o N 00000262
sign.o N 00000265
sign.o N 0000026f
sign.o N 00000271
sign.o N 0000027b
sign.o N 00000283
sign.o N 0000028a
sign.o N 00000294
sign.o N 00000298
sign.o N 0000029c
sign.o N 000002a1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000111
Bitcontainer.o N 0000012a
Bitcontainer.o N 00000131
Bitcontainer.o N 00000137
Bitcontainer.o N 00000145
Bitcontainer.o N 00000159
Bitcontainer.o N 0000015e
Bitcontainer.o N 0000016b
Bitcontainer.o N 00000177
Bitcontainer.o N 00000181
Bitcontainer.o N 00000185
Bitcontainer.o N 000001aa
Bitcontainer.o N 000001c9
Bitcontainer.o N 000001db
Bitcontainer.o N 000001eb
Bitcontainer.o N 000001ff
Bitcontainer.o N 00000203
Bitcontainer.o N 0000021a
Bitcontainer.o N 00000225
Bitcontainer.o N 0000022e
Bitcontainer.o N 00000233
Bitcontainer.o squeezeBitcontainerArray T
F16Field.o N 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 0000010d
F16Field.o N 00000119
F16Field.o N 00000126
F16Field.o N 00000131
F16Field.o N 0000013a
F16Field.o N 0000014e
F16Field.o N 0000015e
F16Field.o N 0000016d
F16Field.o N 00000178
F16Field.o N 00000181
F16Field.o N 00000189
F16Field.o N 00000192
F16Field.o N 0000019b
F16Field.o N 000001a2
F16Field.o N 000001a4
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001bd
F16Field.o N 000001c9
F16Field.o N 000001ce
F16Field.o N 000001d0
F16Field.o N 000001d4
F16Field.o N 000001e0
F16Field.o N 000001eb
F16Field.o N 000001fa
F16Field.o N 00000206
F16Field.o N 0000020a
F16Field.o N 0000020c
F16Field.o N 00000217
F16Field.o N 00000229
F16Field.o N 0000023d
F16Field.o N 0000024a
F16Field.o N 00000255
F16Field.o N 0000026a
F16Field.o N 0000027c
F16Field.o N 0000029a
F16Field.o N 0000029c
F16Field.o N 000002a1
F16Field.o N 000002af
F16Field.o N 000002b4
F16Field.o N 000002cb
F16Field.o N 000002d6
F16Field.o N 000002df
F16Field.o N 000002e8
F16Field.o N 000002ef
F16Field.o N 000002f1
F16Field.o N 000002f8
F16Field.o N 000002fa
F16Field.o N 000002fc
F16Field.o N 00000301
F16Field.o N 00000308
F16Field.o N 0000030a
F16Field.o N 0000030c
F16Field.o N 0000030e
F16Field.o N 00000310
F16Field.o N 00000313
F16Field.o N 00000316
F16Field.o N 00000318
F16Field.o N 0000031a
F16Field.o N 0000031e
F16Field.o N 00000320
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010d
F32Field.o N 0000011a
F32Field.o N 00000123
F32Field.o N 0000012c
F32Field.o N 00000137
F32Field.o N 0000013a
F32Field.o N 00000149
F32Field.o N 00000154
F32Field.o N 0000015d
F32Field.o N 00000165
F32Field.o N 00000168
F32Field.o N 00000170
F32Field.o N 00000174
F32Field.o N 00000183
F32Field.o N 00000185
F32Field.o N 00000187
F32Field.o N 0000018a
F32Field.o N 0000019c
F32Field.o N 000001b0
F32Field.o N 000001bd
F32Field.o N 000001c4
F32Field.o N 000001d2
F32Field.o N 000001e4
F32Field.o N 000001f0
F32Field.o N 000001fb
F32Field.o N 00000206
F32Field.o N 0000020a
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 0000021f
F32Field.o N 00000224
F32Field.o N 0000023b
F32Field.o N 00000246
F32Field.o N 0000024f
F32Field.o N 00000258
F32Field.o N 0000025f
F32Field.o N 00000261
F32Field.o N 00000268
F32Field.o N 0000026a
F32Field.o N 0000026c
F32Field.o N 0000026e
F32Field.o N 00000270
F32Field.o N 00000276
F32Field.o N 0000027c
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010d
F48Field.o N 0000011a
F48Field.o N 00000129
F48Field.o N 00000134
F48Field.o N 0000013d
F48Field.o N 00000145
F48Field.o N 00000159
F48Field.o N 00000166
F48Field.o N 0000016f
F48Field.o N 00000178
F48Field.o N 00000183
F48Field.o N 00000188
F48Field.o N 00000190
F48Field.o N 00000193
F48Field.o N 00000196
F48Field.o N 00000199
F48Field.o N 0000019d
F48Field.o N 000001af
F48Field.o N 000001c3
F48Field.o N 000001d0
F48Field.o N 000001d7
F48Field.o N 000001e5
F48Field.o N 000001f1
F48Field.o N 00000203
F48Field.o N 0000020e
F48Field.o N 00000219
F48Field.o N 0000021d
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 00000232
F48Field.o N 00000237
F48Field.o N 0000024e
F48Field.o N 00000259
F48Field.o N 00000262
F48Field.o N 0000026b
F48Field.o N 00000272
F48Field.o N 00000274
F48Field.o N 00000276
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000282
F48Field.o N 00000285
F48Field.o N 0000028b
F48Field.o N 0000028f
F48Field.o N 00000291
F48Field.o N 00000293
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010d
F64Field.o N 00000115
F64Field.o N 0000011a
F64Field.o N 00000129
F64Field.o N 00000134
F64Field.o N 0000013d
F64Field.o N 00000145
F64Field.o N 00000159
F64Field.o N 00000161
F64Field.o N 0000016e
F64Field.o N 0000017b
F64Field.o N 00000184
F64Field.o N 0000018d
F64Field.o N 000001a4
F64Field.o N 000001af
F64Field.o N 000001b8
F64Field.o N 000001c3
F64Field.o N 000001c7
F64Field.o N 000001c9
F64Field.o N 000001cb
F64Field.o N 000001d6
F64Field.o N 000001d9
F64Field.o N 000001dc
F64Field.o N 000001df
F64Field.o N 000001e2
F64Field.o N 000001e6
F64Field.o N 000001f3
F64Field.o N 00000201
F64Field.o N 00000208
F64Field.o N 00000214
F64Field.o N 00000226
F64Field.o N 00000231
F64Field.o N 00000243
F64Field.o N 00000257
F64Field.o N 0000025a
F64Field.o N 0000025d
F64Field.o N 00000260
F64Field.o N 00000266
F64Field.o N 0000026a
F64Field.o N 0000026c
F64Field.o N 0000026e
F64Field.o N 00000275
F64Field.o N 00000277
F64Field.o N 0000027c
F64Field.o N 0000028a
F64Field.o N 0000028f
F64Field.o N 00000298
F64Field.o N 0000029f
F64Field.o N 000002a1
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010d
F80Field.o N 00000115
F80Field.o N 0000011a
F80Field.o N 00000129
F80Field.o N 00000134
F80Field.o N 0000013d
F80Field.o N 00000145
F80Field.o N 00000159
F80Field.o N 00000161
F80Field.o N 0000016e
F80Field.o N 0000017b
F80Field.o N 00000184
F80Field.o N 0000018d
F80Field.o N 000001a4
F80Field.o N 000001af
F80Field.o N 000001b8
F80Field.o N 000001c3
F80Field.o N 000001c7
F80Field.o N 000001c9
F80Field.o N 000001cb
F80Field.o N 000001d6
F80Field.o N 000001d9
F80Field.o N 000001dc
F80Field.o N 000001df
F80Field.o N 000001e2
F80Field.o N 000001e5
F80Field.o N 000001e9
F80Field.o N 000001f6
F80Field.o N 000001fd
F80Field.o N 0000020b
F80Field.o N 00000217
F80Field.o N 00000229
F80Field.o N 00000234
F80Field.o N 00000246
F80Field.o N 0000025a
F80Field.o N 0000025f
F80Field.o N 00000265
F80Field.o N 00000269
F80Field.o N 0000026b
F80Field.o N 0000026d
F80Field.o N 00000274
F80Field.o N 00000276
F80Field.o N 0000027b
F80Field.o N 00000289
F80Field.o N 0000028e
F80Field.o N 00000297
F80Field.o N 0000029e
F80Field.o N 000002a0
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010c
F8Field.o N 00000117
F8Field.o N 00000126
F8Field.o N 00000131
F8Field.o N 0000013a
F8Field.o N 0000014e
F8Field.o N 0000015d
F8Field.o N 0000016b
F8Field.o N 00000175
F8Field.o N 0000017d
F8Field.o N 0000018a
F8Field.o N 00000192
F8Field.o N 0000019a
F8Field.o N 000001a1
F8Field.o N 000001a7
F8Field.o N 000001a9
F8Field.o N 000001b3
F8Field.o N 000001c4
F8Field.o N 000001d7
F8Field.o N 000001e3
F8Field.o N 000001ee
F8Field.o N 000001f8
F8Field.o N 000001fa
F8Field.o N 000001ff
F8Field.o N 00000204
F8Field.o N 0000021b
F8Field.o N 00000226
F8Field.o N 0000022f
F8Field.o N 00000238
F8Field.o N 0000023c
F8Field.o N 00000243
F8Field.o N 00000245
F8Field.o N 0000024c
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000109
LUOV.o N 0000010c
LUOV.o N 00000123
LUOV.o N 0000012e
LUOV.o N 00000137
LUOV.o N 0000014b
LUOV.o N 0000014e
LUOV.o N 0000015a
LUOV.o N 0000015c
LUOV.o N 0000016a
LUOV.o N 0000017d
LUOV.o N 0000017f
LUOV.o N 00000189
LUOV.o N 00000191
LUOV.o N 00000198
LUOV.o N 0000019a
LUOV.o N 0000019f
LUOV.o N 000001a3
LUOV.o N 000001a5
LUOV.o N 000001b8
LUOV.o N 000001bb
LUOV.o N 000001be
LUOV.o N 000001c1
LUOV.o N 000001c4
LUOV.o N 000001c7
LUOV.o N 000001ca
LUOV.o N 000001db
LUOV.o N 000001e9
LUOV.o N 000001f2
LUOV.o N 000001f6
LUOV.o N 000001fd
LUOV.o N 00000201
LUOV.o N 00000208
LUOV.o N 0000020e
LUOV.o N 00000213
LUOV.o N 00000220
LUOV.o N 0000022c
LUOV.o N 00000236
LUOV.o N 0000025b
LUOV.o N 0000027a
LUOV.o N 0000028c
LUOV.o N 0000029c
LUOV.o N 000002b0
LUOV.o N 000002bc
LUOV.o N 000002ce
LUOV.o N 000002e2
LUOV.o N 000002f8
LUOV.o N 0000030a
LUOV.o N 0000031e
LUOV.o N 00000334
LUOV.o N 00000346
LUOV.o N 0000035a
LUOV.o N 00000370
LUOV.o N 00000382
LUOV.o N 0000038e
LUOV.o N 0000039e
LUOV.o N 000003b3
LUOV.o N 000003c9
LUOV.o N 000003d8
LUOV.o N 000003e5
LUOV.o N 000003e7
LUOV.o N 000003f1
LUOV.o N 00000403
LUOV.o N 0000040a
LUOV.o N 0000040c
LUOV.o N 00000411
LUOV.o N 00000416
LUOV.o N 0000041f
LUOV.o N 00000426
LUOV.o N 00000429
LUOV.o N 00000435
LUOV.o N 00000437
LUOV.o N 00000441
LUOV.o N 00000443
LUOV.o N 0000044a
LUOV.o N 00000455
LUOV.o N 00000458
LUOV.o N 0000045b
LUOV.o N 00000465
LUOV.o N 00000467
LUOV.o N 0000046f
LUOV.o N 00000471
LUOV.o N 00000473
LUOV.o N 00000475
LUOV.o N 00000477
LUOV.o N 0000047c
LUOV.o N 00000480
LUOV.o N 00000486
LUOV.o N 0000048d
LUOV.o N 0000049c
LUOV.o N 000004a7
LUOV.o N 000004b0
LUOV.o N 000004b2
LUOV.o N 000004b7
LUOV.o N 000004bc
LUOV.o N 000004c2
LUOV.o N 000004c9
LUOV.o N 000004db
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 N 00000523
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000112
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012a
LinearAlgebra.o N 00000130
LinearAlgebra.o N 0000013e
LinearAlgebra.o N 00000148
LinearAlgebra.o N 00000150
LinearAlgebra.o N 00000157
LinearAlgebra.o N 0000015e
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016f
LinearAlgebra.o N 00000171
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018b
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000198
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a0
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001b2
LinearAlgebra.o N 000001bb
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c4
LinearAlgebra.o N 000001c6
LinearAlgebra.o N 000001d1
LinearAlgebra.o N 000001e0
LinearAlgebra.o N 000001ec
LinearAlgebra.o N 00000200
LinearAlgebra.o N 00000212
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 00000225
LinearAlgebra.o N 0000022e
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010b
buffer.o N 00000122
buffer.o N 0000012d
buffer.o N 00000136
buffer.o N 0000013f
buffer.o N 00000141
buffer.o N 00000146
buffer.o N 00000154
buffer.o N 00000159
buffer.o N 00000162
buffer.o N 00000166
buffer.o N 0000016d
buffer.o N 0000016f
buffer.o N 00000177
buffer.o N 00000179
buffer.o N 00000180
buffer.o N 00000184
buffer.o N 00000197
buffer.o N 00000199
buffer.o N 0000019e
buffer.o N 000001b3
buffer.o N 000001b7
buffer.o N 000001c1
buffer.o N 000001cb
buffer.o N 000001d6
buffer.o N 000001da
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000117
intermediateValues.o N 0000012a
intermediateValues.o N 0000013f
intermediateValues.o N 00000153
intermediateValues.o N 00000168
intermediateValues.o N 00000178
intermediateValues.o N 00000180
intermediateValues.o N 0000018e
intermediateValues.o N 00000198
intermediateValues.o N 000001a0
intermediateValues.o N 000001a7
intermediateValues.o N 000001a9
intermediateValues.o N 000001ae
intermediateValues.o N 000001b2
intermediateValues.o N 000001b7
intermediateValues.o N 000001bd
intermediateValues.o N 000001c4
intermediateValues.o N 000001d3
intermediateValues.o N 000001d7
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010e
keccakrng.o N 0000011c
keccakrng.o N 00000130
keccakrng.o N 00000140
keccakrng.o N 0000014e
keccakrng.o N 00000155
keccakrng.o N 0000015b
keccakrng.o N 0000016f
keccakrng.o N 00000174
keccakrng.o N 00000181
keccakrng.o N 0000018d
keccakrng.o N 00000197
keccakrng.o N 0000019b
keccakrng.o N 000001c0
keccakrng.o N 000001df
keccakrng.o N 000001f1
keccakrng.o N 00000201
keccakrng.o N 00000215
keccakrng.o N 0000021a
keccakrng.o N 0000021e
keccakrng.o N 00000224
keccakrng.o N 00000226
keccakrng.o N 0000023d
keccakrng.o N 00000248
keccakrng.o N 00000251
keccakrng.o N 00000258
keccakrng.o N 00000262
keccakrng.o N 0000026a
keccakrng.o N 00000271
keccakrng.o N 00000278
keccakrng.o N 00000283
keccakrng.o N 00000285
keccakrng.o N 0000028a
keccakrng.o N 0000028f
keccakrng.o N 00000298
keccakrng.o N 0000029f
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000109
sign.o N 0000013d
sign.o N 00000141
sign.o N 0000016d
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001af
sign.o N 000001b2
sign.o N 000001b5
sign.o N 000001c1
sign.o N 000001d5
sign.o N 000001d7
sign.o N 000001ee
sign.o N 000001f9
sign.o N 00000202
sign.o N 0000020c
sign.o N 0000020f
sign.o N 0000021a
sign.o N 0000021d
sign.o N 00000227
sign.o N 00000229
sign.o N 0000022e
sign.o N 00000233
sign.o N 0000023c
sign.o N 00000243
sign.o N 00000246
sign.o N 0000024c
sign.o N 0000024e
sign.o N 00000253
sign.o N 00000255
sign.o N 0000025c
sign.o N 00000261
sign.o N 00000264
sign.o N 0000026e
sign.o N 00000270
sign.o N 0000027a
sign.o N 00000282
sign.o N 00000289
sign.o N 00000293
sign.o N 00000297
sign.o N 0000029b
sign.o N 000002a0
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000112
Bitcontainer.o N 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 00000313
F16Field.o N 00000315
F16Field.o N 00000318
F16Field.o N 0000031b
F16Field.o N 0000031d
F16Field.o N 0000031f
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010e
F32Field.o N 0000011b
F32Field.o N 00000124
F32Field.o N 0000012d
F32Field.o N 00000138
F32Field.o N 0000013b
F32Field.o N 0000014a
F32Field.o N 00000155
F32Field.o N 0000015e
F32Field.o N 00000166
F32Field.o N 00000169
F32Field.o N 00000171
F32Field.o N 00000175
F32Field.o N 00000187
F32Field.o N 0000019b
F32Field.o N 000001a8
F32Field.o N 000001af
F32Field.o N 000001bd
F32Field.o N 000001cc
F32Field.o N 000001de
F32Field.o N 000001ea
F32Field.o N 000001f5
F32Field.o N 00000200
F32Field.o N 00000204
F32Field.o N 00000206
F32Field.o N 0000020b
F32Field.o N 00000219
F32Field.o N 0000021e
F32Field.o N 00000235
F32Field.o N 00000240
F32Field.o N 00000249
F32Field.o N 00000252
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 00000264
F32Field.o N 00000266
F32Field.o N 00000269
F32Field.o N 0000026b
F32Field.o N 0000026d
F32Field.o N 0000026f
F32Field.o N 00000271
F32Field.o N 00000277
F32Field.o N 0000027d
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010e
F48Field.o N 0000011b
F48Field.o N 0000012a
F48Field.o N 00000135
F48Field.o N 0000013e
F48Field.o N 00000146
F48Field.o N 0000015a
F48Field.o N 00000167
F48Field.o N 00000170
F48Field.o N 00000179
F48Field.o N 00000184
F48Field.o N 00000189
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000197
F48Field.o N 0000019a
F48Field.o N 0000019e
F48Field.o N 000001b0
F48Field.o N 000001c4
F48Field.o N 000001d1
F48Field.o N 000001d8
F48Field.o N 000001e6
F48Field.o N 000001f2
F48Field.o N 00000204
F48Field.o N 0000020f
F48Field.o N 0000021a
F48Field.o N 0000021e
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 00000233
F48Field.o N 00000238
F48Field.o N 0000024f
F48Field.o N 0000025a
F48Field.o N 00000263
F48Field.o N 0000026c
F48Field.o N 00000273
F48Field.o N 00000275
F48Field.o N 00000277
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o N 00000283
F48Field.o N 00000286
F48Field.o N 0000028c
F48Field.o N 00000290
F48Field.o N 00000292
F48Field.o N 00000294
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010e
F64Field.o N 00000116
F64Field.o N 0000011b
F64Field.o N 0000012a
F64Field.o N 00000135
F64Field.o N 0000013e
F64Field.o N 00000146
F64Field.o N 0000015a
F64Field.o N 00000162
F64Field.o N 0000016f
F64Field.o N 0000017c
F64Field.o N 00000185
F64Field.o N 0000018e
F64Field.o N 000001a5
F64Field.o N 000001b0
F64Field.o N 000001b9
F64Field.o N 000001c4
F64Field.o N 000001c8
F64Field.o N 000001ca
F64Field.o N 000001cc
F64Field.o N 000001d7
F64Field.o N 000001da
F64Field.o N 000001dd
F64Field.o N 000001e0
F64Field.o N 000001e3
F64Field.o N 000001e7
F64Field.o N 000001f4
F64Field.o N 00000202
F64Field.o N 00000209
F64Field.o N 00000215
F64Field.o N 00000227
F64Field.o N 00000232
F64Field.o N 00000244
F64Field.o N 00000258
F64Field.o N 0000025b
F64Field.o N 0000025e
F64Field.o N 00000261
F64Field.o N 00000267
F64Field.o N 0000026b
F64Field.o N 0000026d
F64Field.o N 0000026f
F64Field.o N 00000276
F64Field.o N 00000278
F64Field.o N 0000027d
F64Field.o N 0000028b
F64Field.o N 00000290
F64Field.o N 00000299
F64Field.o N 000002a0
F64Field.o N 000002a2
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010e
F80Field.o N 00000116
F80Field.o N 0000011b
F80Field.o N 0000012a
F80Field.o N 00000135
F80Field.o N 0000013e
F80Field.o N 00000146
F80Field.o N 0000015a
F80Field.o N 00000162
F80Field.o N 0000016f
F80Field.o N 0000017c
F80Field.o N 00000185
F80Field.o N 0000018e
F80Field.o N 000001a5
F80Field.o N 000001b0
F80Field.o N 000001b9
F80Field.o N 000001c4
F80Field.o N 000001c8
F80Field.o N 000001ca
F80Field.o N 000001cc
F80Field.o N 000001d7
F80Field.o N 000001da
F80Field.o N 000001dd
F80Field.o N 000001e0
F80Field.o N 000001e3
F80Field.o N 000001e6
F80Field.o N 000001ea
F80Field.o N 000001f7
F80Field.o N 000001fe
F80Field.o N 0000020c
F80Field.o N 00000218
F80Field.o N 0000022a
F80Field.o N 00000235
F80Field.o N 00000247
F80Field.o N 0000025b
F80Field.o N 00000260
F80Field.o N 00000266
F80Field.o N 0000026a
F80Field.o N 0000026c
F80Field.o N 0000026e
F80Field.o N 00000275
F80Field.o N 00000277
F80Field.o N 0000027c
F80Field.o N 0000028a
F80Field.o N 0000028f
F80Field.o N 00000298
F80Field.o N 0000029f
F80Field.o N 000002a1
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010d
F8Field.o N 00000118
F8Field.o N 00000127
F8Field.o N 00000132
F8Field.o N 0000013b
F8Field.o N 0000014f
F8Field.o N 0000015e
F8Field.o N 0000016c
F8Field.o N 00000176
F8Field.o N 0000017e
F8Field.o N 0000018b
F8Field.o N 00000193
F8Field.o N 0000019b
F8Field.o N 000001a2
F8Field.o N 000001a8
F8Field.o N 000001aa
F8Field.o N 000001b4
F8Field.o N 000001c5
F8Field.o N 000001d8
F8Field.o N 000001e4
F8Field.o N 000001ef
F8Field.o N 000001f9
F8Field.o N 000001fb
F8Field.o N 00000200
F8Field.o N 00000205
F8Field.o N 0000021c
F8Field.o N 00000227
F8Field.o N 00000230
F8Field.o N 00000239
F8Field.o N 0000023d
F8Field.o N 00000244
F8Field.o N 00000246
F8Field.o N 0000024d
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 0000010a
LUOV.o N 0000010d
LUOV.o N 00000124
LUOV.o N 0000012f
LUOV.o N 00000138
LUOV.o N 0000014c
LUOV.o N 0000014f
LUOV.o N 0000015b
LUOV.o N 0000015d
LUOV.o N 0000016b
LUOV.o N 0000017e
LUOV.o N 00000180
LUOV.o N 0000018a
LUOV.o N 00000192
LUOV.o N 00000199
LUOV.o N 0000019b
LUOV.o N 000001a0
LUOV.o N 000001a4
LUOV.o N 000001a6
LUOV.o N 000001b8
LUOV.o N 000001bb
LUOV.o N 000001be
LUOV.o N 000001c1
LUOV.o N 000001c4
LUOV.o N 000001c7
LUOV.o N 000001ca
LUOV.o N 000001db
LUOV.o N 000001e7
LUOV.o N 000001fa
LUOV.o N 0000020e
LUOV.o N 00000224
LUOV.o N 00000236
LUOV.o N 0000024a
LUOV.o N 00000260
LUOV.o N 00000272
LUOV.o N 00000286
LUOV.o N 0000029c
LUOV.o N 000002ae
LUOV.o N 000002ba
LUOV.o N 000002ca
LUOV.o N 000002df
LUOV.o N 000002f5
LUOV.o N 00000303
LUOV.o N 00000312
LUOV.o N 0000031f
LUOV.o N 00000321
LUOV.o N 0000032b
LUOV.o N 0000033d
LUOV.o N 00000344
LUOV.o N 00000346
LUOV.o N 0000034b
LUOV.o N 00000350
LUOV.o N 00000359
LUOV.o N 00000360
LUOV.o N 00000363
LUOV.o N 0000036f
LUOV.o N 00000371
LUOV.o N 0000037b
LUOV.o N 0000037d
LUOV.o N 00000384
LUOV.o N 0000038f
LUOV.o N 00000396
LUOV.o N 0000039c
LUOV.o N 000003a1
LUOV.o N 000003ae
LUOV.o N 000003ba
LUOV.o N 000003c4
LUOV.o N 000003e9
LUOV.o N 00000408
LUOV.o N 0000041a
LUOV.o N 0000042a
LUOV.o N 0000043e
LUOV.o N 00000441
LUOV.o N 00000444
LUOV.o N 0000044e
LUOV.o N 00000450
LUOV.o N 00000458
LUOV.o N 0000045a
LUOV.o N 0000045c
LUOV.o N 0000045e
LUOV.o N 00000460
LUOV.o N 00000465
LUOV.o N 00000469
LUOV.o N 0000046f
LUOV.o N 00000476
LUOV.o N 00000485
LUOV.o N 00000490
LUOV.o N 00000499
LUOV.o N 0000049b
LUOV.o N 000004a0
LUOV.o N 000004a5
LUOV.o N 000004ab
LUOV.o N 000004b2
LUOV.o N 000004c4
LUOV.o N 000004cb
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 N 00000524
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000113
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 0000011e
LinearAlgebra.o N 00000123
LinearAlgebra.o N 00000127
LinearAlgebra.o N 0000012c
LinearAlgebra.o N 00000132
LinearAlgebra.o N 00000140
LinearAlgebra.o N 0000014a
LinearAlgebra.o N 00000152
LinearAlgebra.o N 00000159
LinearAlgebra.o N 00000160
LinearAlgebra.o N 00000165
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 0000016f
LinearAlgebra.o N 00000179
LinearAlgebra.o N 00000184
LinearAlgebra.o N 00000193
LinearAlgebra.o N 0000019f
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001ae
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001d4
LinearAlgebra.o N 000001e1
LinearAlgebra.o N 000001e5
LinearAlgebra.o N 000001e7
LinearAlgebra.o N 000001ee
LinearAlgebra.o N 000001f0
LinearAlgebra.o N 000001f4
LinearAlgebra.o N 000001f8
LinearAlgebra.o N 000001fc
LinearAlgebra.o N 000001fe
LinearAlgebra.o N 00000206
LinearAlgebra.o N 0000020f
LinearAlgebra.o N 00000216
LinearAlgebra.o N 00000220
LinearAlgebra.o N 00000222
LinearAlgebra.o N 00000226
LinearAlgebra.o N 0000022f
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010c
buffer.o N 00000123
buffer.o N 0000012e
buffer.o N 00000137
buffer.o N 0000013f
buffer.o N 0000014d
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 00000159
buffer.o N 00000162
buffer.o N 00000166
buffer.o N 0000016d
buffer.o N 00000171
buffer.o N 00000184
buffer.o N 00000186
buffer.o N 0000018d
buffer.o N 0000018f
buffer.o N 00000194
buffer.o N 0000019d
buffer.o N 000001b2
buffer.o N 000001bc
buffer.o N 000001c6
buffer.o N 000001d1
buffer.o N 000001d3
buffer.o N 000001d7
buffer.o N 000001db
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000118
intermediateValues.o N 0000012b
intermediateValues.o N 00000140
intermediateValues.o N 00000154
intermediateValues.o N 00000169
intermediateValues.o N 00000179
intermediateValues.o N 00000181
intermediateValues.o N 0000018f
intermediateValues.o N 00000199
intermediateValues.o N 000001a1
intermediateValues.o N 000001a8
intermediateValues.o N 000001aa
intermediateValues.o N 000001af
intermediateValues.o N 000001b3
intermediateValues.o N 000001b8
intermediateValues.o N 000001be
intermediateValues.o N 000001c5
intermediateValues.o N 000001d4
intermediateValues.o N 000001d8
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010f
keccakrng.o N 0000011d
keccakrng.o N 00000131
keccakrng.o N 00000141
keccakrng.o N 0000014f
keccakrng.o N 00000156
keccakrng.o N 0000015c
keccakrng.o N 00000170
keccakrng.o N 00000175
keccakrng.o N 00000182
keccakrng.o N 0000018e
keccakrng.o N 00000198
keccakrng.o N 0000019c
keccakrng.o N 000001c1
keccakrng.o N 000001e0
keccakrng.o N 000001f2
keccakrng.o N 00000202
keccakrng.o N 00000216
keccakrng.o N 0000021b
keccakrng.o N 0000021f
keccakrng.o N 00000225
keccakrng.o N 00000227
keccakrng.o N 0000023e
keccakrng.o N 00000249
keccakrng.o N 00000252
keccakrng.o N 00000259
keccakrng.o N 00000263
keccakrng.o N 0000026b
keccakrng.o N 00000272
keccakrng.o N 00000279
keccakrng.o N 00000284
keccakrng.o N 00000286
keccakrng.o N 0000028b
keccakrng.o N 00000290
keccakrng.o N 00000299
keccakrng.o N 000002a0
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 0000010a
sign.o N 0000013e
sign.o N 00000142
sign.o N 0000016e
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001b0
sign.o N 000001b3
sign.o N 000001b6
sign.o N 000001c2
sign.o N 000001d6
sign.o N 000001d8
sign.o N 000001ef
sign.o N 000001fa
sign.o N 00000203
sign.o N 0000020d
sign.o N 00000210
sign.o N 0000021b
sign.o N 0000021e
sign.o N 00000228
sign.o N 0000022a
sign.o N 0000022f
sign.o N 00000234
sign.o N 0000023d
sign.o N 00000244
sign.o N 00000247
sign.o N 0000024d
sign.o N 0000024f
sign.o N 00000254
sign.o N 00000256
sign.o N 0000025d
sign.o N 00000262
sign.o N 00000265
sign.o N 0000026f
sign.o N 00000271
sign.o N 0000027b
sign.o N 00000283
sign.o N 0000028a
sign.o N 00000294
sign.o N 00000298
sign.o N 0000029c
sign.o N 000002a1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 00000111
Bitcontainer.o N 0000012a
Bitcontainer.o N 00000131
Bitcontainer.o N 00000137
Bitcontainer.o N 00000145
Bitcontainer.o N 00000159
Bitcontainer.o N 0000015e
Bitcontainer.o N 0000016b
Bitcontainer.o N 00000177
Bitcontainer.o N 00000181
Bitcontainer.o N 00000185
Bitcontainer.o N 000001aa
Bitcontainer.o N 000001c9
Bitcontainer.o N 000001db
Bitcontainer.o N 000001eb
Bitcontainer.o N 000001ff
Bitcontainer.o N 00000203
Bitcontainer.o N 0000021a
Bitcontainer.o N 00000225
Bitcontainer.o N 0000022e
Bitcontainer.o N 00000233
Bitcontainer.o squeezeBitcontainerArray T
F16Field.o N 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 0000010d
F16Field.o N 00000119
F16Field.o N 00000126
F16Field.o N 00000131
F16Field.o N 0000013a
F16Field.o N 0000014e
F16Field.o N 0000015e
F16Field.o N 0000016d
F16Field.o N 00000178
F16Field.o N 00000181
F16Field.o N 00000189
F16Field.o N 00000192
F16Field.o N 0000019b
F16Field.o N 000001a2
F16Field.o N 000001a4
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001bd
F16Field.o N 000001c9
F16Field.o N 000001ce
F16Field.o N 000001d0
F16Field.o N 000001d4
F16Field.o N 000001e0
F16Field.o N 000001eb
F16Field.o N 000001fa
F16Field.o N 00000205
F16Field.o N 00000209
F16Field.o N 0000021b
F16Field.o N 0000022f
F16Field.o N 0000023c
F16Field.o N 00000247
F16Field.o N 0000025c
F16Field.o N 00000268
F16Field.o N 0000027a
F16Field.o N 00000298
F16Field.o N 0000029a
F16Field.o N 0000029f
F16Field.o N 000002ad
F16Field.o N 000002b2
F16Field.o N 000002c9
F16Field.o N 000002d4
F16Field.o N 000002dd
F16Field.o N 000002e6
F16Field.o N 000002ed
F16Field.o N 000002ef
F16Field.o N 000002f6
F16Field.o N 000002f8
F16Field.o N 000002fa
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000308
F16Field.o N 0000030a
F16Field.o N 0000030c
F16Field.o N 0000030e
F16Field.o N 00000310
F16Field.o N 00000313
F16Field.o N 00000316
F16Field.o N 00000318
F16Field.o N 0000031a
F16Field.o N 0000031e
F16Field.o N 00000320
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 0000010d
F32Field.o N 0000011a
F32Field.o N 00000123
F32Field.o N 0000012c
F32Field.o N 00000137
F32Field.o N 0000013a
F32Field.o N 00000149
F32Field.o N 00000154
F32Field.o N 0000015d
F32Field.o N 00000165
F32Field.o N 00000168
F32Field.o N 00000170
F32Field.o N 00000174
F32Field.o N 00000183
F32Field.o N 00000185
F32Field.o N 00000187
F32Field.o N 0000018a
F32Field.o N 0000019c
F32Field.o N 000001b0
F32Field.o N 000001bd
F32Field.o N 000001c4
F32Field.o N 000001d2
F32Field.o N 000001e4
F32Field.o N 000001f0
F32Field.o N 000001fb
F32Field.o N 00000206
F32Field.o N 0000020a
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 0000021f
F32Field.o N 00000224
F32Field.o N 0000023b
F32Field.o N 00000246
F32Field.o N 0000024f
F32Field.o N 00000258
F32Field.o N 0000025f
F32Field.o N 00000261
F32Field.o N 00000268
F32Field.o N 0000026a
F32Field.o N 0000026c
F32Field.o N 0000026e
F32Field.o N 00000270
F32Field.o N 00000276
F32Field.o N 0000027c
F32Field.o f32add T
F32Field.o f32addInPlace T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 0000010d
F48Field.o N 0000011a
F48Field.o N 00000129
F48Field.o N 00000134
F48Field.o N 0000013d
F48Field.o N 00000145
F48Field.o N 00000159
F48Field.o N 00000166
F48Field.o N 0000016f
F48Field.o N 00000178
F48Field.o N 00000183
F48Field.o N 00000188
F48Field.o N 00000190
F48Field.o N 00000193
F48Field.o N 00000196
F48Field.o N 00000199
F48Field.o N 0000019d
F48Field.o N 000001af
F48Field.o N 000001c3
F48Field.o N 000001d0
F48Field.o N 000001d7
F48Field.o N 000001e5
F48Field.o N 000001f1
F48Field.o N 00000203
F48Field.o N 0000020e
F48Field.o N 00000219
F48Field.o N 0000021d
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 00000232
F48Field.o N 00000237
F48Field.o N 0000024e
F48Field.o N 00000259
F48Field.o N 00000262
F48Field.o N 0000026b
F48Field.o N 00000272
F48Field.o N 00000274
F48Field.o N 00000276
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000282
F48Field.o N 00000285
F48Field.o N 0000028b
F48Field.o N 0000028f
F48Field.o N 00000291
F48Field.o N 00000293
F48Field.o f48add T
F48Field.o f48addInPlace T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 0000010d
F64Field.o N 00000115
F64Field.o N 0000011a
F64Field.o N 00000129
F64Field.o N 00000134
F64Field.o N 0000013d
F64Field.o N 00000145
F64Field.o N 00000159
F64Field.o N 00000161
F64Field.o N 0000016e
F64Field.o N 0000017b
F64Field.o N 00000184
F64Field.o N 0000018d
F64Field.o N 000001a4
F64Field.o N 000001af
F64Field.o N 000001b8
F64Field.o N 000001c3
F64Field.o N 000001c7
F64Field.o N 000001c9
F64Field.o N 000001cb
F64Field.o N 000001d6
F64Field.o N 000001d9
F64Field.o N 000001dc
F64Field.o N 000001df
F64Field.o N 000001e2
F64Field.o N 000001e6
F64Field.o N 000001f3
F64Field.o N 00000201
F64Field.o N 00000208
F64Field.o N 00000214
F64Field.o N 00000226
F64Field.o N 00000231
F64Field.o N 00000243
F64Field.o N 00000257
F64Field.o N 0000025a
F64Field.o N 0000025d
F64Field.o N 00000260
F64Field.o N 00000266
F64Field.o N 0000026a
F64Field.o N 0000026c
F64Field.o N 0000026e
F64Field.o N 00000275
F64Field.o N 00000277
F64Field.o N 0000027c
F64Field.o N 0000028a
F64Field.o N 0000028f
F64Field.o N 00000298
F64Field.o N 0000029f
F64Field.o N 000002a1
F64Field.o f64add T
F64Field.o f64addInPlace T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 0000010d
F80Field.o N 00000115
F80Field.o N 0000011a
F80Field.o N 00000129
F80Field.o N 00000134
F80Field.o N 0000013d
F80Field.o N 00000145
F80Field.o N 00000159
F80Field.o N 00000161
F80Field.o N 0000016e
F80Field.o N 0000017b
F80Field.o N 00000184
F80Field.o N 0000018d
F80Field.o N 000001a4
F80Field.o N 000001af
F80Field.o N 000001b8
F80Field.o N 000001c3
F80Field.o N 000001c7
F80Field.o N 000001c9
F80Field.o N 000001cb
F80Field.o N 000001d6
F80Field.o N 000001d9
F80Field.o N 000001dc
F80Field.o N 000001df
F80Field.o N 000001e2
F80Field.o N 000001e5
F80Field.o N 000001e9
F80Field.o N 000001f6
F80Field.o N 000001fd
F80Field.o N 0000020b
F80Field.o N 00000217
F80Field.o N 00000229
F80Field.o N 00000234
F80Field.o N 00000246
F80Field.o N 0000025a
F80Field.o N 0000025f
F80Field.o N 00000265
F80Field.o N 00000269
F80Field.o N 0000026b
F80Field.o N 0000026d
F80Field.o N 00000274
F80Field.o N 00000276
F80Field.o N 0000027b
F80Field.o N 00000289
F80Field.o N 0000028e
F80Field.o N 00000297
F80Field.o N 0000029e
F80Field.o N 000002a0
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80addInPlace T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 0000010c
F8Field.o N 00000117
F8Field.o N 00000126
F8Field.o N 00000131
F8Field.o N 0000013a
F8Field.o N 0000014e
F8Field.o N 0000015d
F8Field.o N 0000016b
F8Field.o N 00000175
F8Field.o N 0000017d
F8Field.o N 0000018a
F8Field.o N 00000192
F8Field.o N 0000019a
F8Field.o N 000001a1
F8Field.o N 000001a7
F8Field.o N 000001a9
F8Field.o N 000001b3
F8Field.o N 000001c4
F8Field.o N 000001d7
F8Field.o N 000001e3
F8Field.o N 000001ee
F8Field.o N 000001f8
F8Field.o N 000001fa
F8Field.o N 000001ff
F8Field.o N 00000204
F8Field.o N 0000021b
F8Field.o N 00000226
F8Field.o N 0000022f
F8Field.o N 00000238
F8Field.o N 0000023c
F8Field.o N 00000243
F8Field.o N 00000245
F8Field.o N 0000024c
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000109
LUOV.o N 0000010c
LUOV.o N 00000123
LUOV.o N 0000012e
LUOV.o N 00000137
LUOV.o N 0000014b
LUOV.o N 0000014e
LUOV.o N 0000015a
LUOV.o N 0000015c
LUOV.o N 0000016a
LUOV.o N 0000017d
LUOV.o N 0000017f
LUOV.o N 00000189
LUOV.o N 00000191
LUOV.o N 00000198
LUOV.o N 0000019a
LUOV.o N 0000019f
LUOV.o N 000001a3
LUOV.o N 000001a5
LUOV.o N 000001b8
LUOV.o N 000001bb
LUOV.o N 000001be
LUOV.o N 000001c1
LUOV.o N 000001c4
LUOV.o N 000001c7
LUOV.o N 000001ca
LUOV.o N 000001db
LUOV.o N 000001e9
LUOV.o N 000001f2
LUOV.o N 000001f6
LUOV.o N 000001fd
LUOV.o N 00000201
LUOV.o N 00000208
LUOV.o N 0000020e
LUOV.o N 00000213
LUOV.o N 00000220
LUOV.o N 0000022c
LUOV.o N 00000236
LUOV.o N 0000025b
LUOV.o N 0000027a
LUOV.o N 0000028c
LUOV.o N 0000029c
LUOV.o N 000002b0
LUOV.o N 000002bc
LUOV.o N 000002ce
LUOV.o N 000002e2
LUOV.o N 000002f8
LUOV.o N 0000030a
LUOV.o N 0000031e
LUOV.o N 00000334
LUOV.o N 00000346
LUOV.o N 0000035a
LUOV.o N 00000370
LUOV.o N 00000382
LUOV.o N 0000038e
LUOV.o N 0000039e
LUOV.o N 000003b3
LUOV.o N 000003c9
LUOV.o N 000003d8
LUOV.o N 000003e5
LUOV.o N 000003e7
LUOV.o N 000003f1
LUOV.o N 00000403
LUOV.o N 0000040a
LUOV.o N 0000040c
LUOV.o N 00000411
LUOV.o N 00000416
LUOV.o N 0000041f
LUOV.o N 00000426
LUOV.o N 00000429
LUOV.o N 00000435
LUOV.o N 00000437
LUOV.o N 00000441
LUOV.o N 00000443
LUOV.o N 0000044a
LUOV.o N 00000455
LUOV.o N 00000458
LUOV.o N 0000045b
LUOV.o N 00000465
LUOV.o N 00000467
LUOV.o N 0000046f
LUOV.o N 00000471
LUOV.o N 00000473
LUOV.o N 00000475
LUOV.o N 00000477
LUOV.o N 0000047c
LUOV.o N 00000480
LUOV.o N 00000486
LUOV.o N 0000048d
LUOV.o N 0000049c
LUOV.o N 000004a7
LUOV.o N 000004b0
LUOV.o N 000004b2
LUOV.o N 000004b7
LUOV.o N 000004bc
LUOV.o N 000004c2
LUOV.o N 000004c9
LUOV.o N 000004db
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 N 00000523
LUOV.o _addScalarProduct1 T
LUOV.o _addScalarProduct3 T
LUOV.o addScalarProduct T
LUOV.o addScalarProduct3 T
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o expandTable T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o repeatTable T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 00000112
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012a
LinearAlgebra.o N 00000130
LinearAlgebra.o N 0000013e
LinearAlgebra.o N 00000148
LinearAlgebra.o N 00000150
LinearAlgebra.o N 00000157
LinearAlgebra.o N 0000015e
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016f
LinearAlgebra.o N 00000171
LinearAlgebra.o N 0000017a
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018b
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000198
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a0
LinearAlgebra.o N 000001a8
LinearAlgebra.o N 000001b2
LinearAlgebra.o N 000001bb
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001c4
LinearAlgebra.o N 000001c6
LinearAlgebra.o N 000001d1
LinearAlgebra.o N 000001e0
LinearAlgebra.o N 000001ec
LinearAlgebra.o N 00000200
LinearAlgebra.o N 00000212
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 00000225
LinearAlgebra.o N 0000022e
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 0000010b
buffer.o N 00000122
buffer.o N 0000012d
buffer.o N 00000136
buffer.o N 0000013f
buffer.o N 00000141
buffer.o N 00000146
buffer.o N 00000154
buffer.o N 00000159
buffer.o N 00000162
buffer.o N 00000166
buffer.o N 0000016d
buffer.o N 0000016f
buffer.o N 00000177
buffer.o N 00000179
buffer.o N 00000180
buffer.o N 00000184
buffer.o N 00000197
buffer.o N 00000199
buffer.o N 0000019e
buffer.o N 000001b3
buffer.o N 000001b7
buffer.o N 000001c1
buffer.o N 000001cb
buffer.o N 000001d6
buffer.o N 000001da
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000117
intermediateValues.o N 0000012a
intermediateValues.o N 0000013f
intermediateValues.o N 00000153
intermediateValues.o N 00000168
intermediateValues.o N 00000178
intermediateValues.o N 00000180
intermediateValues.o N 0000018e
intermediateValues.o N 00000198
intermediateValues.o N 000001a0
intermediateValues.o N 000001a7
intermediateValues.o N 000001a9
intermediateValues.o N 000001ae
intermediateValues.o N 000001b2
intermediateValues.o N 000001b7
intermediateValues.o N 000001bd
intermediateValues.o N 000001c4
intermediateValues.o N 000001d3
intermediateValues.o N 000001d7
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010e
keccakrng.o N 0000011c
keccakrng.o N 00000130
keccakrng.o N 00000140
keccakrng.o N 0000014e
keccakrng.o N 00000155
keccakrng.o N 0000015b
keccakrng.o N 0000016f
keccakrng.o N 00000174
keccakrng.o N 00000181
keccakrng.o N 0000018d
keccakrng.o N 00000197
keccakrng.o N 0000019b
keccakrng.o N 000001c0
keccakrng.o N 000001df
keccakrng.o N 000001f1
keccakrng.o N 00000201
keccakrng.o N 00000215
keccakrng.o N 0000021a
keccakrng.o N 0000021e
keccakrng.o N 00000224
keccakrng.o N 00000226
keccakrng.o N 0000023d
keccakrng.o N 00000248
keccakrng.o N 00000251
keccakrng.o N 00000258
keccakrng.o N 00000262
keccakrng.o N 0000026a
keccakrng.o N 00000271
keccakrng.o N 00000278
keccakrng.o N 00000283
keccakrng.o N 00000285
keccakrng.o N 0000028a
keccakrng.o N 0000028f
keccakrng.o N 00000298
keccakrng.o N 0000029f
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000109
sign.o N 0000013d
sign.o N 00000141
sign.o N 0000016d
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001af
sign.o N 000001b2
sign.o N 000001b5
sign.o N 000001c0
sign.o N 000001d4
sign.o N 000001d7
sign.o N 000001ee
sign.o N 000001f9
sign.o N 00000202
sign.o N 0000020c
sign.o N 0000020f
sign.o N 0000021b
sign.o N 0000021d
sign.o N 00000227
sign.o N 00000229
sign.o N 0000022e
sign.o N 00000233
sign.o N 0000023c
sign.o N 00000243
sign.o N 00000246
sign.o N 0000024c
sign.o N 0000024e
sign.o N 00000253
sign.o N 00000255
sign.o N 0000025c
sign.o N 00000261
sign.o N 00000264
sign.o N 0000026e
sign.o N 00000270
sign.o N 0000027a
sign.o N 00000282
sign.o N 00000289
sign.o N 00000293
sign.o N 00000297
sign.o N 0000029b
sign.o N 000002a0
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 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 0000011c
LUOV.o N 00000127
LUOV.o N 00000130
LUOV.o N 0000013e
LUOV.o N 00000147
LUOV.o N 00000155
LUOV.o N 00000159
LUOV.o N 00000160
LUOV.o N 0000016a
LUOV.o N 00000172
LUOV.o N 00000179
LUOV.o N 0000017d
LUOV.o N 00000184
LUOV.o N 0000018a
LUOV.o N 0000019e
LUOV.o N 000001a3
LUOV.o N 000001b0
LUOV.o N 000001bc
LUOV.o N 000001c6
LUOV.o N 000001ca
LUOV.o N 000001ef
LUOV.o N 0000020e
LUOV.o N 00000220
LUOV.o N 00000230
LUOV.o N 00000244
LUOV.o N 00000258
LUOV.o N 0000026e
LUOV.o N 00000280
LUOV.o N 00000294
LUOV.o N 000002aa
LUOV.o N 000002bc
LUOV.o N 000002d0
LUOV.o N 000002e6
LUOV.o N 000002f8
LUOV.o N 00000304
LUOV.o N 00000314
LUOV.o N 00000329
LUOV.o N 0000033f
LUOV.o N 0000034e
LUOV.o N 0000035b
LUOV.o N 0000035d
LUOV.o N 00000367
LUOV.o N 00000379
LUOV.o N 00000380
LUOV.o N 00000382
LUOV.o N 00000387
LUOV.o N 0000038c
LUOV.o N 00000395
LUOV.o N 0000039c
LUOV.o N 0000039f
LUOV.o N 000003ab
LUOV.o N 000003ad
LUOV.o N 000003b7
LUOV.o N 000003b9
LUOV.o N 000003c0
LUOV.o N 000003cb
LUOV.o N 000003ce
LUOV.o N 000003d1
LUOV.o N 000003db
LUOV.o N 000003dd
LUOV.o N 000003df
LUOV.o N 000003e7
LUOV.o N 000003e9
LUOV.o N 000003eb
LUOV.o N 000003ed
LUOV.o N 000003f1
LUOV.o N 00000403
LUOV.o N 00000405
LUOV.o N 0000040a
LUOV.o N 0000040f
LUOV.o N 00000415
LUOV.o N 0000041c
LUOV.o N 0000041f
LUOV.o N 00000424
LUOV.o N 0000042f
LUOV.o N 0000043e
LUOV.o N 00000448
LUOV.o N 00000457
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010e
LinearAlgebra.o N 00000118
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012c
LinearAlgebra.o N 0000013a
LinearAlgebra.o N 00000144
LinearAlgebra.o N 0000014c
LinearAlgebra.o N 00000153
LinearAlgebra.o N 0000015a
LinearAlgebra.o N 00000167
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016d
LinearAlgebra.o N 00000176
LinearAlgebra.o N 00000178
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 00000190
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000196
LinearAlgebra.o N 0000019c
LinearAlgebra.o N 000001a4
LinearAlgebra.o N 000001ae
LinearAlgebra.o N 000001b7
LinearAlgebra.o N 000001be
LinearAlgebra.o N 000001c0
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001cd
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001e8
LinearAlgebra.o N 000001fc
LinearAlgebra.o N 0000020e
LinearAlgebra.o N 00000215
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 0000022a
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000107
buffer.o N 0000011e
buffer.o N 00000129
buffer.o N 00000132
buffer.o N 0000013b
buffer.o N 0000013d
buffer.o N 00000142
buffer.o N 00000150
buffer.o N 00000155
buffer.o N 0000015e
buffer.o N 00000162
buffer.o N 00000169
buffer.o N 0000016b
buffer.o N 00000173
buffer.o N 00000175
buffer.o N 0000017c
buffer.o N 00000180
buffer.o N 00000193
buffer.o N 00000195
buffer.o N 0000019a
buffer.o N 000001af
buffer.o N 000001b3
buffer.o N 000001bd
buffer.o N 000001c7
buffer.o N 000001d2
buffer.o N 000001d6
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000113
intermediateValues.o N 00000126
intermediateValues.o N 0000013b
intermediateValues.o N 0000014f
intermediateValues.o N 00000164
intermediateValues.o N 00000174
intermediateValues.o N 0000017c
intermediateValues.o N 0000018a
intermediateValues.o N 00000194
intermediateValues.o N 0000019c
intermediateValues.o N 000001a3
intermediateValues.o N 000001a5
intermediateValues.o N 000001aa
intermediateValues.o N 000001ae
intermediateValues.o N 000001b3
intermediateValues.o N 000001b9
intermediateValues.o N 000001c0
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010a
keccakrng.o N 00000121
keccakrng.o N 0000012c
keccakrng.o N 00000135
keccakrng.o N 00000149
keccakrng.o N 00000159
keccakrng.o N 00000167
keccakrng.o N 0000016e
keccakrng.o N 00000174
keccakrng.o N 00000182
keccakrng.o N 00000196
keccakrng.o N 0000019b
keccakrng.o N 000001a8
keccakrng.o N 000001b4
keccakrng.o N 000001be
keccakrng.o N 000001c2
keccakrng.o N 000001e7
keccakrng.o N 00000206
keccakrng.o N 00000218
keccakrng.o N 00000228
keccakrng.o N 0000023c
keccakrng.o N 00000241
keccakrng.o N 00000245
keccakrng.o N 00000250
keccakrng.o N 00000256
keccakrng.o N 0000025d
keccakrng.o N 00000267
keccakrng.o N 0000026f
keccakrng.o N 00000276
keccakrng.o N 0000027d
keccakrng.o N 0000027f
keccakrng.o N 00000284
keccakrng.o N 00000289
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000105
sign.o N 00000134
sign.o N 00000138
sign.o N 0000015f
sign.o N 0000018b
sign.o N 0000018e
sign.o N 0000019c
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001ae
sign.o N 000001c2
sign.o N 000001c4
sign.o N 000001db
sign.o N 000001e6
sign.o N 000001ef
sign.o N 000001f9
sign.o N 000001fc
sign.o N 00000207
sign.o N 0000020a
sign.o N 00000214
sign.o N 00000216
sign.o N 0000021b
sign.o N 00000220
sign.o N 00000229
sign.o N 00000230
sign.o N 00000233
sign.o N 00000239
sign.o N 0000023b
sign.o N 00000240
sign.o N 00000242
sign.o N 00000249
sign.o N 0000024e
sign.o N 00000251
sign.o N 0000025b
sign.o N 0000025d
sign.o N 00000267
sign.o N 0000026f
sign.o N 00000276
sign.o N 00000280
sign.o N 00000284
sign.o N 00000288
sign.o N 0000028d
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010d
Bitcontainer.o N 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 0000011c
LUOV.o N 00000127
LUOV.o N 00000130
LUOV.o N 0000013e
LUOV.o N 00000147
LUOV.o N 00000155
LUOV.o N 00000159
LUOV.o N 00000160
LUOV.o N 0000016a
LUOV.o N 00000172
LUOV.o N 00000179
LUOV.o N 0000017d
LUOV.o N 00000184
LUOV.o N 0000018a
LUOV.o N 0000019e
LUOV.o N 000001a3
LUOV.o N 000001b0
LUOV.o N 000001bc
LUOV.o N 000001c6
LUOV.o N 000001ca
LUOV.o N 000001ef
LUOV.o N 0000020e
LUOV.o N 00000220
LUOV.o N 00000230
LUOV.o N 00000244
LUOV.o N 00000258
LUOV.o N 0000026e
LUOV.o N 00000280
LUOV.o N 00000294
LUOV.o N 000002aa
LUOV.o N 000002bc
LUOV.o N 000002d0
LUOV.o N 000002e6
LUOV.o N 000002f8
LUOV.o N 00000304
LUOV.o N 00000314
LUOV.o N 00000329
LUOV.o N 0000033f
LUOV.o N 0000034e
LUOV.o N 0000035b
LUOV.o N 0000035d
LUOV.o N 00000367
LUOV.o N 00000379
LUOV.o N 00000380
LUOV.o N 00000382
LUOV.o N 00000387
LUOV.o N 0000038c
LUOV.o N 00000395
LUOV.o N 0000039c
LUOV.o N 0000039f
LUOV.o N 000003ab
LUOV.o N 000003ad
LUOV.o N 000003b7
LUOV.o N 000003b9
LUOV.o N 000003c0
LUOV.o N 000003cb
LUOV.o N 000003ce
LUOV.o N 000003d1
LUOV.o N 000003db
LUOV.o N 000003dd
LUOV.o N 000003df
LUOV.o N 000003e7
LUOV.o N 000003e9
LUOV.o N 000003eb
LUOV.o N 000003ed
LUOV.o N 000003f1
LUOV.o N 00000403
LUOV.o N 00000405
LUOV.o N 0000040a
LUOV.o N 0000040f
LUOV.o N 00000415
LUOV.o N 0000041c
LUOV.o N 0000041f
LUOV.o N 00000424
LUOV.o N 0000042f
LUOV.o N 0000043e
LUOV.o N 00000448
LUOV.o N 00000457
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010e
LinearAlgebra.o N 00000118
LinearAlgebra.o N 0000011d
LinearAlgebra.o N 00000121
LinearAlgebra.o N 00000126
LinearAlgebra.o N 0000012c
LinearAlgebra.o N 0000013a
LinearAlgebra.o N 00000144
LinearAlgebra.o N 0000014c
LinearAlgebra.o N 00000153
LinearAlgebra.o N 0000015a
LinearAlgebra.o N 00000167
LinearAlgebra.o N 0000016b
LinearAlgebra.o N 0000016d
LinearAlgebra.o N 00000176
LinearAlgebra.o N 00000178
LinearAlgebra.o N 0000017d
LinearAlgebra.o N 00000182
LinearAlgebra.o N 00000187
LinearAlgebra.o N 00000190
LinearAlgebra.o N 00000194
LinearAlgebra.o N 00000196
LinearAlgebra.o N 0000019c
LinearAlgebra.o N 000001a4
LinearAlgebra.o N 000001ae
LinearAlgebra.o N 000001b7
LinearAlgebra.o N 000001be
LinearAlgebra.o N 000001c0
LinearAlgebra.o N 000001c2
LinearAlgebra.o N 000001cd
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001e8
LinearAlgebra.o N 000001fc
LinearAlgebra.o N 0000020e
LinearAlgebra.o N 00000215
LinearAlgebra.o N 00000219
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 0000022a
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000107
buffer.o N 0000011e
buffer.o N 00000129
buffer.o N 00000132
buffer.o N 0000013b
buffer.o N 0000013d
buffer.o N 00000142
buffer.o N 00000150
buffer.o N 00000155
buffer.o N 0000015e
buffer.o N 00000162
buffer.o N 00000169
buffer.o N 0000016b
buffer.o N 00000173
buffer.o N 00000175
buffer.o N 0000017c
buffer.o N 00000180
buffer.o N 00000193
buffer.o N 00000195
buffer.o N 0000019a
buffer.o N 000001af
buffer.o N 000001b3
buffer.o N 000001bd
buffer.o N 000001c7
buffer.o N 000001d2
buffer.o N 000001d6
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000113
intermediateValues.o N 00000126
intermediateValues.o N 0000013b
intermediateValues.o N 0000014f
intermediateValues.o N 00000164
intermediateValues.o N 00000174
intermediateValues.o N 0000017c
intermediateValues.o N 0000018a
intermediateValues.o N 00000194
intermediateValues.o N 0000019c
intermediateValues.o N 000001a3
intermediateValues.o N 000001a5
intermediateValues.o N 000001aa
intermediateValues.o N 000001ae
intermediateValues.o N 000001b3
intermediateValues.o N 000001b9
intermediateValues.o N 000001c0
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010a
keccakrng.o N 00000121
keccakrng.o N 0000012c
keccakrng.o N 00000135
keccakrng.o N 00000149
keccakrng.o N 00000159
keccakrng.o N 00000167
keccakrng.o N 0000016e
keccakrng.o N 00000174
keccakrng.o N 00000182
keccakrng.o N 00000196
keccakrng.o N 0000019b
keccakrng.o N 000001a8
keccakrng.o N 000001b4
keccakrng.o N 000001be
keccakrng.o N 000001c2
keccakrng.o N 000001e7
keccakrng.o N 00000206
keccakrng.o N 00000218
keccakrng.o N 00000228
keccakrng.o N 0000023c
keccakrng.o N 00000241
keccakrng.o N 00000245
keccakrng.o N 00000250
keccakrng.o N 00000256
keccakrng.o N 0000025d
keccakrng.o N 00000267
keccakrng.o N 0000026f
keccakrng.o N 00000276
keccakrng.o N 0000027d
keccakrng.o N 0000027f
keccakrng.o N 00000284
keccakrng.o N 00000289
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000105
sign.o N 00000134
sign.o N 00000138
sign.o N 0000015f
sign.o N 0000018b
sign.o N 0000018e
sign.o N 0000019c
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001ae
sign.o N 000001c2
sign.o N 000001c4
sign.o N 000001db
sign.o N 000001e6
sign.o N 000001ef
sign.o N 000001f9
sign.o N 000001fc
sign.o N 00000207
sign.o N 0000020a
sign.o N 00000214
sign.o N 00000216
sign.o N 0000021b
sign.o N 00000220
sign.o N 00000229
sign.o N 00000230
sign.o N 00000233
sign.o N 00000239
sign.o N 0000023b
sign.o N 00000240
sign.o N 00000242
sign.o N 00000249
sign.o N 0000024e
sign.o N 00000251
sign.o N 0000025b
sign.o N 0000025d
sign.o N 00000267
sign.o N 0000026f
sign.o N 00000276
sign.o N 00000280
sign.o N 00000284
sign.o N 00000288
sign.o N 0000028d
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010c
Bitcontainer.o N 00000125
Bitcontainer.o N 0000012c
Bitcontainer.o N 00000132
Bitcontainer.o N 00000140
Bitcontainer.o N 00000154
Bitcontainer.o N 00000159
Bitcontainer.o N 00000166
Bitcontainer.o N 00000172
Bitcontainer.o N 0000017c
Bitcontainer.o N 00000180
Bitcontainer.o N 000001a5
Bitcontainer.o N 000001c4
Bitcontainer.o N 000001d6
Bitcontainer.o N 000001e6
Bitcontainer.o N 000001fa
Bitcontainer.o N 000001fe
Bitcontainer.o N 00000215
Bitcontainer.o N 00000220
Bitcontainer.o N 00000229
Bitcontainer.o N 0000022e
Bitcontainer.o squeezeBitcontainerArray T
F16Field.o N 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 00000108
F16Field.o N 00000114
F16Field.o N 00000123
F16Field.o N 0000012e
F16Field.o N 00000137
F16Field.o N 0000014b
F16Field.o N 0000015b
F16Field.o N 00000163
F16Field.o N 00000170
F16Field.o N 00000179
F16Field.o N 00000182
F16Field.o N 00000189
F16Field.o N 0000018b
F16Field.o N 00000196
F16Field.o N 000001a1
F16Field.o N 000001ad
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001c0
F16Field.o N 000001c2
F16Field.o N 000001c6
F16Field.o N 000001d2
F16Field.o N 000001dd
F16Field.o N 000001ec
F16Field.o N 000001f8
F16Field.o N 000001fc
F16Field.o N 000001fe
F16Field.o N 00000209
F16Field.o N 0000021b
F16Field.o N 0000022f
F16Field.o N 0000023c
F16Field.o N 00000251
F16Field.o N 00000263
F16Field.o N 00000281
F16Field.o N 00000283
F16Field.o N 00000288
F16Field.o N 00000296
F16Field.o N 0000029b
F16Field.o N 000002b2
F16Field.o N 000002bd
F16Field.o N 000002c6
F16Field.o N 000002cf
F16Field.o N 000002d6
F16Field.o N 000002d8
F16Field.o N 000002df
F16Field.o N 000002e1
F16Field.o N 000002e3
F16Field.o N 000002e8
F16Field.o N 000002ef
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002f5
F16Field.o N 000002f7
F16Field.o N 000002fa
F16Field.o N 000002fd
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000305
F16Field.o N 00000307
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000108
F32Field.o N 00000115
F32Field.o N 0000011e
F32Field.o N 00000127
F32Field.o N 00000132
F32Field.o N 00000135
F32Field.o N 00000144
F32Field.o N 0000014f
F32Field.o N 00000158
F32Field.o N 00000160
F32Field.o N 00000163
F32Field.o N 0000016b
F32Field.o N 0000016f
F32Field.o N 0000017e
F32Field.o N 00000180
F32Field.o N 00000182
F32Field.o N 00000185
F32Field.o N 00000197
F32Field.o N 000001ab
F32Field.o N 000001b8
F32Field.o N 000001bf
F32Field.o N 000001d1
F32Field.o N 000001dd
F32Field.o N 000001e8
F32Field.o N 000001f3
F32Field.o N 000001f7
F32Field.o N 000001f9
F32Field.o N 000001fe
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 00000228
F32Field.o N 00000233
F32Field.o N 0000023c
F32Field.o N 00000245
F32Field.o N 0000024c
F32Field.o N 0000024e
F32Field.o N 00000255
F32Field.o N 00000257
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 00000263
F32Field.o N 00000269
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000108
F48Field.o N 00000115
F48Field.o N 00000124
F48Field.o N 0000012f
F48Field.o N 00000138
F48Field.o N 00000140
F48Field.o N 00000154
F48Field.o N 00000161
F48Field.o N 0000016a
F48Field.o N 00000173
F48Field.o N 0000017e
F48Field.o N 00000183
F48Field.o N 0000018b
F48Field.o N 0000018e
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000198
F48Field.o N 000001aa
F48Field.o N 000001be
F48Field.o N 000001cb
F48Field.o N 000001d2
F48Field.o N 000001de
F48Field.o N 000001f0
F48Field.o N 000001fb
F48Field.o N 00000206
F48Field.o N 0000020a
F48Field.o N 0000020c
F48Field.o N 00000211
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 0000023b
F48Field.o N 00000246
F48Field.o N 0000024f
F48Field.o N 00000258
F48Field.o N 0000025f
F48Field.o N 00000261
F48Field.o N 00000263
F48Field.o N 0000026a
F48Field.o N 0000026c
F48Field.o N 0000026f
F48Field.o N 00000272
F48Field.o N 00000278
F48Field.o N 0000027c
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000108
F64Field.o N 00000110
F64Field.o N 00000115
F64Field.o N 00000124
F64Field.o N 0000012f
F64Field.o N 00000138
F64Field.o N 00000140
F64Field.o N 00000154
F64Field.o N 0000015c
F64Field.o N 00000169
F64Field.o N 00000176
F64Field.o N 0000017f
F64Field.o N 00000188
F64Field.o N 00000193
F64Field.o N 00000197
F64Field.o N 00000199
F64Field.o N 0000019b
F64Field.o N 000001a6
F64Field.o N 000001a9
F64Field.o N 000001ac
F64Field.o N 000001af
F64Field.o N 000001b2
F64Field.o N 000001b6
F64Field.o N 000001c3
F64Field.o N 000001ca
F64Field.o N 000001d6
F64Field.o N 000001e8
F64Field.o N 000001f3
F64Field.o N 00000205
F64Field.o N 00000219
F64Field.o N 0000021c
F64Field.o N 0000021f
F64Field.o N 00000222
F64Field.o N 00000228
F64Field.o N 0000022c
F64Field.o N 0000022e
F64Field.o N 00000230
F64Field.o N 00000237
F64Field.o N 00000239
F64Field.o N 0000023e
F64Field.o N 0000024c
F64Field.o N 00000251
F64Field.o N 00000268
F64Field.o N 00000273
F64Field.o N 0000027c
F64Field.o N 00000285
F64Field.o N 0000028c
F64Field.o N 0000028e
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000108
F80Field.o N 00000110
F80Field.o N 00000115
F80Field.o N 00000124
F80Field.o N 0000012f
F80Field.o N 00000138
F80Field.o N 00000140
F80Field.o N 00000154
F80Field.o N 0000015c
F80Field.o N 00000169
F80Field.o N 00000176
F80Field.o N 0000017f
F80Field.o N 00000188
F80Field.o N 00000193
F80Field.o N 00000197
F80Field.o N 00000199
F80Field.o N 0000019b
F80Field.o N 000001a6
F80Field.o N 000001a9
F80Field.o N 000001ac
F80Field.o N 000001af
F80Field.o N 000001b2
F80Field.o N 000001b5
F80Field.o N 000001b9
F80Field.o N 000001c6
F80Field.o N 000001cd
F80Field.o N 000001d9
F80Field.o N 000001eb
F80Field.o N 000001f6
F80Field.o N 00000208
F80Field.o N 0000021c
F80Field.o N 00000221
F80Field.o N 00000223
F80Field.o N 00000225
F80Field.o N 0000022b
F80Field.o N 0000022f
F80Field.o N 00000231
F80Field.o N 00000233
F80Field.o N 0000023a
F80Field.o N 0000023c
F80Field.o N 00000241
F80Field.o N 0000024f
F80Field.o N 00000254
F80Field.o N 0000026b
F80Field.o N 00000276
F80Field.o N 0000027f
F80Field.o N 00000288
F80Field.o N 0000028f
F80Field.o N 00000291
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000107
F8Field.o N 00000112
F8Field.o N 00000120
F8Field.o N 0000012a
F8Field.o N 00000132
F8Field.o N 00000146
F8Field.o N 00000155
F8Field.o N 00000162
F8Field.o N 0000016a
F8Field.o N 00000172
F8Field.o N 00000179
F8Field.o N 0000017f
F8Field.o N 00000181
F8Field.o N 0000018b
F8Field.o N 0000019c
F8Field.o N 000001af
F8Field.o N 000001bb
F8Field.o N 000001c6
F8Field.o N 000001d0
F8Field.o N 000001d2
F8Field.o N 000001d7
F8Field.o N 000001dc
F8Field.o N 000001f3
F8Field.o N 000001fe
F8Field.o N 00000207
F8Field.o N 00000210
F8Field.o N 00000214
F8Field.o N 0000021b
F8Field.o N 0000021d
F8Field.o N 00000224
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000104
LUOV.o N 0000011b
LUOV.o N 00000126
LUOV.o N 0000012f
LUOV.o N 0000013d
LUOV.o N 00000146
LUOV.o N 00000154
LUOV.o N 00000158
LUOV.o N 0000015f
LUOV.o N 00000169
LUOV.o N 00000171
LUOV.o N 00000178
LUOV.o N 0000017c
LUOV.o N 00000183
LUOV.o N 00000189
LUOV.o N 0000019d
LUOV.o N 000001a2
LUOV.o N 000001af
LUOV.o N 000001bb
LUOV.o N 000001c5
LUOV.o N 000001c9
LUOV.o N 000001ee
LUOV.o N 0000020d
LUOV.o N 0000021f
LUOV.o N 0000022f
LUOV.o N 00000243
LUOV.o N 00000257
LUOV.o N 0000026d
LUOV.o N 0000027f
LUOV.o N 00000293
LUOV.o N 000002a9
LUOV.o N 000002bb
LUOV.o N 000002cf
LUOV.o N 000002e5
LUOV.o N 000002f7
LUOV.o N 00000303
LUOV.o N 00000313
LUOV.o N 00000328
LUOV.o N 0000033e
LUOV.o N 0000034d
LUOV.o N 0000035a
LUOV.o N 0000035c
LUOV.o N 00000366
LUOV.o N 00000378
LUOV.o N 0000037f
LUOV.o N 00000381
LUOV.o N 00000386
LUOV.o N 0000038b
LUOV.o N 00000394
LUOV.o N 0000039b
LUOV.o N 0000039e
LUOV.o N 000003aa
LUOV.o N 000003ac
LUOV.o N 000003b6
LUOV.o N 000003b8
LUOV.o N 000003bf
LUOV.o N 000003ca
LUOV.o N 000003cd
LUOV.o N 000003d0
LUOV.o N 000003da
LUOV.o N 000003dc
LUOV.o N 000003de
LUOV.o N 000003e6
LUOV.o N 000003e8
LUOV.o N 000003ea
LUOV.o N 000003ec
LUOV.o N 000003f0
LUOV.o N 00000402
LUOV.o N 00000404
LUOV.o N 00000409
LUOV.o N 0000040e
LUOV.o N 00000414
LUOV.o N 0000041b
LUOV.o N 0000041e
LUOV.o N 00000423
LUOV.o N 0000042e
LUOV.o N 0000043d
LUOV.o N 00000447
LUOV.o N 00000456
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010d
LinearAlgebra.o N 00000117
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000120
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000139
LinearAlgebra.o N 00000143
LinearAlgebra.o N 0000014b
LinearAlgebra.o N 00000152
LinearAlgebra.o N 00000159
LinearAlgebra.o N 00000166
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000175
LinearAlgebra.o N 00000177
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018f
LinearAlgebra.o N 00000193
LinearAlgebra.o N 00000195
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001ad
LinearAlgebra.o N 000001b6
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001bf
LinearAlgebra.o N 000001c1
LinearAlgebra.o N 000001cc
LinearAlgebra.o N 000001db
LinearAlgebra.o N 000001e7
LinearAlgebra.o N 000001fb
LinearAlgebra.o N 0000020d
LinearAlgebra.o N 00000214
LinearAlgebra.o N 00000218
LinearAlgebra.o N 0000021c
LinearAlgebra.o N 00000220
LinearAlgebra.o N 00000229
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000106
buffer.o N 0000011d
buffer.o N 00000128
buffer.o N 00000131
buffer.o N 0000013a
buffer.o N 0000013c
buffer.o N 00000141
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 0000015d
buffer.o N 00000161
buffer.o N 00000168
buffer.o N 0000016a
buffer.o N 00000172
buffer.o N 00000174
buffer.o N 0000017b
buffer.o N 0000017f
buffer.o N 00000192
buffer.o N 00000194
buffer.o N 00000199
buffer.o N 000001ae
buffer.o N 000001b2
buffer.o N 000001bc
buffer.o N 000001c6
buffer.o N 000001d1
buffer.o N 000001d5
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000112
intermediateValues.o N 00000125
intermediateValues.o N 0000013a
intermediateValues.o N 0000014e
intermediateValues.o N 00000163
intermediateValues.o N 00000173
intermediateValues.o N 0000017b
intermediateValues.o N 00000189
intermediateValues.o N 00000193
intermediateValues.o N 0000019b
intermediateValues.o N 000001a2
intermediateValues.o N 000001a4
intermediateValues.o N 000001a9
intermediateValues.o N 000001ad
intermediateValues.o N 000001b2
intermediateValues.o N 000001b8
intermediateValues.o N 000001bf
intermediateValues.o N 000001ce
intermediateValues.o N 000001d2
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 00000109
keccakrng.o N 00000120
keccakrng.o N 0000012b
keccakrng.o N 00000134
keccakrng.o N 00000148
keccakrng.o N 00000158
keccakrng.o N 00000166
keccakrng.o N 0000016d
keccakrng.o N 00000173
keccakrng.o N 00000181
keccakrng.o N 00000195
keccakrng.o N 0000019a
keccakrng.o N 000001a7
keccakrng.o N 000001b3
keccakrng.o N 000001bd
keccakrng.o N 000001c1
keccakrng.o N 000001e6
keccakrng.o N 00000205
keccakrng.o N 00000217
keccakrng.o N 00000227
keccakrng.o N 0000023b
keccakrng.o N 00000240
keccakrng.o N 00000244
keccakrng.o N 0000024f
keccakrng.o N 00000255
keccakrng.o N 0000025c
keccakrng.o N 00000266
keccakrng.o N 0000026e
keccakrng.o N 00000275
keccakrng.o N 0000027c
keccakrng.o N 0000027e
keccakrng.o N 00000283
keccakrng.o N 00000288
keccakrng.o N 00000291
keccakrng.o N 00000298
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000104
sign.o N 00000133
sign.o N 00000137
sign.o N 0000015e
sign.o N 0000018a
sign.o N 0000018d
sign.o N 0000019b
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001ad
sign.o N 000001c1
sign.o N 000001c3
sign.o N 000001da
sign.o N 000001e5
sign.o N 000001ee
sign.o N 000001f8
sign.o N 000001fb
sign.o N 00000206
sign.o N 00000209
sign.o N 00000213
sign.o N 00000215
sign.o N 0000021a
sign.o N 0000021f
sign.o N 00000228
sign.o N 0000022f
sign.o N 00000232
sign.o N 00000238
sign.o N 0000023a
sign.o N 0000023f
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024d
sign.o N 00000250
sign.o N 0000025a
sign.o N 0000025c
sign.o N 00000266
sign.o N 0000026e
sign.o N 00000275
sign.o N 0000027f
sign.o N 00000283
sign.o N 00000287
sign.o N 0000028c
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010d
Bitcontainer.o N 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 000002fa
F16Field.o N 000002fc
F16Field.o N 000002ff
F16Field.o N 00000302
F16Field.o N 00000304
F16Field.o N 00000306
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000109
F32Field.o N 00000116
F32Field.o N 0000011f
F32Field.o N 00000128
F32Field.o N 00000133
F32Field.o N 00000136
F32Field.o N 00000145
F32Field.o N 00000150
F32Field.o N 00000159
F32Field.o N 00000161
F32Field.o N 00000164
F32Field.o N 0000016c
F32Field.o N 00000170
F32Field.o N 00000182
F32Field.o N 00000196
F32Field.o N 000001a3
F32Field.o N 000001aa
F32Field.o N 000001b9
F32Field.o N 000001cb
F32Field.o N 000001d7
F32Field.o N 000001e2
F32Field.o N 000001ed
F32Field.o N 000001f1
F32Field.o N 000001f3
F32Field.o N 000001f8
F32Field.o N 00000206
F32Field.o N 0000020b
F32Field.o N 00000222
F32Field.o N 0000022d
F32Field.o N 00000236
F32Field.o N 0000023f
F32Field.o N 00000246
F32Field.o N 00000248
F32Field.o N 0000024a
F32Field.o N 00000251
F32Field.o N 00000253
F32Field.o N 00000256
F32Field.o N 00000258
F32Field.o N 0000025a
F32Field.o N 0000025c
F32Field.o N 0000025e
F32Field.o N 00000264
F32Field.o N 0000026a
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000109
F48Field.o N 00000116
F48Field.o N 00000125
F48Field.o N 00000130
F48Field.o N 00000139
F48Field.o N 00000141
F48Field.o N 00000155
F48Field.o N 00000162
F48Field.o N 0000016b
F48Field.o N 00000174
F48Field.o N 0000017f
F48Field.o N 00000184
F48Field.o N 0000018c
F48Field.o N 0000018f
F48Field.o N 00000192
F48Field.o N 00000195
F48Field.o N 00000199
F48Field.o N 000001ab
F48Field.o N 000001bf
F48Field.o N 000001cc
F48Field.o N 000001d3
F48Field.o N 000001df
F48Field.o N 000001f1
F48Field.o N 000001fc
F48Field.o N 00000207
F48Field.o N 0000020b
F48Field.o N 0000020d
F48Field.o N 00000212
F48Field.o N 00000220
F48Field.o N 00000225
F48Field.o N 0000023c
F48Field.o N 00000247
F48Field.o N 00000250
F48Field.o N 00000259
F48Field.o N 00000260
F48Field.o N 00000262
F48Field.o N 00000264
F48Field.o N 0000026b
F48Field.o N 0000026d
F48Field.o N 00000270
F48Field.o N 00000273
F48Field.o N 00000279
F48Field.o N 0000027d
F48Field.o N 0000027f
F48Field.o N 00000281
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000109
F64Field.o N 00000111
F64Field.o N 00000116
F64Field.o N 00000125
F64Field.o N 00000130
F64Field.o N 00000139
F64Field.o N 00000141
F64Field.o N 00000155
F64Field.o N 0000015d
F64Field.o N 0000016a
F64Field.o N 00000177
F64Field.o N 00000180
F64Field.o N 00000189
F64Field.o N 00000194
F64Field.o N 00000198
F64Field.o N 0000019a
F64Field.o N 0000019c
F64Field.o N 000001a7
F64Field.o N 000001aa
F64Field.o N 000001ad
F64Field.o N 000001b0
F64Field.o N 000001b3
F64Field.o N 000001b7
F64Field.o N 000001c4
F64Field.o N 000001cb
F64Field.o N 000001d7
F64Field.o N 000001e9
F64Field.o N 000001f4
F64Field.o N 00000206
F64Field.o N 0000021a
F64Field.o N 0000021d
F64Field.o N 00000220
F64Field.o N 00000223
F64Field.o N 00000229
F64Field.o N 0000022d
F64Field.o N 0000022f
F64Field.o N 00000231
F64Field.o N 00000238
F64Field.o N 0000023a
F64Field.o N 0000023f
F64Field.o N 0000024d
F64Field.o N 00000252
F64Field.o N 00000269
F64Field.o N 00000274
F64Field.o N 0000027d
F64Field.o N 00000286
F64Field.o N 0000028d
F64Field.o N 0000028f
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000109
F80Field.o N 00000111
F80Field.o N 00000116
F80Field.o N 00000125
F80Field.o N 00000130
F80Field.o N 00000139
F80Field.o N 00000141
F80Field.o N 00000155
F80Field.o N 0000015d
F80Field.o N 0000016a
F80Field.o N 00000177
F80Field.o N 00000180
F80Field.o N 00000189
F80Field.o N 00000194
F80Field.o N 00000198
F80Field.o N 0000019a
F80Field.o N 0000019c
F80Field.o N 000001a7
F80Field.o N 000001aa
F80Field.o N 000001ad
F80Field.o N 000001b0
F80Field.o N 000001b3
F80Field.o N 000001b6
F80Field.o N 000001ba
F80Field.o N 000001c7
F80Field.o N 000001ce
F80Field.o N 000001da
F80Field.o N 000001ec
F80Field.o N 000001f7
F80Field.o N 00000209
F80Field.o N 0000021d
F80Field.o N 00000222
F80Field.o N 00000224
F80Field.o N 00000226
F80Field.o N 0000022c
F80Field.o N 00000230
F80Field.o N 00000232
F80Field.o N 00000234
F80Field.o N 0000023b
F80Field.o N 0000023d
F80Field.o N 00000242
F80Field.o N 00000250
F80Field.o N 00000255
F80Field.o N 0000026c
F80Field.o N 00000277
F80Field.o N 00000280
F80Field.o N 00000289
F80Field.o N 00000290
F80Field.o N 00000292
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000108
F8Field.o N 00000113
F8Field.o N 00000121
F8Field.o N 0000012b
F8Field.o N 00000133
F8Field.o N 00000147
F8Field.o N 00000156
F8Field.o N 00000163
F8Field.o N 0000016b
F8Field.o N 00000173
F8Field.o N 0000017a
F8Field.o N 00000180
F8Field.o N 00000182
F8Field.o N 0000018c
F8Field.o N 0000019d
F8Field.o N 000001b0
F8Field.o N 000001bc
F8Field.o N 000001c7
F8Field.o N 000001d1
F8Field.o N 000001d3
F8Field.o N 000001d8
F8Field.o N 000001dd
F8Field.o N 000001f4
F8Field.o N 000001ff
F8Field.o N 00000208
F8Field.o N 00000211
F8Field.o N 00000215
F8Field.o N 0000021c
F8Field.o N 0000021e
F8Field.o N 00000225
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000105
LUOV.o N 0000011c
LUOV.o N 00000127
LUOV.o N 00000130
LUOV.o N 00000144
LUOV.o N 0000015a
LUOV.o N 0000016c
LUOV.o N 00000180
LUOV.o N 00000196
LUOV.o N 000001a8
LUOV.o N 000001bc
LUOV.o N 000001d2
LUOV.o N 000001e4
LUOV.o N 000001f0
LUOV.o N 00000200
LUOV.o N 00000215
LUOV.o N 0000022b
LUOV.o N 00000239
LUOV.o N 00000248
LUOV.o N 00000255
LUOV.o N 00000257
LUOV.o N 00000265
LUOV.o N 0000026f
LUOV.o N 00000277
LUOV.o N 0000027e
LUOV.o N 00000292
LUOV.o N 0000029c
LUOV.o N 000002ae
LUOV.o N 000002b5
LUOV.o N 000002b9
LUOV.o N 000002bb
LUOV.o N 000002c0
LUOV.o N 000002c5
LUOV.o N 000002ce
LUOV.o N 000002d5
LUOV.o N 000002d8
LUOV.o N 000002e4
LUOV.o N 000002e6
LUOV.o N 000002f0
LUOV.o N 000002f2
LUOV.o N 000002f9
LUOV.o N 00000304
LUOV.o N 0000030b
LUOV.o N 00000311
LUOV.o N 00000316
LUOV.o N 00000323
LUOV.o N 0000032f
LUOV.o N 00000339
LUOV.o N 0000035e
LUOV.o N 0000037d
LUOV.o N 0000038f
LUOV.o N 0000039f
LUOV.o N 000003b3
LUOV.o N 000003b6
LUOV.o N 000003b9
LUOV.o N 000003c3
LUOV.o N 000003c5
LUOV.o N 000003c7
LUOV.o N 000003cf
LUOV.o N 000003d1
LUOV.o N 000003d3
LUOV.o N 000003d5
LUOV.o N 000003d9
LUOV.o N 000003eb
LUOV.o N 000003f2
LUOV.o N 000003f4
LUOV.o N 000003f9
LUOV.o N 000003fe
LUOV.o N 00000404
LUOV.o N 0000040b
LUOV.o N 0000040e
LUOV.o N 00000413
LUOV.o N 0000041e
LUOV.o N 0000042d
LUOV.o N 00000437
LUOV.o N 00000446
LUOV.o N 0000044f
LUOV.o N 00000453
LUOV.o N 00000457
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010e
LinearAlgebra.o N 00000117
LinearAlgebra.o N 00000119
LinearAlgebra.o N 0000011e
LinearAlgebra.o N 00000122
LinearAlgebra.o N 00000127
LinearAlgebra.o N 0000012d
LinearAlgebra.o N 0000013b
LinearAlgebra.o N 00000145
LinearAlgebra.o N 0000014d
LinearAlgebra.o N 00000154
LinearAlgebra.o N 0000015b
LinearAlgebra.o N 00000160
LinearAlgebra.o N 00000165
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 00000174
LinearAlgebra.o N 0000017f
LinearAlgebra.o N 0000018e
LinearAlgebra.o N 0000019a
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001a9
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001cf
LinearAlgebra.o N 000001dc
LinearAlgebra.o N 000001e0
LinearAlgebra.o N 000001e2
LinearAlgebra.o N 000001e9
LinearAlgebra.o N 000001eb
LinearAlgebra.o N 000001ef
LinearAlgebra.o N 000001f3
LinearAlgebra.o N 000001f7
LinearAlgebra.o N 000001f9
LinearAlgebra.o N 00000201
LinearAlgebra.o N 0000020a
LinearAlgebra.o N 00000211
LinearAlgebra.o N 0000021b
LinearAlgebra.o N 0000021d
LinearAlgebra.o N 00000221
LinearAlgebra.o N 0000022a
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000107
buffer.o N 0000011e
buffer.o N 00000129
buffer.o N 00000132
buffer.o N 0000013a
buffer.o N 00000148
buffer.o N 0000014a
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 0000015d
buffer.o N 00000161
buffer.o N 00000168
buffer.o N 0000016c
buffer.o N 0000017f
buffer.o N 00000181
buffer.o N 00000188
buffer.o N 0000018a
buffer.o N 0000018f
buffer.o N 00000198
buffer.o N 000001ad
buffer.o N 000001b7
buffer.o N 000001c1
buffer.o N 000001cc
buffer.o N 000001ce
buffer.o N 000001d2
buffer.o N 000001d6
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000113
intermediateValues.o N 00000126
intermediateValues.o N 0000013b
intermediateValues.o N 0000014f
intermediateValues.o N 00000164
intermediateValues.o N 00000174
intermediateValues.o N 0000017c
intermediateValues.o N 0000018a
intermediateValues.o N 00000194
intermediateValues.o N 0000019c
intermediateValues.o N 000001a3
intermediateValues.o N 000001a5
intermediateValues.o N 000001aa
intermediateValues.o N 000001ae
intermediateValues.o N 000001b3
intermediateValues.o N 000001b9
intermediateValues.o N 000001c0
intermediateValues.o N 000001cf
intermediateValues.o N 000001d3
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 0000010a
keccakrng.o N 00000121
keccakrng.o N 0000012c
keccakrng.o N 00000135
keccakrng.o N 00000149
keccakrng.o N 00000159
keccakrng.o N 00000167
keccakrng.o N 0000016e
keccakrng.o N 00000174
keccakrng.o N 00000182
keccakrng.o N 00000196
keccakrng.o N 0000019b
keccakrng.o N 000001a8
keccakrng.o N 000001b4
keccakrng.o N 000001be
keccakrng.o N 000001c2
keccakrng.o N 000001e7
keccakrng.o N 00000206
keccakrng.o N 00000218
keccakrng.o N 00000228
keccakrng.o N 0000023c
keccakrng.o N 00000241
keccakrng.o N 00000245
keccakrng.o N 00000250
keccakrng.o N 00000256
keccakrng.o N 0000025d
keccakrng.o N 00000267
keccakrng.o N 0000026f
keccakrng.o N 00000276
keccakrng.o N 0000027d
keccakrng.o N 0000027f
keccakrng.o N 00000284
keccakrng.o N 00000289
keccakrng.o N 00000292
keccakrng.o N 00000299
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000105
sign.o N 00000134
sign.o N 00000138
sign.o N 0000015f
sign.o N 0000018b
sign.o N 0000018e
sign.o N 0000019c
sign.o N 0000019f
sign.o N 000001a2
sign.o N 000001ae
sign.o N 000001c2
sign.o N 000001c4
sign.o N 000001db
sign.o N 000001e6
sign.o N 000001ef
sign.o N 000001f9
sign.o N 000001fc
sign.o N 00000207
sign.o N 0000020a
sign.o N 00000214
sign.o N 00000216
sign.o N 0000021b
sign.o N 00000220
sign.o N 00000229
sign.o N 00000230
sign.o N 00000233
sign.o N 00000239
sign.o N 0000023b
sign.o N 00000240
sign.o N 00000242
sign.o N 00000249
sign.o N 0000024e
sign.o N 00000251
sign.o N 0000025b
sign.o N 0000025d
sign.o N 00000267
sign.o N 0000026f
sign.o N 00000276
sign.o N 00000280
sign.o N 00000284
sign.o N 00000288
sign.o N 0000028d
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Bitcontainer.o N 00000000
Bitcontainer.o N 00000037
Bitcontainer.o N 00000046
Bitcontainer.o N 0000010c
Bitcontainer.o N 00000125
Bitcontainer.o N 0000012c
Bitcontainer.o N 00000132
Bitcontainer.o N 00000140
Bitcontainer.o N 00000154
Bitcontainer.o N 00000159
Bitcontainer.o N 00000166
Bitcontainer.o N 00000172
Bitcontainer.o N 0000017c
Bitcontainer.o N 00000180
Bitcontainer.o N 000001a5
Bitcontainer.o N 000001c4
Bitcontainer.o N 000001d6
Bitcontainer.o N 000001e6
Bitcontainer.o N 000001fa
Bitcontainer.o N 000001fe
Bitcontainer.o N 00000215
Bitcontainer.o N 00000220
Bitcontainer.o N 00000229
Bitcontainer.o N 0000022e
Bitcontainer.o squeezeBitcontainerArray T
F16Field.o N 00000000
F16Field.o N 00000037
F16Field.o N 00000042
F16Field.o N 00000108
F16Field.o N 00000114
F16Field.o N 00000123
F16Field.o N 0000012e
F16Field.o N 00000137
F16Field.o N 0000014b
F16Field.o N 0000015b
F16Field.o N 00000163
F16Field.o N 00000170
F16Field.o N 00000179
F16Field.o N 00000182
F16Field.o N 00000189
F16Field.o N 0000018b
F16Field.o N 00000196
F16Field.o N 000001a1
F16Field.o N 000001ad
F16Field.o N 000001af
F16Field.o N 000001bb
F16Field.o N 000001c0
F16Field.o N 000001c2
F16Field.o N 000001c6
F16Field.o N 000001d2
F16Field.o N 000001dd
F16Field.o N 000001ec
F16Field.o N 000001f7
F16Field.o N 000001fb
F16Field.o N 0000020d
F16Field.o N 00000221
F16Field.o N 0000022e
F16Field.o N 00000243
F16Field.o N 0000024f
F16Field.o N 00000261
F16Field.o N 0000027f
F16Field.o N 00000281
F16Field.o N 00000286
F16Field.o N 00000294
F16Field.o N 00000299
F16Field.o N 000002b0
F16Field.o N 000002bb
F16Field.o N 000002c4
F16Field.o N 000002cd
F16Field.o N 000002d4
F16Field.o N 000002d6
F16Field.o N 000002dd
F16Field.o N 000002df
F16Field.o N 000002e1
F16Field.o N 000002e6
F16Field.o N 000002e8
F16Field.o N 000002ef
F16Field.o N 000002f1
F16Field.o N 000002f3
F16Field.o N 000002f5
F16Field.o N 000002f7
F16Field.o N 000002fa
F16Field.o N 000002fd
F16Field.o N 000002ff
F16Field.o N 00000301
F16Field.o N 00000305
F16Field.o N 00000307
F16Field.o f16EucildeanDivision T
F16Field.o f16ExtendedEuclideanAlgorithm T
F16Field.o f16antilog T
F16Field.o f16deserialize_FELT T
F16Field.o f16inverse T
F16Field.o f16log T
F16Field.o f16multiply T
F16Field.o f16polyAdd T
F16Field.o f16polyCopy T
F16Field.o f16polyMult T
F16Field.o f16polyOne T
F16Field.o f16polyZero T
F16Field.o f16printFELT T
F16Field.o f16scalarMultiply T
F16Field.o f16serialize_FELT T
F16Field.o isArrayOfZeros T
F32Field.o N 00000000
F32Field.o N 00000037
F32Field.o N 00000042
F32Field.o N 00000108
F32Field.o N 00000115
F32Field.o N 0000011e
F32Field.o N 00000127
F32Field.o N 00000132
F32Field.o N 00000135
F32Field.o N 00000144
F32Field.o N 0000014f
F32Field.o N 00000158
F32Field.o N 00000160
F32Field.o N 00000163
F32Field.o N 0000016b
F32Field.o N 0000016f
F32Field.o N 0000017e
F32Field.o N 00000180
F32Field.o N 00000182
F32Field.o N 00000185
F32Field.o N 00000197
F32Field.o N 000001ab
F32Field.o N 000001b8
F32Field.o N 000001bf
F32Field.o N 000001d1
F32Field.o N 000001dd
F32Field.o N 000001e8
F32Field.o N 000001f3
F32Field.o N 000001f7
F32Field.o N 000001f9
F32Field.o N 000001fe
F32Field.o N 0000020c
F32Field.o N 00000211
F32Field.o N 00000228
F32Field.o N 00000233
F32Field.o N 0000023c
F32Field.o N 00000245
F32Field.o N 0000024c
F32Field.o N 0000024e
F32Field.o N 00000255
F32Field.o N 00000257
F32Field.o N 00000259
F32Field.o N 0000025b
F32Field.o N 0000025d
F32Field.o N 00000263
F32Field.o N 00000269
F32Field.o f32add T
F32Field.o f32deserialize_FELT T
F32Field.o f32inverse T
F32Field.o f32isEqual T
F32Field.o f32multiply T
F32Field.o f32multiplyOld T
F32Field.o f32printFELT T
F32Field.o f32scalarMultiply T
F32Field.o f32serialize_FELT T
F32Field.o newF32FELT T
F48Field.o N 00000000
F48Field.o N 00000037
F48Field.o N 00000042
F48Field.o N 00000108
F48Field.o N 00000115
F48Field.o N 00000124
F48Field.o N 0000012f
F48Field.o N 00000138
F48Field.o N 00000140
F48Field.o N 00000154
F48Field.o N 00000161
F48Field.o N 0000016a
F48Field.o N 00000173
F48Field.o N 0000017e
F48Field.o N 00000183
F48Field.o N 0000018b
F48Field.o N 0000018e
F48Field.o N 00000191
F48Field.o N 00000194
F48Field.o N 00000198
F48Field.o N 000001aa
F48Field.o N 000001be
F48Field.o N 000001cb
F48Field.o N 000001d2
F48Field.o N 000001de
F48Field.o N 000001f0
F48Field.o N 000001fb
F48Field.o N 00000206
F48Field.o N 0000020a
F48Field.o N 0000020c
F48Field.o N 00000211
F48Field.o N 0000021f
F48Field.o N 00000224
F48Field.o N 0000023b
F48Field.o N 00000246
F48Field.o N 0000024f
F48Field.o N 00000258
F48Field.o N 0000025f
F48Field.o N 00000261
F48Field.o N 00000263
F48Field.o N 0000026a
F48Field.o N 0000026c
F48Field.o N 0000026f
F48Field.o N 00000272
F48Field.o N 00000278
F48Field.o N 0000027c
F48Field.o N 0000027e
F48Field.o N 00000280
F48Field.o f48add T
F48Field.o f48deserialize_FELT T
F48Field.o f48inverse T
F48Field.o f48isEqual T
F48Field.o f48multiply T
F48Field.o f48printFELT T
F48Field.o f48scalarMultiply T
F48Field.o f48serialize_FELT T
F48Field.o newF48FELT T
F64Field.o N 00000000
F64Field.o N 00000037
F64Field.o N 00000042
F64Field.o N 00000108
F64Field.o N 00000110
F64Field.o N 00000115
F64Field.o N 00000124
F64Field.o N 0000012f
F64Field.o N 00000138
F64Field.o N 00000140
F64Field.o N 00000154
F64Field.o N 0000015c
F64Field.o N 00000169
F64Field.o N 00000176
F64Field.o N 0000017f
F64Field.o N 00000188
F64Field.o N 00000193
F64Field.o N 00000197
F64Field.o N 00000199
F64Field.o N 0000019b
F64Field.o N 000001a6
F64Field.o N 000001a9
F64Field.o N 000001ac
F64Field.o N 000001af
F64Field.o N 000001b2
F64Field.o N 000001b6
F64Field.o N 000001c3
F64Field.o N 000001ca
F64Field.o N 000001d6
F64Field.o N 000001e8
F64Field.o N 000001f3
F64Field.o N 00000205
F64Field.o N 00000219
F64Field.o N 0000021c
F64Field.o N 0000021f
F64Field.o N 00000222
F64Field.o N 00000228
F64Field.o N 0000022c
F64Field.o N 0000022e
F64Field.o N 00000230
F64Field.o N 00000237
F64Field.o N 00000239
F64Field.o N 0000023e
F64Field.o N 0000024c
F64Field.o N 00000251
F64Field.o N 00000268
F64Field.o N 00000273
F64Field.o N 0000027c
F64Field.o N 00000285
F64Field.o N 0000028c
F64Field.o N 0000028e
F64Field.o f64add T
F64Field.o f64deserialize_FELT T
F64Field.o f64inverse T
F64Field.o f64isEqual T
F64Field.o f64multiply T
F64Field.o f64printFELT T
F64Field.o f64scalarMultiply T
F64Field.o f64serialize_FELT T
F64Field.o newF64FELT T
F80Field.o N 00000000
F80Field.o N 00000037
F80Field.o N 00000042
F80Field.o N 00000108
F80Field.o N 00000110
F80Field.o N 00000115
F80Field.o N 00000124
F80Field.o N 0000012f
F80Field.o N 00000138
F80Field.o N 00000140
F80Field.o N 00000154
F80Field.o N 0000015c
F80Field.o N 00000169
F80Field.o N 00000176
F80Field.o N 0000017f
F80Field.o N 00000188
F80Field.o N 00000193
F80Field.o N 00000197
F80Field.o N 00000199
F80Field.o N 0000019b
F80Field.o N 000001a6
F80Field.o N 000001a9
F80Field.o N 000001ac
F80Field.o N 000001af
F80Field.o N 000001b2
F80Field.o N 000001b5
F80Field.o N 000001b9
F80Field.o N 000001c6
F80Field.o N 000001cd
F80Field.o N 000001d9
F80Field.o N 000001eb
F80Field.o N 000001f6
F80Field.o N 00000208
F80Field.o N 0000021c
F80Field.o N 0000021e
F80Field.o N 00000223
F80Field.o N 00000225
F80Field.o N 0000022b
F80Field.o N 0000022f
F80Field.o N 00000231
F80Field.o N 00000233
F80Field.o N 0000023a
F80Field.o N 0000023c
F80Field.o N 00000241
F80Field.o N 0000024f
F80Field.o N 00000254
F80Field.o N 0000026b
F80Field.o N 00000276
F80Field.o N 0000027f
F80Field.o N 00000288
F80Field.o N 0000028f
F80Field.o N 00000291
F80Field.o f80Scalarmultiply T
F80Field.o f80add T
F80Field.o f80deserialize_FELT T
F80Field.o f80inverse T
F80Field.o f80isEqual T
F80Field.o f80multiply T
F80Field.o f80printFELT T
F80Field.o f80serialize_FELT T
F80Field.o newF80FELT T
F8Field.o N 00000000
F8Field.o N 00000037
F8Field.o N 00000041
F8Field.o N 00000107
F8Field.o N 00000112
F8Field.o N 00000120
F8Field.o N 0000012a
F8Field.o N 00000132
F8Field.o N 00000146
F8Field.o N 00000155
F8Field.o N 00000162
F8Field.o N 0000016a
F8Field.o N 00000172
F8Field.o N 00000179
F8Field.o N 0000017f
F8Field.o N 00000181
F8Field.o N 0000018b
F8Field.o N 0000019c
F8Field.o N 000001af
F8Field.o N 000001bb
F8Field.o N 000001c6
F8Field.o N 000001d0
F8Field.o N 000001d2
F8Field.o N 000001d7
F8Field.o N 000001dc
F8Field.o N 000001f3
F8Field.o N 000001fe
F8Field.o N 00000207
F8Field.o N 00000210
F8Field.o N 00000214
F8Field.o N 0000021b
F8Field.o N 0000021d
F8Field.o N 00000224
F8Field.o f8antilog T
F8Field.o f8deserialize_FELT T
F8Field.o f8inverse T
F8Field.o f8log T
F8Field.o f8multiply T
F8Field.o f8printFELT T
F8Field.o f8serialize_FELT T
LUOV.o BuildAugmentedMatrix T
LUOV.o N 00000000
LUOV.o N 00000037
LUOV.o N 0000003e
LUOV.o N 00000104
LUOV.o N 0000011b
LUOV.o N 00000126
LUOV.o N 0000012f
LUOV.o N 0000013d
LUOV.o N 00000146
LUOV.o N 00000154
LUOV.o N 00000158
LUOV.o N 0000015f
LUOV.o N 00000169
LUOV.o N 00000171
LUOV.o N 00000178
LUOV.o N 0000017c
LUOV.o N 00000183
LUOV.o N 00000189
LUOV.o N 0000019d
LUOV.o N 000001a2
LUOV.o N 000001af
LUOV.o N 000001bb
LUOV.o N 000001c5
LUOV.o N 000001c9
LUOV.o N 000001ee
LUOV.o N 0000020d
LUOV.o N 0000021f
LUOV.o N 0000022f
LUOV.o N 00000243
LUOV.o N 00000257
LUOV.o N 0000026d
LUOV.o N 0000027f
LUOV.o N 00000293
LUOV.o N 000002a9
LUOV.o N 000002bb
LUOV.o N 000002cf
LUOV.o N 000002e5
LUOV.o N 000002f7
LUOV.o N 00000303
LUOV.o N 00000313
LUOV.o N 00000328
LUOV.o N 0000033e
LUOV.o N 0000034d
LUOV.o N 0000035a
LUOV.o N 0000035c
LUOV.o N 00000366
LUOV.o N 00000378
LUOV.o N 0000037f
LUOV.o N 00000381
LUOV.o N 00000386
LUOV.o N 0000038b
LUOV.o N 00000394
LUOV.o N 0000039b
LUOV.o N 0000039e
LUOV.o N 000003aa
LUOV.o N 000003ac
LUOV.o N 000003b6
LUOV.o N 000003b8
LUOV.o N 000003bf
LUOV.o N 000003ca
LUOV.o N 000003cd
LUOV.o N 000003d0
LUOV.o N 000003da
LUOV.o N 000003dc
LUOV.o N 000003de
LUOV.o N 000003e6
LUOV.o N 000003e8
LUOV.o N 000003ea
LUOV.o N 000003ec
LUOV.o N 000003f0
LUOV.o N 00000402
LUOV.o N 00000404
LUOV.o N 00000409
LUOV.o N 0000040e
LUOV.o N 00000414
LUOV.o N 0000041b
LUOV.o N 0000041e
LUOV.o N 00000423
LUOV.o N 0000042e
LUOV.o N 0000043d
LUOV.o N 00000447
LUOV.o N 00000456
LUOV.o calculateQ2 T
LUOV.o computeTarget T
LUOV.o deserialize_PublicKey T
LUOV.o deserialize_SecretKey T
LUOV.o deserialize_signature T
LUOV.o destroy_PublicKey T
LUOV.o destroy_SecretKey T
LUOV.o destroy_signature T
LUOV.o evaluatePublicMap T
LUOV.o extractMessage T
LUOV.o generateKeyPair T
LUOV.o serialize_PublicKey T
LUOV.o serialize_SecretKey T
LUOV.o serialize_signature T
LUOV.o signDocument T
LUOV.o solvePrivateUOVSystem T
LUOV.o verify T
LinearAlgebra.o N 00000000
LinearAlgebra.o N 00000037
LinearAlgebra.o N 00000047
LinearAlgebra.o N 0000010d
LinearAlgebra.o N 00000117
LinearAlgebra.o N 0000011c
LinearAlgebra.o N 00000120
LinearAlgebra.o N 00000125
LinearAlgebra.o N 0000012b
LinearAlgebra.o N 00000139
LinearAlgebra.o N 00000143
LinearAlgebra.o N 0000014b
LinearAlgebra.o N 00000152
LinearAlgebra.o N 00000159
LinearAlgebra.o N 00000166
LinearAlgebra.o N 0000016a
LinearAlgebra.o N 0000016c
LinearAlgebra.o N 00000175
LinearAlgebra.o N 00000177
LinearAlgebra.o N 0000017c
LinearAlgebra.o N 00000181
LinearAlgebra.o N 00000186
LinearAlgebra.o N 0000018f
LinearAlgebra.o N 00000193
LinearAlgebra.o N 00000195
LinearAlgebra.o N 0000019b
LinearAlgebra.o N 000001a3
LinearAlgebra.o N 000001ad
LinearAlgebra.o N 000001b6
LinearAlgebra.o N 000001bd
LinearAlgebra.o N 000001bf
LinearAlgebra.o N 000001c1
LinearAlgebra.o N 000001cc
LinearAlgebra.o N 000001db
LinearAlgebra.o N 000001e7
LinearAlgebra.o N 000001fb
LinearAlgebra.o N 0000020d
LinearAlgebra.o N 00000214
LinearAlgebra.o N 00000218
LinearAlgebra.o N 0000021c
LinearAlgebra.o N 00000220
LinearAlgebra.o N 00000229
LinearAlgebra.o destroy_matrix T
LinearAlgebra.o getUniqueSolution T
LinearAlgebra.o newMatrix T
LinearAlgebra.o printMatrix T
LinearAlgebra.o rowEchelonAugmented T
LinearAlgebra.o rowOp T
LinearAlgebra.o scaleRow T
LinearAlgebra.o swapRows T
LinearAlgebra.o zeroMatrix T
buffer.o N 00000000
buffer.o N 00000037
buffer.o N 00000040
buffer.o N 00000106
buffer.o N 0000011d
buffer.o N 00000128
buffer.o N 00000131
buffer.o N 0000013a
buffer.o N 0000013c
buffer.o N 00000141
buffer.o N 0000014f
buffer.o N 00000154
buffer.o N 0000015d
buffer.o N 00000161
buffer.o N 00000168
buffer.o N 0000016a
buffer.o N 00000172
buffer.o N 00000174
buffer.o N 0000017b
buffer.o N 0000017f
buffer.o N 00000192
buffer.o N 00000194
buffer.o N 00000199
buffer.o N 000001ae
buffer.o N 000001b2
buffer.o N 000001bc
buffer.o N 000001c6
buffer.o N 000001d1
buffer.o N 000001d5
buffer.o deserialize_uint64_t T
buffer.o newReader T
buffer.o newWriter T
buffer.o readBit T
buffer.o serialize_uint64_t T
buffer.o transcribe T
buffer.o writeBit T
intermediateValues.o N 00000000
intermediateValues.o N 00000037
intermediateValues.o N 0000004c
intermediateValues.o N 00000112
intermediateValues.o N 00000125
intermediateValues.o N 0000013a
intermediateValues.o N 0000014e
intermediateValues.o N 00000163
intermediateValues.o N 00000173
intermediateValues.o N 0000017b
intermediateValues.o N 00000189
intermediateValues.o N 00000193
intermediateValues.o N 0000019b
intermediateValues.o N 000001a2
intermediateValues.o N 000001a4
intermediateValues.o N 000001a9
intermediateValues.o N 000001ad
intermediateValues.o N 000001b2
intermediateValues.o N 000001b8
intermediateValues.o N 000001bf
intermediateValues.o N 000001ce
intermediateValues.o N 000001d2
intermediateValues.o printAugmentedMatrix T
intermediateValues.o printEvaluation T
intermediateValues.o printPrivateSolution T
intermediateValues.o printVinegarValues T
intermediateValues.o reportSolutionFound T
keccakrng.o N 00000000
keccakrng.o N 00000037
keccakrng.o N 00000043
keccakrng.o N 00000109
keccakrng.o N 00000120
keccakrng.o N 0000012b
keccakrng.o N 00000134
keccakrng.o N 00000148
keccakrng.o N 00000158
keccakrng.o N 00000166
keccakrng.o N 0000016d
keccakrng.o N 00000173
keccakrng.o N 00000181
keccakrng.o N 00000195
keccakrng.o N 0000019a
keccakrng.o N 000001a7
keccakrng.o N 000001b3
keccakrng.o N 000001bd
keccakrng.o N 000001c1
keccakrng.o N 000001e6
keccakrng.o N 00000205
keccakrng.o N 00000217
keccakrng.o N 00000227
keccakrng.o N 0000023b
keccakrng.o N 00000240
keccakrng.o N 00000244
keccakrng.o N 0000024f
keccakrng.o N 00000255
keccakrng.o N 0000025c
keccakrng.o N 00000266
keccakrng.o N 0000026e
keccakrng.o N 00000275
keccakrng.o N 0000027c
keccakrng.o N 0000027e
keccakrng.o N 00000283
keccakrng.o N 00000288
keccakrng.o N 00000291
keccakrng.o N 00000298
keccakrng.o initializeAndAbsorb T
keccakrng.o squeezeVector T
keccakrng.o squeezeuint64_t T
sign.o N 00000000
sign.o N 00000037
sign.o N 0000003e
sign.o N 00000104
sign.o N 00000133
sign.o N 00000137
sign.o N 0000015e
sign.o N 0000018a
sign.o N 0000018d
sign.o N 0000019b
sign.o N 0000019e
sign.o N 000001a1
sign.o N 000001ac
sign.o N 000001c0
sign.o N 000001c3
sign.o N 000001da
sign.o N 000001e5
sign.o N 000001ee
sign.o N 000001f8
sign.o N 000001fb
sign.o N 00000207
sign.o N 00000209
sign.o N 00000213
sign.o N 00000215
sign.o N 0000021a
sign.o N 0000021f
sign.o N 00000228
sign.o N 0000022f
sign.o N 00000232
sign.o N 00000238
sign.o N 0000023a
sign.o N 0000023f
sign.o N 00000241
sign.o N 00000248
sign.o N 0000024d
sign.o N 00000250
sign.o N 0000025a
sign.o N 0000025c
sign.o N 00000266
sign.o N 0000026e
sign.o N 00000275
sign.o N 0000027f
sign.o N 00000283
sign.o N 00000287
sign.o N 0000028c
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) |