Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 26 Jun 2012 06:13:13 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: md5cryptsse()'s uses of length[]

Jim -

In sse-intrinsics.c: md5cryptsse(), there's a loop that assigns password
lengths to length[i], then uses length[i] many times.  Wouldn't it be
better to use an int variable local to that loop instead, and only at
the end of each loop iteration store the value into length[i]?

Alexander

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.