diff options
| author | J08nY | 2025-03-28 23:16:15 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-28 23:16:15 +0100 |
| commit | 0ac91af59627a7ce2ad3eca8f26c263e9e275c88 (patch) | |
| tree | d0412cbeb9edb00f3320e4520ddf330541b75e10 /test/ec | |
| parent | 96d2af41e0321b9fecf2fb4644dfa6a4a4cf0823 (diff) | |
| download | pyecsca-0ac91af59627a7ce2ad3eca8f26c263e9e275c88.tar.gz pyecsca-0ac91af59627a7ce2ad3eca8f26c263e9e275c88.tar.zst pyecsca-0ac91af59627a7ce2ad3eca8f26c263e9e275c88.zip | |
Diffstat (limited to 'test/ec')
| -rw-r--r-- | test/ec/test_point.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_point.py b/test/ec/test_point.py index 789b4f1..1080d80 100644 --- a/test/ec/test_point.py +++ b/test/ec/test_point.py @@ -165,7 +165,7 @@ def test_homog(): model = ShortWeierstrassModel() for coords_name, coords in model.coordinates.items(): try: - params = get_params("secg", "secp128r1", coords_name, infty=True) + params = get_params("secg", "secp128r1", coords_name, infty=False) except UnsatisfiedAssumptionError: continue infty = params.curve.neutral |
