From ... From: Erik Naggum Subject: Re: Java is really convenient. Re: Sun thinks about switching Java to S-expression syntax: Lava Date: 1999/02/18 Message-ID: <3128303134858480@naggum.no>#1/1 X-Deja-AN: 445588981 References: <36C4A10F.164FC49F@IntelliMarket.Com> <7aattr$8e6@crl3.crl.com> <873e46hfyo.fsf_-_@2xtreme.net> <87soc6f7xn.fsf@2xtreme.net> <3128197088724992@naggum.no> <87k8xhg92e.fsf@2xtreme.net> <4aeydx988.fsf@beta.franz.com> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * Johan Kullstam | no, i do *not* want an integer (at least in the mathematical sense). the MD5 algorithm requires a number of operations on 32-bit machine integers. it would have cost them approximately nothing to require them to be bignums (the algorithm is basically written in machine language, and it appears only foolish to try anything else). the solution is to use LOGAND to mask out the number bits. I'm probably going to rewrite MD5 in assembler -- the C code is amazingly non-optimal, too. #:Erik