aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mult
diff options
context:
space:
mode:
authordeepsource-autofix[bot]2025-10-03 06:26:04 +0000
committerGitHub2025-10-03 06:26:04 +0000
commite6975a1924323ae5b7fbc1766ee65190157c37c2 (patch)
treeab826a1fb5d6eeba2f392b61c014d2a67464adbe /pyecsca/ec/mult
parentfa610a92b40c6bed2a409a8b3d8366948ad96cce (diff)
downloadpyecsca-e6975a1924323ae5b7fbc1766ee65190157c37c2.tar.gz
pyecsca-e6975a1924323ae5b7fbc1766ee65190157c37c2.tar.zst
pyecsca-e6975a1924323ae5b7fbc1766ee65190157c37c2.zip
Diffstat (limited to 'pyecsca/ec/mult')
-rw-r--r--pyecsca/ec/mult/comb.py2
-rw-r--r--pyecsca/ec/mult/ladder.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/pyecsca/ec/mult/comb.py b/pyecsca/ec/mult/comb.py
index 819a650..d24f557 100644
--- a/pyecsca/ec/mult/comb.py
+++ b/pyecsca/ec/mult/comb.py
@@ -1,6 +1,4 @@
"""Provides Comb-like scalar multipliers, such as BGMW or Lim-Lee."""
-
-import random
from copy import copy
from math import ceil
from typing import MutableMapping, Optional
diff --git a/pyecsca/ec/mult/ladder.py b/pyecsca/ec/mult/ladder.py
index 3635ada..8d904b4 100644
--- a/pyecsca/ec/mult/ladder.py
+++ b/pyecsca/ec/mult/ladder.py
@@ -12,7 +12,6 @@ from pyecsca.ec.formula import (
LadderFormula,
DifferentialAdditionFormula,
)
-from pyecsca.ec.params import DomainParameters
from pyecsca.ec.point import Point