|
|
|
|
|
by lmm
395 days ago
|
|
No, there was no bug. The code used an uninitialised array as a place to XOR randomness from various sources into. It didn't initialise the array since there was no value in doing so, because the whole point is to be random anyway. |
|