PIByteArray operators & | ^

PIDigest add BLAKE2 algorithms and HMAC
This commit is contained in:
2024-11-27 18:27:51 +03:00
parent 0c973f0216
commit 3a159b0553
15 changed files with 2545 additions and 2 deletions

View File

@@ -374,6 +374,8 @@ pip_module(main "${LIBS_MAIN}" "PIP main library" "" "" "")
generate_export_header(pip)
list(APPEND HDRS "${CMAKE_CURRENT_BINARY_DIR}/pip_export.h")
file(GLOB_RECURSE _RM_HDRS "libs/main/digest/3rd/*.h")
list(REMOVE_ITEM HDRS ${_RM_HDRS})
foreach(_m ${PIP_SRC_MODULES})
set_target_properties(pip PROPERTIES DEFINE_SYMBOL pip_${_m}_EXPORTS)
generate_export_header(pip BASE_NAME "pip_${_m}")