aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--pyecsca/sca/re/rpa.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyecsca/sca/re/rpa.py b/pyecsca/sca/re/rpa.py
index 3dfe828..8dffb2c 100644
--- a/pyecsca/sca/re/rpa.py
+++ b/pyecsca/sca/re/rpa.py
@@ -42,9 +42,9 @@ class MultipleContext(Context):
points: MutableMapping[Point, int]
"""The mapping of points to the multiples they represent (e.g., base -> 1)."""
parents: MutableMapping[Point, List[Point]]
- """The mapping of points to the formula types they are a result of."""
- formulas: MutableMapping[Point, str]
"""The mapping of points to their parent they were computed from."""
+ formulas: MutableMapping[Point, str]
+ """The mapping of points to the formula types they are a result of."""
inside: bool
def __init__(self):