]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / Library / BaseHashApiLib / BaseHashApiLib.uni
1 // /** @file
2 // Provides Unified API for Hash Calculation
3 //
4 // This library is BaseHashApiLib. It will redirect hash request to
5 // each individual hash API, such as SHA1, SHA256, SHA384, SM3 based
6 // on hashing algorithm specified by PcdHashApiLibPolicy.
7 //
8 // Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
9 //
10 // SPDX-License-Identifier: BSD-2-Clause-Patent
11 //
12 // **/
13
14
15 #string STR_MODULE_ABSTRACT #language en-US "Provides hash service by specified hash handler"
16
17 #string STR_MODULE_DESCRIPTION #language en-US "This library is Unified Hash API. It will redirect hash request to the hash handler specified by PcdHashApiLibPolicy."