Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
License.txt | 22-Oct-2020 | 1K | |
PseudoRngLib.inf | 22-Oct-2020 | 1.1K | |
PseudoRngLib.lib | 22-Oct-2020 | 28.9K | |
README | 22-Oct-2020 | 427 |
1 This pseudo-random implementation of RngLib is unsafe, and is not intended for 2 use in production. It is provided for development purposes only, and only to be 3 used on development platforms that lack any hardware peripherals to implement 4 RngLib properly. 5 6 Note that this code blindly assumes the availability of the AES instructions, 7 and the accessibility of the cycle counter. If either is not available, this 8 code will crash. 9