diff options
Diffstat (limited to 'roms/edk2/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.uni')
-rw-r--r-- | roms/edk2/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.uni | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/edk2/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.uni b/roms/edk2/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.uni new file mode 100644 index 000000000..b4c4b4c21 --- /dev/null +++ b/roms/edk2/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.uni @@ -0,0 +1,16 @@ +// /** @file
+// Provides BaseCrypto SHA512 hash service
+//
+// This library can be registered to BaseCrypto router, to serve as hash engine.
+//
+// Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
+//
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Provides BaseCrypto SHA512 hash service"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This library can be registered to BaseCrypto router, to serve as hash engine."
+
|