1995-09-11 - Re: 64 bit crypto

Header Data

From: Michael Handler <grendel@netaxs.com>
To: “Thaddeus J. Beier” <thad@hammerhead.com>
Message Hash: ec215f30d1b425b65a24b1fdc376acae1c1cbf360245182411ca03c663ed0769
Message ID: <Pine.SUN.3.91.950911090108.24478A-100000@unix5.netaxs.com>
Reply To: <199509110157.SAA01073@hammerhead.com>
UTC Datetime: 1995-09-11 13:03:18 UTC
Raw Date: Mon, 11 Sep 95 06:03:18 PDT

Raw message

From: Michael Handler <grendel@netaxs.com>
Date: Mon, 11 Sep 95 06:03:18 PDT
To: "Thaddeus J. Beier" <thad@hammerhead.com>
Subject: Re: 64 bit crypto
In-Reply-To: <199509110157.SAA01073@hammerhead.com>
Message-ID: <Pine.SUN.3.91.950911090108.24478A-100000@unix5.netaxs.com>
MIME-Version: 1.0
Content-Type: text/plain


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 <grendel@netaxs.com> Philadelphia, PA
Cypherpunks: Civil Liberty Through Complex Mathematics

                                            better living through cryptography





Thread