SHA-512/256: implement hash algorithm

Closes #12897
This commit is contained in:
Evgeny Grin 2024-02-07 23:06:28 +01:00 committed by Daniel Stenberg
parent 30a3880f6b
commit cbe41d151d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 650 additions and 1 deletions

View file

@ -134,6 +134,7 @@ LIB_CFILES = \
curl_range.c \
curl_rtmp.c \
curl_sasl.c \
curl_sha512_256.c \
curl_sspi.c \
curl_threads.c \
curl_trc.c \
@ -277,6 +278,7 @@ LIB_HFILES = \
curl_setup.h \
curl_setup_once.h \
curl_sha256.h \
curl_sha512_256.h \
curl_sspi.h \
curl_threads.h \
curl_trc.h \