mirror of https://github.com/acidanthera/audk.git
17 lines
532 B
Plaintext
17 lines
532 B
Plaintext
// /** @file
|
|
// Provides BaseCrypto SHA256 hash service
|
|
//
|
|
// This library can be registered to BaseCrypto router, to serve as hash engine.
|
|
//
|
|
// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Provides BaseCrypto SHA256 hash service"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This library can be registered to BaseCrypto router, to serve as hash engine."
|
|
|