From fa4fb00a61f19a5cb11ee30c7aa44da402f17d5f 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 aacc32b1..89ed69a0 100644 --- a/constantine.nimble +++ b/constantine.nimble @@ -637,6 +637,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