Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 14 Aug 2015 10:37:32 +0200
From: Agnieszka Bielec <bielecagnieszka8@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: PHC: Argon2 on GPU

unfortunately I have another problem, only with --dev=5 on super. I
tested argon2d/i on 4 cards and this problem occurs only on nvidia on
super
I did some debugging

return 0;
blake2b_update(&BlakeHash, (const uchar*)msg, msglen);

works
__
blake2b_update(&BlakeHash, (const uchar*)msg, msglen);
return 0;

doesn't work (CL_OUT_OF_RESOURCES)
__
printf("%d\n",msglen);
blake2b_update(&BlakeHash, (const uchar*)msg, msglen);
return 0;

works

so it seems like a bug with driver for me

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.