generator.c: // For each byte in the buffer, use its value to index into another // byte and XOR the two. This seems to be the only mixing that happens in the entire algorithm, after the initial rand seeding. I'm not a…
generator.c: // For each byte in the buffer, use its value to index into another // byte and XOR the two. This seems to be the only mixing that happens in the entire algorithm, after the initial rand seeding. I'm not a…