Skip to content

Commit 4e6ad01

Browse files
author
ipl_ci
committed
WW49'24 source code update
1 parent d763fce commit 4e6ad01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intel® Cryptography Primitives Library
22

3-
[Build Instructions](./BUILD.md) | [Contributing Guide](#how-to-contribute) | [Documentation](#documentation) | [Get Help](./SUPPORT.md) | [Intel IPP Product Page](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ipp.html)
3+
[Build Instructions](./BUILD.md) | [Contributing Guide](#how-to-contribute) | [Documentation](#documentation) | [Get Help](./SUPPORT.md) | [Homepage](https://www.intel.com/content/www/us/en/developer/tools/oneapi/crypto-library/overview.html)
44

55
Intel® Cryptography Primitives Library is a secure, fast and lightweight library of building blocks for cryptography, highly-optimized for various Intel® CPUs.
66

sources/ippcp/asm_ia32/pcpvariant.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
%assign _ENABLE_ALG_SHA256_ _FEATURE_OFF_ ;; SHA256 off
114114
%endif
115115

116-
%ifndef _DISABLE_ALG_SHA521_
116+
%ifndef _DISABLE_ALG_SHA512_
117117
%assign _ENABLE_ALG_SHA512_ _FEATURE_ON_ ;; SHA512 on
118118
%else
119119
%assign _ENABLE_ALG_SHA512_ _FEATURE_OFF_ ;; SHA512 off

sources/ippcp/asm_intel64/pcpvariant.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
%assign _ENABLE_ALG_SHA256_ _FEATURE_OFF_ ;; SHA256 off
141141
%endif
142142

143-
%ifndef _DISABLE_ALG_SHA521_
143+
%ifndef _DISABLE_ALG_SHA512_
144144
%assign _ENABLE_ALG_SHA512_ _FEATURE_ON_ ;; SHA512 on
145145
%else
146146
%assign _ENABLE_ALG_SHA512_ _FEATURE_OFF_ ;; SHA512 off

sources/ippcp/crypto_mb/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if(MBX_PLATFORM_LIST) # MBX_PLATFORM_LIST may be set by user
9494
if (MBX_PLATFORM_LIST STREQUAL "")
9595
message (FATAL_ERROR "MBX_PLATFORM_LIST cannot be empty")
9696
endif(MBX_PLATFORM_LIST STREQUAL "")
97-
message (STATUS "MBX Platform list ......................... " ${MBX_PLATFORM_LIST})
97+
message (STATUS "MBX Platform list ..................... " ${MBX_PLATFORM_LIST})
9898
else()
9999
message (FATAL_ERROR "MBX_PLATFORM_LIST cannot be set, when MERGED_BLD is on")
100100
endif(NOT MBX_MERGED_BLD)

0 commit comments

Comments
 (0)