]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/CryptoPkg.uni
CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API
[mirror_edk2.git] / CryptoPkg / CryptoPkg.uni
1 // /** @file
2 // Package for cryptography modules.
3 //
4 // This Package provides cryptographic-related libraries for UEFI security modules.
5 // It also provides a test application to test libraries.
6 //
7 // Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>
8 //
9 // SPDX-License-Identifier: BSD-2-Clause-Patent
10 //
11 // **/
12
13
14 #string STR_PACKAGE_ABSTRACT #language en-US "Provides cryptographic-related libraries for UEFI security modules"
15
16 #string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides cryptographic-related libraries for UEFI security modules."
17
18
19
20 #string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_PROMPT #language en-US "HASH algorithm to calculate hash"
21
22 #string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_HELP #language en-US "This PCD indicates the HASH algorithm to calculate hash of data.<BR><BR>\n"
23 "Based on the value set, the required algorithm is chosen to calculate\n"
24 "the hash of data.<BR>\n"
25 "The default hashing algorithm for BaseHashApiLib is set to SHA256.<BR>\n"
26 "0x00000001 - MD4.<BR>\n"
27 "0x00000002 - MD5.<BR>\n"
28 "0x00000003 - SHA1.<BR>\n"
29 "0x00000004 - SHA256.<BR>\n"
30 "0x00000005 - SHA384.<BR>\n"
31 "0x00000006 - SHA512.<BR>\n"
32 "0x00000007 - SM3.<BR>"
33
34
35