Skip to content

Add RC4 Stream Cipher Implementation with Key Scheduling and Pseudo-Random Generation #13067

Add RC4 Stream Cipher Implementation with Key Scheduling and Pseudo-Random Generation

Add RC4 Stream Cipher Implementation with Key Scheduling and Pseudo-Random Generation #13067

Triggered via pull request May 12, 2025 14:59
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): ciphers/rc4.py#L80
ciphers/rc4.py:80:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/rc4.py#L77
ciphers/rc4.py:77:1: W293 Blank line contains whitespace
Ruff (W291): ciphers/rc4.py#L73
ciphers/rc4.py:73:22: W291 Trailing whitespace
Ruff (W293): ciphers/rc4.py#L62
ciphers/rc4.py:62:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/rc4.py#L48
ciphers/rc4.py:48:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/rc4.py#L27
ciphers/rc4.py:27:1: W293 Blank line contains whitespace
Ruff (W293): ciphers/rc4.py#L11
ciphers/rc4.py:11:1: W293 Blank line contains whitespace
Ruff (UP006): ciphers/rc4.py#L8
ciphers/rc4.py:8:35: UP006 Use `list` instead of `List` for type annotation
Ruff (I001): ciphers/rc4.py#L1
ciphers/rc4.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP035): ciphers/rc4.py#L1
ciphers/rc4.py:1:1: UP035 `typing.List` is deprecated, use `list` instead