CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/07 09:06:50
Modified files:
lib/libcrypto/sha: sha256.c
Log message:
Clean up alignment handling for SHA-256.
If input data is 32 bit aligned use be32toh() directly, otherwise use
crypto_load_be32toh(), cleaning up all of the HOST_c2l() usage.
ok beck@
