@@ -48,20 +48,20 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[
48
48
(" tests/t_finite_fields_double_width.nim" , false ),
49
49
# Towers of extension fields
50
50
# ----------------------------------------------------------
51
- # ("tests/t_fp2.nim", false),
51
+ (" tests/t_fp2.nim" , false ),
52
52
(" tests/t_fp2_sqrt.nim" , false ),
53
- # ("tests/t_fp6_bn254_snarks.nim", false),
54
- # ("tests/t_fp6_bls12_377.nim", false),
55
- # ("tests/t_fp6_bls12_381.nim", false),
53
+ (" tests/t_fp6_bn254_snarks.nim" , false ),
54
+ (" tests/t_fp6_bls12_377.nim" , false ),
55
+ (" tests/t_fp6_bls12_381.nim" , false ),
56
56
(" tests/t_fp6_bw6_761.nim" , false ),
57
57
(" tests/t_fp12_bn254_snarks.nim" , false ),
58
58
(" tests/t_fp12_bls12_377.nim" , false ),
59
59
(" tests/t_fp12_bls12_381.nim" , false ),
60
60
(" tests/t_fp12_exponentiation.nim" , false ),
61
61
(" tests/t_fp12_anti_regression.nim" , false ),
62
62
63
- # ("tests/t_fp4_frobenius.nim", false),
64
- # ("tests/t_fp6_frobenius.nim", false),
63
+ (" tests/t_fp4_frobenius.nim" , false ),
64
+ (" tests/t_fp6_frobenius.nim" , false ),
65
65
(" tests/t_fp12_frobenius.nim" , false ),
66
66
# Elliptic curve arithmetic G1
67
67
# ----------------------------------------------------------
0 commit comments