Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 5 May 2015 19:24:39 +0300
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: [GSoC] John the Ripper support for PHC finalists

On Sat, May 02, 2015 at 10:34:39PM +0200, Agnieszka Bielec wrote:
> 2015-04-25 21:20 GMT+02:00 Solar Designer <solar@...nwall.com>:
> > Also, I think you're over-using "unsigned long", such as for loop
> > variables.  This may have performance impact on GPUs.  You should prefer
> > "uint" except where a wider type is actually needed.
> 
> uint doesn't make any difference

Yet you should continue to avoid using wider than 32-bit integer types
unnecessarily.

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.