aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mult
diff options
context:
space:
mode:
authorJ08nY2025-03-11 21:54:35 +0100
committerJ08nY2025-03-11 21:54:35 +0100
commit90003215e350b16a43992e72decfe2b15125299e (patch)
tree48a55dda4ffc30cb9219dc24a4f5904ee43c8f33 /pyecsca/ec/mult
parent414c78a620d9bfcd730c0729c8d26fca58cac977 (diff)
downloadpyecsca-90003215e350b16a43992e72decfe2b15125299e.tar.gz
pyecsca-90003215e350b16a43992e72decfe2b15125299e.tar.zst
pyecsca-90003215e350b16a43992e72decfe2b15125299e.zip
Diffstat (limited to 'pyecsca/ec/mult')
-rw-r--r--pyecsca/ec/mult/fixed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/mult/fixed.py b/pyecsca/ec/mult/fixed.py
index 2c60be2..fdf129d 100644
--- a/pyecsca/ec/mult/fixed.py
+++ b/pyecsca/ec/mult/fixed.py
@@ -5,7 +5,7 @@ from typing import MutableMapping, Optional
from public import public
from pyecsca.ec.formula import AdditionFormula, DoublingFormula, ScalingFormula
-from pyecsca.ec.mult import (
+from pyecsca.ec.mult.base import (
AccumulatorMultiplier,
ScalarMultiplier,
ProcessingDirection,