mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-03-14 12:32:10 +00:00
Each ISAAC call generates a block of integers, but only the first integer was used before the PRNG was called again. This resulted in most of the random numbers being wasted and more calls to the PRNG than was necessary. Also fixed some segmentation faults in ISAAC-64 code.