Last change
on this file since 99286 was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
689 bytes
|
Line | |
---|
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."
|
---|
Note:
See
TracBrowser
for help on using the repository browser.