[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 64 bit crypto
On Sun, 10 Sep 1995, Thaddeus J. Beier wrote:
> Forgive a little bit of code...
Hey. It's C. That's what this mailing list is about, right? ;-)
> for(i = 0; i < 65536) { /* stir the pot a long time */
for (i = 0; i < 65536; i++) { /* stir the pot a long time */
Otherwise the loop will run a *long* time. Like infinity. :-)
--
Michael Handler <[email protected]> Philadelphia, PA
Cypherpunks: Civil Liberty Through Complex Mathematics
better living through cryptography