constantine/benchmarks
Mamy Ratsimbazafy 0f9b9e9606
Parallel Ethereum protocols (BLS signature and KZG) (#279)
* BLS sig: parallel batch verification

* BLS: speedup parallel batch verify with Miller loops on local threads

* shutdown bench

* nit: import style

* implement parallel KZG

* Parallel KZG commitments

* add benchmarks of KZG

* rename protocol file

* small optim: reorder await

* fix rebase

* Faster parallel BLS verification

* fix commitment status replacing previous error in verify_blob_kzg_proof_batch_parallel

* 2x faster parallel EC sum for less than 8192 points
2023-10-06 09:58:20 +02:00
..
platforms benchmarking skips cycle counting for ARM 2020-04-15 21:24:18 +02:00
bench_blueprint.nim Pasta / Halo2 MSM bench (#243) 2023-06-04 17:41:54 +02: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 Ethereum protocols (BLS signature and KZG) (#279) 2023-10-06 09:58:20 +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_msm_pasta.nim Pasta / Halo2 MSM bench (#243) 2023-06-04 17:41:54 +02:00
bench_ec_g1_msm_pasta.nim.cfg Pasta / Halo2 MSM bench (#243) 2023-06-04 17:41:54 +02:00
bench_ec_g1_scalar_mul.nim Accelerate FFT - endomorphism + wNAF vartime scalar mul (#258) 2023-09-04 10:19:14 +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 Accelerate FFT - endomorphism + wNAF vartime scalar mul (#258) 2023-09-04 10:19:14 +02:00
bench_elliptic_parallel_template.nim Parallel Ethereum protocols (BLS signature and KZG) (#279) 2023-10-06 09:58:20 +02:00
bench_elliptic_template.nim Accelerate FFT - endomorphism + wNAF vartime scalar mul (#258) 2023-09-04 10:19:14 +02:00
bench_ethereum_bls_signatures.nim Parallel Ethereum protocols (BLS signature and KZG) (#279) 2023-10-06 09:58:20 +02:00
bench_ethereum_bls_signatures.nim.cfg Parallel Ethereum protocols (BLS signature and KZG) (#279) 2023-10-06 09:58:20 +02:00
bench_ethereum_eip4844_kzg.nim Parallel Ethereum protocols (BLS signature and KZG) (#279) 2023-10-06 09:58:20 +02:00
bench_ethereum_eip4844_kzg.nim.cfg Parallel Ethereum protocols (BLS signature and KZG) (#279) 2023-10-06 09:58:20 +02:00
bench_evm_modexp_dos.nim modexp: 2.5x accel on small exponent (#268) 2023-09-09 09:21:05 +02:00
bench_fields_template.nim Modular exponentiation (arbitrary output) and EIP-198 (#242) 2023-06-01 23:38:41 +02: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 Pasta / Halo2 MSM bench (#243) 2023-06-04 17:41:54 +02:00
bench_gmp_modexp.nim add modexp/modmul benches vs GMP 2023-09-09 10:09:47 +02:00
bench_gmp_modmul.nim add modexp/modmul benches vs GMP 2023-09-09 10:09:47 +02: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_powmod.nim Ethereum KZG polynomial commitments / EIP-4844 (part 1) (#239) 2023-08-13 15:08:04 +02:00
bench_sha256.nim Rework assembly to be compatible with LTO (#231) 2023-04-26 06:58:31 +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