aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec/test_params.py
diff options
context:
space:
mode:
authorJ08nY2020-02-10 00:02:42 +0100
committerJ08nY2020-02-10 00:02:42 +0100
commit75805f4c8b7521bb031024e1576c8c6b2d2099cf (patch)
tree312cdaef4442ff6060bf96e715df458c23a935ae /test/ec/test_params.py
parent0d2311a18fd03c0d17393cf4cc92b05a2b8b4e45 (diff)
downloadpyecsca-75805f4c8b7521bb031024e1576c8c6b2d2099cf.tar.gz
pyecsca-75805f4c8b7521bb031024e1576c8c6b2d2099cf.tar.zst
pyecsca-75805f4c8b7521bb031024e1576c8c6b2d2099cf.zip
Rename AbelianGroup to DomainParameters.
Diffstat (limited to '')
-rw-r--r--test/ec/test_params.py (renamed from test/ec/test_group.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_group.py b/test/ec/test_params.py
index ca0ea91..222698d 100644
--- a/test/ec/test_group.py
+++ b/test/ec/test_params.py
@@ -4,7 +4,7 @@ from pyecsca.ec.curves import get_curve
from pyecsca.ec.point import InfinityPoint
-class AbelianGroupTests(TestCase):
+class DomainParameterTests(TestCase):
def setUp(self):
self.secp128r1 = get_curve("secp128r1", "projective")