We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e327201 commit 4f38b68Copy full SHA for 4f38b68
adafruit_hashlib/_sha256.py
@@ -48,6 +48,7 @@ def new_shaobject():
48
Gamma0 = lambda x: (S(x, 7) ^ S(x, 18) ^ R(x, 3))
49
Gamma1 = lambda x: (S(x, 17) ^ S(x, 19) ^ R(x, 10))
50
51
+
52
# pylint: disable=too-many-statements
53
def sha_transform(sha_info: Dict[str, Union[List[int], int]]) -> None:
54
W = []
0 commit comments