Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 2 May 2013 1:31:12 -0400
From:  <jfoug@....net>
To: john-dev@...ts.openwall.com
Subject: sha256 intrinsics

The SHA256 (and SHA224) have been put into intrinsics.c, for 'general' usage.

I have made modifications to the raw-sha224 and raw-sha256 formats, to use this new code (if built SSE2 or greater).

Here are the other formats I can see right off.  The hmac's should be easy to do.  The crypt, not so easy, but doable.

(DONE) rawSHA256_fmt_plug.c
(DONE) rawSHA224_fmt_plug.c
hmacSHA224_fmt_plug.c
hmacSHA256_fmt_plug.c
cryptsha256_fmt_plug.c
dynamic.

pbkdf2_hmac_sha256.h

What other formats use the 32 bit SSE2 crypts?

Jim.

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.