Add sha512 and sha512_256 hash support

This commit is contained in:
2025-05-11 15:30:01 +08:00
parent 4a6de34a64
commit eeeedae697
8 changed files with 673 additions and 30 deletions

View File

@@ -116,6 +116,7 @@ source_file = files([
'utils_static.cpp',
'hash_map.cpp',
'reg_util.cpp',
'hash_lib.cpp',
])
source_file_headers = files([
@@ -145,6 +146,7 @@ source_file_headers = files([
'utils_static.h',
'hash_map.h',
'reg_util.h',
'hash_lib.h',
])
if conf.get('HAVE_STRPTIME') == 0