Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 23 May 2012 02:24:02 +0800
From: myrice <qqlddg@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Sayantan:Weekly Report #5

On Wed, May 23, 2012 at 2:04 AM, SAYANTAN DATTA <std2048@...il.com> wrote:
> I have pushed it to my JtR git repo:
> git@...hub.com:Sayantan2048/magnum-jumbo.git
> Most probably the problem is in BF_ROUND() macro.
>

I see. There is unsigned long in BF_ROUND which may cause the problem.
My experience is avoid using 64bit variable for  bit operation. Notice
that unsigned long in OpenCL presents a 64bit variable. Use uint for
32bit.

Thanks
myrice

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.