lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 06 Apr 2014 15:30:58 -0700
From: Jeremi Gosney <epixoip@...dshell.nl>
To: discussions@...sword-hashing.net
Subject: Re: [PHC] pufferfish

On 4/6/2014 11:08 AM, Bill Cox wrote:
> On Sun, Apr 6, 2014 at 10:56 AM, Jeremi Gosney <epixoip@...dshell.nl> wrote:
>> Oops, sorry.  That should be:
>>
>> memmove (out, bytes, outlen/8);
>>
>> Not
>>
>> memmove (out, bytes, outlen);
>
> This looks good.  If you don't mind, I'll pass outlen*8 to pfkdf
> instead of dividing by 8 on the return.  That will make outlen's
> meaning match all the other entries.


Sure, that works too.  Whatever's clever.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ