Skip to content

feat: Add RC4 stream cipher implementation #18094

feat: Add RC4 stream cipher implementation

feat: Add RC4 stream cipher implementation #18094

Triggered via pull request June 2, 2026 16:26
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
ruff (E501): ciphers/rc4.py#L177
ciphers/rc4.py:177:89: E501 Line too long (90 > 88)
ruff (UP043): ciphers/rc4.py#L34
ciphers/rc4.py:34:31: UP043 Unnecessary default type arguments help: Remove default type arguments