Clean up SHA-256 input handling and round macros.
authorjsing <jsing@openbsd.org>
Fri, 7 Jul 2023 15:03:55 +0000 (15:03 +0000)
committerjsing <jsing@openbsd.org>
Fri, 7 Jul 2023 15:03:55 +0000 (15:03 +0000)
commit1fd3fa42d1ba312b06fdb35c2ceac4cf64c5c2f9
treee10a4126f0c9016309c17b05e7cf3bedf652ddab
parent51ecec67c95c6049082a85938f693a07249ea920
Clean up SHA-256 input handling and round macros.

Avoid reach around and initialisation outside of the macro, cleaning up
the call sites to remove the initialisation.

ok beck@
lib/libcrypto/sha/sha256.c