diff options
Diffstat (limited to 'test/ec/test_key_agreement.py')
| -rw-r--r-- | test/ec/test_key_agreement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_key_agreement.py b/test/ec/test_key_agreement.py index adffbab..cbdb1c8 100644 --- a/test/ec/test_key_agreement.py +++ b/test/ec/test_key_agreement.py @@ -2,7 +2,7 @@ from unittest import TestCase from parameterized import parameterized -from pyecsca.ec.curves import get_params +from pyecsca.ec.params import get_params from pyecsca.ec.key_agreement import (ECDH_NONE, ECDH_SHA1, ECDH_SHA224, ECDH_SHA256, ECDH_SHA384, ECDH_SHA512) from pyecsca.ec.mod import Mod |
