Skip to content

added: sha-3(Keccak) implementation #16643

added: sha-3(Keccak) implementation

added: sha-3(Keccak) implementation #16643

Triggered via pull request December 19, 2025 01:53
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (RUF003): hashes/sha3.py#L92
hashes/sha3.py:92:15: RUF003 Comment contains ambiguous `ι` (GREEK SMALL LETTER IOTA). Did you mean `i` (LATIN SMALL LETTER I)?
Ruff (N806): hashes/sha3.py#L82
hashes/sha3.py:82:13: N806 Variable `B` in function should be lowercase
Ruff (RUF003): hashes/sha3.py#L81
hashes/sha3.py:81:15: RUF003 Comment contains ambiguous `ρ` (GREEK SMALL LETTER RHO). Did you mean `p` (LATIN SMALL LETTER P)?
Ruff (N806): hashes/sha3.py#L76
hashes/sha3.py:76:13: N806 Variable `D` in function should be lowercase
Ruff (N806): hashes/sha3.py#L75
hashes/sha3.py:75:13: N806 Variable `C` in function should be lowercase
Ruff (N806): hashes/sha3.py#L71
hashes/sha3.py:71:9: N806 Variable `A` in function should be lowercase
Ruff (RUF012): hashes/sha3.py#L43
hashes/sha3.py:43:12: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (RUF012): hashes/sha3.py#L16
hashes/sha3.py:16:11: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (F401): hashes/sha3.py#L11
hashes/sha3.py:11:20: F401 `typing.List` imported but unused
Ruff (UP035): hashes/sha3.py#L11
hashes/sha3.py:11:1: UP035 `typing.List` is deprecated, use `list` instead