Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (UP006): ciphers/rc4.py#L9
ciphers/rc4.py:9:35: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): ciphers/rc4.py#L1
ciphers/rc4.py:1:1: UP035 `typing.List` is deprecated, use `list` instead