feat: Add RC4 stream cipher implementation #18094
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
|