• Home
Name Date Size #Lines LOC

..--

License.txtD03-May-20241 KiB2017

PseudoRngLib.infD03-May-20241.1 KiB3933

PseudoRngLib.libD03-May-202428.9 KiB

READMED03-May-2024427 97

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