diff options
Diffstat (limited to 'pyecsca/sca/re/rpa.py')
| -rw-r--r-- | pyecsca/sca/re/rpa.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyecsca/sca/re/rpa.py b/pyecsca/sca/re/rpa.py index b38f389..f21429a 100644 --- a/pyecsca/sca/re/rpa.py +++ b/pyecsca/sca/re/rpa.py @@ -1,5 +1,5 @@ """ -This module provides functionality inspired by the Refined-Power Analysis attack by Goubin: +This module provides functionality inspired by the Refined-Power Analysis attack by Goubin. A Refined Power-Analysis Attack on Elliptic Curve Cryptosystems, Louis Goubin, PKC '03 `<https://dl.acm.org/doi/10.5555/648120.747060>`_ @@ -23,7 +23,7 @@ from ...ec.context import Context, Action @public class MultipleContext(Context): - """A context that traces the multiples of points computed.""" + """Context that traces the multiples of points computed.""" base: Optional[Point] points: MutableMapping[Point, int] |
