Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 22 Sep 2012 00:31:26 +0530
From: Sayantan Datta <std2048@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: bitslice DES on GPU

Hi Alexander,

I was experimenting with DES_BS_EXPAND set to 0 and using different types
of memory .

1. B[] in local memory and K[] in private register space:
With this combination I'm getting speeds of around 24M c/s on 7970 and 5M
c/s on 570.

2. B[] in private register space and K[] in local memory
I'm getting 12M c/s on 570 while I couldn't get it working on 7970. Getting
hash fails every time. Most likely the problem is with referencing B[]
array in z(p) macro.

Regards,
Sayantan

Content of type "text/html" skipped

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.