aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_params.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ec/test_params.py')
-rw-r--r--test/ec/test_params.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_params.py b/test/ec/test_params.py
index 57cabe3..3dfb0c2 100644
--- a/test/ec/test_params.py
+++ b/test/ec/test_params.py
@@ -1,6 +1,6 @@
from unittest import TestCase
-from pyecsca.ec.curves import get_params
+from pyecsca.ec.params import get_params
class DomainParameterTests(TestCase):