aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec/test_mult.py
diff options
context:
space:
mode:
authorJ08nY2023-08-29 16:15:00 +0200
committerJ08nY2023-08-29 16:15:00 +0200
commit501d17b11a86d6a3780435db5416830c9d6175e2 (patch)
tree871b8051a9ca748b595fc196123789f6641a7e4f /test/ec/test_mult.py
parent06465b2455587dd3d747081258971c3023ac8b3e (diff)
downloadpyecsca-501d17b11a86d6a3780435db5416830c9d6175e2.tar.gz
pyecsca-501d17b11a86d6a3780435db5416830c9d6175e2.tar.zst
pyecsca-501d17b11a86d6a3780435db5416830c9d6175e2.zip
Add ZVP point computation.
Diffstat (limited to 'test/ec/test_mult.py')
-rw-r--r--test/ec/test_mult.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ec/test_mult.py b/test/ec/test_mult.py
index 2a17867..8e5a06e 100644
--- a/test/ec/test_mult.py
+++ b/test/ec/test_mult.py
@@ -18,7 +18,6 @@ from pyecsca.ec.mult import (
AccumulationOrder, ScalarMultiplier, SlidingWindowMultiplier
)
from pyecsca.ec.point import InfinityPoint, Point
-from .utils import cartesian
def get_formulas(coords, *names):