From 224f82d969ba4900883755ab597fc0d9cbf7a3c8 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Wed, 17 Jul 2024 11:02:58 +0200 Subject: [PATCH] feat(gt-multiexp): enable parallel tests in nimble --- constantine.nimble | 2 ++ tests/parallel/t_ec_template_parallel.nim | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/constantine.nimble b/constantine.nimble index 3761b313..d4816f3d 100644 --- a/constantine.nimble +++ b/constantine.nimble @@ -630,6 +630,8 @@ const testDescMultithreadedCrypto: seq[string] = @[ "tests/parallel/t_ec_shortw_prj_g1_batch_add_parallel.nim", "tests/parallel/t_ec_shortw_jac_g1_msm_parallel.nim", "tests/parallel/t_ec_shortw_prj_g1_msm_parallel.nim", + "tests/parallel/t_ec_twedwards_prj_msm_parallel.nim", + "tests/parallel/t_pairing_bls12_381_gt_multiexp_parallel.nim", ] const benchDesc = [ diff --git a/tests/parallel/t_ec_template_parallel.nim b/tests/parallel/t_ec_template_parallel.nim index 06102c54..b6f1902f 100644 --- a/tests/parallel/t_ec_template_parallel.nim +++ b/tests/parallel/t_ec_template_parallel.nim @@ -33,7 +33,7 @@ import # Test utilities helpers/prng_unsafe -export unittest, abstractions, arithmetic # Generic sandwich +export unittest, abstractions, arithmetic, ec_twistededwards_affine # Generic sandwich type RandomGen* = enum