diff options
Diffstat (limited to 'pyecsca/sca/target/chipwhisperer.py')
| -rw-r--r-- | pyecsca/sca/target/chipwhisperer.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pyecsca/sca/target/chipwhisperer.py b/pyecsca/sca/target/chipwhisperer.py index 4037f12..c9380cc 100644 --- a/pyecsca/sca/target/chipwhisperer.py +++ b/pyecsca/sca/target/chipwhisperer.py @@ -1,5 +1,6 @@ """ This module provides a `ChipWhisperer <https://github.com/newaetech/chipwhisperer/>`_ target class. + ChipWhisperer is a side-channel analysis tool and framework. A ChipWhisperer target is one that uses the ChipWhisperer's SimpleSerial communication protocol and is communicated with using ChipWhisperer-Lite or Pro. @@ -17,10 +18,7 @@ from .simpleserial import SimpleSerialTarget @public class ChipWhispererTarget(Flashable, SimpleSerialTarget): # pragma: no cover - """ - A ChipWhisperer-based target, using the SimpleSerial protocol and communicating - using ChipWhisperer-Lite/Pro. - """ + """ChipWhisperer-based target, using the SimpleSerial protocol and communicating using ChipWhisperer-Lite/Pro.""" def __init__( self, target: SimpleSerial, scope: ScopeTemplate, programmer, **kwargs |
