aboutsummaryrefslogtreecommitdiff
path: root/test/ec
diff options
context:
space:
mode:
authorJ08nY2025-03-26 18:41:44 +0100
committerJ08nY2025-03-26 18:41:44 +0100
commit434873c01253552046decf56e36ee7ca68d38418 (patch)
treed08de8ec070388c032e8d7d9646c78b490b2841b /test/ec
parent87737c7c0bd197f081b60b6cf11ed21d3fbff734 (diff)
downloadpyecsca-434873c01253552046decf56e36ee7ca68d38418.tar.gz
pyecsca-434873c01253552046decf56e36ee7ca68d38418.tar.zst
pyecsca-434873c01253552046decf56e36ee7ca68d38418.zip
Diffstat (limited to 'test/ec')
-rw-r--r--test/ec/test_configuration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_configuration.py b/test/ec/test_configuration.py
index c81162d..01722c4 100644
--- a/test/ec/test_configuration.py
+++ b/test/ec/test_configuration.py
@@ -33,7 +33,7 @@ def test_weierstrass_projective(base_independents):
coords = model.coordinates["projective"]
configs = list(all_configurations(model=model, coords=coords, **base_independents))
assert len(set(map(lambda cfg: cfg.scalarmult, configs))) == len(configs)
- assert len(configs) == 20320
+ assert len(configs) == 20960
def test_mult_class(base_independents):