Add RC4 Stream Cipher Implementation with Key Scheduling and Pseudo-Random Generation #13069
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
|