]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.uni
975c4663303702ef2903e20896fc6d331858b62b
[mirror_edk2.git] / SecurityPkg / RandomNumberGenerator / RngDxe / RngDxe.uni
1 // /** @file
2 // Produces the UEFI Random Number Generator protocol
3 //
4 // This module will leverage Intel Secure Key technology to produce the Random
5 // Number Generator protocol, which is used to provide high-quality random numbers
6 // for use in applications, or entropy for seeding other random number generators.
7 // Refer to http://software.intel.com/en-us/articles/intel-digital-random-number
8 // -generator-drng-software-implementation-guide/ for more information about Intel
9 // Secure Key technology.
10 //
11 // Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
12 //
13 // SPDX-License-Identifier: BSD-2-Clause-Patent
14 //
15 // **/
16
17
18 #string STR_MODULE_ABSTRACT #language en-US "Produces UEFI Random Number Generator protocol"
19
20 #string STR_MODULE_DESCRIPTION #language en-US "This module will produce UEFI Random Number Generator protocol. In current implementation, Only SP800_90_CTR_256 and "RAW" RNG algorithms are supported."
21