diff options
| author | J08nY | 2025-03-12 19:01:43 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-12 19:01:43 +0100 |
| commit | 345d5883e5e75ed02282107127a8e65b67435247 (patch) | |
| tree | d8a0e02575283412d19a46dba426a90f88e4e584 /pyecsca/sca | |
| parent | e4c50355c50934e508d9b6d4a957be17d12d8b25 (diff) | |
| download | pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.gz pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.zst pyecsca-345d5883e5e75ed02282107127a8e65b67435247.zip | |
Diffstat (limited to 'pyecsca/sca')
| -rw-r--r-- | pyecsca/sca/re/rpa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/sca/re/rpa.py b/pyecsca/sca/re/rpa.py index 66b4d1e..e7796cf 100644 --- a/pyecsca/sca/re/rpa.py +++ b/pyecsca/sca/re/rpa.py @@ -91,7 +91,7 @@ class MultipleContext(Context): self.base = action.point self.neutral = action.params.curve.neutral self.points = {self.base: 1, self.neutral: 0} - self.parents = {self.base: []} + self.parents = {self.base: [], self.neutral: []} self.formulas = {self.base: "", self.neutral: ""} self.precomp = {} |
