|
Message-ID: <92150c1486dc5e931f1563c2b3d6bf26@smtp.hushmail.com> Date: Fri, 19 Apr 2013 21:38:20 +0200 From: magnum <john.magnum@...hmail.com> To: "john-dev@...ts.openwall.com" <john-dev@...ts.openwall.com> Subject: SHA-2 in sse-intrinsics.c I copied Jeremi's SHA-256 and SHA-512 functions from his raw formats, to sse-intrinsics.c before we start optimizing things away in the formats :-) It's currently ifdef'ed out and not complete anyway. We should consider what interface(s) we need for the shared functions. Maybe we should have a simple interface for non-iterated use (scalar input), plus one more like our existing md4/5/sha1 (vector input) that is optimized for iterated use. magnum
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.