CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/14 04:45:15
Modified files:
lib/libcrypto/sha: sha512.c
Added files:
lib/libcrypto/sha: sha_internal.h
Log message:
Add support for truncated SHA512 variants.
This adds support for SHA512/224 and SHA512/256, as specified in FIPS
FIPS 180-4. These are truncated versions of the SHA512 hash.
ok tb@
