Skip to content

Remove deprecated CW bytearray #949

Remove deprecated CW bytearray

Remove deprecated CW bytearray #949

Re-run triggered January 9, 2025 12:02
Status Failure
Total duration 1m 37s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.