PSPXI:GenerateRandomBytes: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000D0042] |- | 1 | Output buffer size |- | 2 | (Size<<8) <nowiki>|</nowiki> 0x4 ..." |
Add a short description how this thing works, the whole thing is too ugly to restate |
||
Line 30: | Line 30: | ||
| Result code | | Result code | ||
|} | |} | ||
=Description= | |||
Generates random bytes using the FIPS 186-2 (change notice 1) appendix 3 generator using SHA-1. |