]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.uni
CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API
[mirror_edk2.git] / CryptoPkg / Library / BaseHashApiLib / BaseHashApiLib.uni
diff --git a/CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.uni b/CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.uni
new file mode 100644 (file)
index 0000000..49ba82e
--- /dev/null
@@ -0,0 +1,17 @@
+// /** @file\r
+// Provides Unified API for Hash Calculation\r
+//\r
+// This library is BaseHashApiLib. It will redirect hash request to\r
+// each individual hash API, such as SHA1, SHA256, SHA384, SM3 based\r
+// on hashing algorithm specified by PcdHashApiLibPolicy.\r
+//\r
+// Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+//\r
+// **/\r
+\r
+\r
+#string STR_MODULE_ABSTRACT             #language en-US "Provides hash service by specified hash handler"\r
+\r
+#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