constantine/benchmarks
Mamy Ratsimbazafy c3b76cd420
32-bit fixes (#288)
* fix the new div2n1n_vartime on 32-bit - regression from #286

* remove unnecessary defensive programming

* reactivate 32-bit CI to check on #244

* 32-bit: centralize OS, ISA and env variable config

* enable assemble on x86 32-bit
2023-10-22 03:54:09 +02:00
..
bench_blueprint.nim 32-bit fixes (#288) 2023-10-22 03:54:09 +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 32-bit fixes (#288) 2023-10-22 03:54:09 +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 32-bit fixes (#288) 2023-10-22 03:54:09 +02:00
bench_gmp_modexp.nim add modexp/modmul benches vs GMP 2023-09-09 10:09:47 +02:00
bench_gmp_modmul.nim EVM modexp: solve DOS vectors (#286) 2023-10-19 01:20:52 +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 Move metering report and tracer primitive to inner lib (#289) 2023-10-22 03:53:56 +02:00