diff options
| author | J08nY | 2023-08-29 16:15:00 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-29 16:15:00 +0200 |
| commit | 501d17b11a86d6a3780435db5416830c9d6175e2 (patch) | |
| tree | 871b8051a9ca748b595fc196123789f6641a7e4f /test/ec/test_mult.py | |
| parent | 06465b2455587dd3d747081258971c3023ac8b3e (diff) | |
| download | pyecsca-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.py | 1 |
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): |
