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] [day] [month] [year] [list]
Date: Fri, 3 Apr 2015 09:31:13 +0000
From: Gregory Maxwell <gmaxwell@...il.com>
To: discussions@...sword-hashing.net
Subject: Re: [PHC] OMG we have benchmarks

On Fri, Apr 3, 2015 at 9:20 AM, Peter Gutmann <pgut001@...auckland.ac.nz> wrote:
> SHA-glue-factory-candidate: The 224-bit one

has the useful property that you can fit two of its untruncated
outputs into the input of a single invocation of the hash. This is a
2x speedup for a straight forward hashtree that uses SHA-224 vs
SHA-256 in the most simple and direct way.

The side reduced versions have the useful property of just having a
different initialization and then you truncate the output, so all the
code can be shared.

So the the differences amount to 32bit vs 64bit and some constants.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ