Remove deprecated CW bytearray #949
Annotations
3 errors
mypy:
scaaml/capture/aes/capture_runner.py#L76
Argument "plaintext" to "capture_trace" has incompatible type "builtins.bytearray"; expected "chipwhisperer.common.utils.util.bytearray" [arg-type]
|
mypy:
scaaml/capture/aes/capture_runner.py#L77
Argument "key" to "capture_trace" has incompatible type "builtins.bytearray"; expected "chipwhisperer.common.utils.util.bytearray | None" [arg-type]
|
mypy
Process completed with exit code 1.
|