Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
License.txt | D | 03-May-2024 | 1 KiB | 20 | 17 | |
PseudoRngLib.inf | D | 03-May-2024 | 1.1 KiB | 39 | 33 | |
PseudoRngLib.lib | D | 03-May-2024 | 28.9 KiB | |||
README | D | 03-May-2024 | 427 | 9 | 7 |
README
1This pseudo-random implementation of RngLib is unsafe, and is not intended for 2use in production. It is provided for development purposes only, and only to be 3used on development platforms that lack any hardware peripherals to implement 4RngLib properly. 5 6Note that this code blindly assumes the availability of the AES instructions, 7and the accessibility of the cycle counter. If either is not available, this 8code will crash. 9