aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/sca/re
diff options
context:
space:
mode:
authorJ08nY2025-11-06 17:39:53 +0100
committerJ08nY2025-11-06 17:39:53 +0100
commit76fa60682f9130a18270e9a6dcff9ab59d77a1b6 (patch)
tree1e755057934e862df35aa3c471e630dede1ac434 /pyecsca/sca/re
parentf95f55d226ee87072ea164880a154e3bd5ac2448 (diff)
downloadpyecsca-master.tar.gz
pyecsca-master.tar.zst
pyecsca-master.zip
Diffstat (limited to 'pyecsca/sca/re')
-rw-r--r--pyecsca/sca/re/tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/sca/re/tree.py b/pyecsca/sca/re/tree.py
index a45faaa..6d07ba4 100644
--- a/pyecsca/sca/re/tree.py
+++ b/pyecsca/sca/re/tree.py
@@ -667,7 +667,7 @@ def _build_tree(
)
log(pad + f"Split {len(group_cfgs)} via dmap {best_i}.")
# And build the tree recursively
- child = _build_tree(group_cfgs, maps, response=output, depth=depth + 1, index=i, breadth=groups.ngroups, split=split)
+ child = _build_tree(group_cfgs, maps, response=output, depth=depth + 1, index=i, breadth=groups.ngroups, split=split, leaf_callback=leaf_callback)
child.parent = result
return result