Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: code shrink | Ron Yorston | 2021-08-08 | 1 | -3/+3 |
| | | | | | | | | | Save a few bytes: - When collecting entropy prefer functions we call elsewhere. - In uname(2) set 32-bit processor type to i686 and tweak it for i386. | ||||
* | win32: allow use of shell's PRNG for /dev/urandom | Ron Yorston | 2018-03-22 | 1 | -0/+76 |
Allow either ISAAC or the shell's built-in pseudo-random number generator to be used for /dev/urandom. The latter is smaller so it's the default. |