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