Skip to content

Commit 4f38b68

Browse files
committed
Run pre-commit
1 parent e327201 commit 4f38b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_hashlib/_sha256.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def new_shaobject():
4848
Gamma0 = lambda x: (S(x, 7) ^ S(x, 18) ^ R(x, 3))
4949
Gamma1 = lambda x: (S(x, 17) ^ S(x, 19) ^ R(x, 10))
5050

51+
5152
# pylint: disable=too-many-statements
5253
def sha_transform(sha_info: Dict[str, Union[List[int], int]]) -> None:
5354
W = []

0 commit comments

Comments
 (0)