diff options
Diffstat (limited to 'test/ec/test_mod.py')
| -rw-r--r-- | test/ec/test_mod.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ec/test_mod.py b/test/ec/test_mod.py index 3a14c91..71a5a74 100644 --- a/test/ec/test_mod.py +++ b/test/ec/test_mod.py @@ -1,6 +1,7 @@ from unittest import TestCase -from pyecsca.ec.mod import Mod, gcd, extgcd, Undefined, miller_rabin, NonResidueError, NonInvertibleError +from pyecsca.ec.mod import Mod, gcd, extgcd, Undefined, miller_rabin +from pyecsca.ec.error import NonInvertibleError, NonResidueError class ModTests(TestCase): |
