Skip to content

feat: Add RC4 stream cipher implementation #18093

feat: Add RC4 stream cipher implementation

feat: Add RC4 stream cipher implementation #18093

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (E501): ciphers/rc4.py#L173
ciphers/rc4.py:173:89: E501 Line too long (93 > 88)
ruff (E501): ciphers/rc4.py#L162
ciphers/rc4.py:162:89: E501 Line too long (89 > 88)
ruff (UP043): ciphers/rc4.py#L34
ciphers/rc4.py:34:31: UP043 Unnecessary default type arguments help: Remove default type arguments