|
Message-ID: <4EC001C1.1000006@hushmail.com> Date: Sun, 13 Nov 2011 18:43:29 +0100 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: more targets using sse-intrinsics.S I'll do mysql-SHA1 next. magnum 2011-11-11 23:31, jfoug wrote: > I will make a thin for pix, and start on HMAC MD5. > > Older revisions of raw-md5 are pretty good places to look, along with the raw-md5.c in the original intrinsics patch. Most of it can be done in the GETPOS macro, and require very little 'code' changes. Md5_gen already had arrays of MMX_COEF items, since I found it was faster to load a dozen or so of them (actually, 32 or 64 for mmx_coef=2 was a good count). Since that double dim array was already setup, it made hooking in the intrinsic code very easy to do. It is a little slower, in loading. > > The way the raw-md5 (in the intrinsics patch) did it, was to have a single array. That array was MMX_COEF*SSE_PARA in size, and the GETPOS tied it all together. For formats which do not have a double array, I think going back to that design, is likely the best way. > > Jim. > >> From: magnum [mailto:john.magnum@...hmail.com] >> OK... so let's do them! Piece of cake (lol). I can start with the >> MS-SQL's as I am aquainted to them from the Unicode work. > >
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.