Skip to content

Commit

Permalink
Update black version
Browse files Browse the repository at this point in the history
  • Loading branch information
teobiton committed Jan 26, 2024
1 parent 557037b commit 39cd40b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tb/sha2/model/test_sha512.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ def test_one_block_message(digest_width) -> None:
def test_multi_block_message(digest_width) -> None:
"""Multi-block message from FIPS sha512 examples"""

message: str = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu"
message: str = (
"abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu"
)

hash_core = sha512(digest_width=digest_width, debug=True, encoding="ascii")

Expand Down

0 comments on commit 39cd40b

Please sign in to comment.