Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 1 Sep 2015 18:39:06 +0200
From: Agnieszka Bielec <bielecagnieszka8@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: PHC: Argon2 on GPU

2015-08-31 10:53 GMT+02:00 Solar Designer <solar@...nwall.com>:
> I tried to improve this with a script:
>
> [solar@...er run]$ cat try5.sh
> #!/bin/sh
>
> for LWS in 12 16 18 24 32 48 64 96 128 192; do
>         for m in 3 5 7 9 11 13 15 17 19 21; do
>                 GWS=$[$LWS * $m]
>                 while [ $GWS -lt 1536 ]; do
>                         GWS=$[$GWS * 2]
>                 done
>                 echo $LWS $GWS
>                 export LWS GWS
>                 ./john -test -format=argon2d-opencl -dev=5 -v=4
>         done
> done

Did you checked argon2i by using this script?

I modified argon2i to use ulong4 only when accessing to global memory
and is slightly faster for specific GWS and LWS. don't know if it's
faster overall but speed of argon 2i is better than previous record

previously - 6113
now - 6301

I have problems with this modification in argon2d so far

Did you checked TITAN using this script? If not I can check

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.