constantine/benchmarks
Mamy Ratsimbazafy 9a7137466e
C API for Ethereum BLS signatures (#228)
* [testsuite] Rework parallel test runner to buffer beyond 65536 chars and properly wait for process exit

* [testsuite] improve error reporting

* rework openArray[byte/char] for BLS signature C API

* Prepare for optimized library and bindings

* properly link to constantine

* Compiler fixes, global sanitizers, GCC bug with --opt:size

* workaround/fix #229: don't inline field reduction in Fp2

* fix clang running out of registers with LTO

* [C API] missed length parameters for ctt_eth_bls_fast_aggregate_verify

* double-precision asm is too large for inlining, try to fix Linux and MacOS woes at https://github.com/mratsim/constantine/pull/228#issuecomment-1512773460

* Use FORTIFY_SOURCE for testing

* Fix #230 - gcc miscompiles Fp6 mul with LTO

* disable LTO for now, PR is too long
2023-04-18 22:02:23 +02:00
..
platforms benchmarking skips cycle counting for ARM 2020-04-15 21:24:18 +02:00
bench_blueprint.nim Parallel batchadd (#215) 2023-01-29 01:06:37 +01:00
bench_ec_g1.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_ec_g1_batch.nim Parallel Multi-Scalar-Multiplication (#226) 2023-04-10 23:30:14 +02:00
bench_ec_g1_batch.nim.cfg Parallel batchadd (#215) 2023-01-29 01:06:37 +01:00
bench_ec_g1_msm_bls12_381.nim C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
bench_ec_g1_msm_bls12_381.nim.cfg Parallel Multi-Scalar-Multiplication (#226) 2023-04-10 23:30:14 +02:00
bench_ec_g1_msm_bn254_snarks.nim Parallel Multi-Scalar-Multiplication (#226) 2023-04-10 23:30:14 +02:00
bench_ec_g1_msm_bn254_snarks.nim.cfg Parallel Multi-Scalar-Multiplication (#226) 2023-04-10 23:30:14 +02:00
bench_ec_g1_scalar_mul.nim C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
bench_ec_g2.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_ec_g2_scalar_mul.nim C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
bench_elliptic_parallel_template.nim MSM tuning for high core count (#227) 2023-04-14 20:02:59 +02:00
bench_elliptic_template.nim Parallel Multi-Scalar-Multiplication (#226) 2023-04-10 23:30:14 +02:00
bench_ethereum_bls_signatures.nim C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
bench_fields_template.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_fp.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_fp2.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_fp4.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_fp6.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_fp12.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_fp_double_precision.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_hash_to_curve.nim BN254 - Hash-to-Curve (SVDW method) (#190) 2022-04-26 21:24:07 +02:00
bench_pairing_bls12_377.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_pairing_bls12_381.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_pairing_bn254_nogami.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_pairing_bn254_snarks.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_pairing_template.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
bench_poly1305.nim Eip2333 (#202) 2022-08-16 12:07:57 +02:00
bench_sha256.nim Sha256 refactor (#206) 2022-09-19 02:02:57 +02:00
bench_summary_bls12_377.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_summary_bls12_381.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_summary_bn254_nogami.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_summary_bn254_snarks.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_summary_pasta.nim move staticFor to the inner repo, not helpers/ for unblocking nimble install (#216) 2023-02-07 13:11:44 +01:00
bench_summary_template.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
platforms.nim Remove outdated TODOs [skip ci] 2020-10-11 21:33:59 +02:00