|
Message-ID: <CAKGDhHUXxiz3GTWHDcOOgSeKJLbtkRGZiFLaifEwptjuvdD7ww@mail.gmail.com> Date: Thu, 20 Aug 2015 10:29:06 +0200 From: Agnieszka Bielec <bielecagnieszka8@...il.com> To: john-dev@...ts.openwall.com Subject: Re: PHC: Argon2 on GPU 2015-08-20 5:30 GMT+02:00 Solar Designer <solar@...nwall.com>: > BTW, out_tmp[] in Initialize() appears to be twice larger than it needs > to be: > > ulong2 out_tmp[BLOCK_SIZE/8]; > > ulong2 is 16 bytes, but you divide by 8. Or is this on purpose? Why? should be ulong2 out_tmp[BLOCK_SIZE/16]; (I have /16 in argon2d)
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.