diff options
Diffstat (limited to 'pyecsca/sca/re/rpa.py')
| -rw-r--r-- | pyecsca/sca/re/rpa.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyecsca/sca/re/rpa.py b/pyecsca/sca/re/rpa.py index 73ae569..3dc00e2 100644 --- a/pyecsca/sca/re/rpa.py +++ b/pyecsca/sca/re/rpa.py @@ -1,3 +1,9 @@ +""" +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>`_ +""" from public import public from typing import MutableMapping, Optional |
