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