|
Message-ID: <48D9DB74.2020906@banquise.net> Date: Wed, 24 Sep 2008 08:17:24 +0200 From: Simon Marechal <simon@...quise.net> To: john-users@...ts.openwall.com Subject: Re: quite fast MD5 hashing implementation Marti Raudsepp wrote: > On Tue, Sep 23, 2008 at 4:22 PM, Simon Marechal <simon@...quise.net> wrote: >> http://3.14.by/en/md5 >> >> It is a lot faster than everything I previously saw. I suppose he achieves >> this speed by: >> * reversing the last round >> * working a lot on instruction/register scheduling > > Probably also taking advantage of the 8 extra XMM registers in 64-bit mode. Indeed, but as you can see from his results, it is not such an important improvement. This means the x86 code is quite good regarding instruction dependencies. -- To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply to the automated confirmation request that will be sent to you.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.