CryptoPkg.uni 622 B

12345678910111213141516171819
  1. // /** @file
  2. // Package for cryptography modules.
  3. //
  4. // This Package provides cryptographic-related libraries for UEFI security modules.
  5. // It also provides a test application to test libraries.
  6. //
  7. // Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  8. //
  9. // SPDX-License-Identifier: BSD-2-Clause-Patent
  10. //
  11. // **/
  12. #string STR_PACKAGE_ABSTRACT #language en-US "Provides cryptographic-related libraries for UEFI security modules"
  13. #string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides cryptographic-related libraries for UEFI security modules."