[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] use libcrypto routines in gnulib
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] use libcrypto routines in gnulib |
Date: |
Tue, 03 Dec 2013 17:39:22 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Pádraig Brady <address@hidden> skribis:
> The speed of md5 and sha* hashes has lagged a bit in gnulib.
> So to address that and to take advantage of the architecture
> specific assembly used in libcrypto, the attached gnulib patch
> allows projects to configure --with-openssl to use that if
> available or fall back to the existing internal routines.
Any idea how libcrypto compares to what libgcrypt and Nettle provide?
Nettle has fine-tuned assembly implementations of various hash functions
(e.g., <http://git.lysator.liu.se/nettle/nettle/trees/master/x86_64>);
libgcrypt seems to have fewer of them currently (see
<http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=tree;f=cipher;hb=refs/heads/master>.)
It would be ideal if Coreutils could push these GNU packages.
Thanks,
Ludo’.
Re: [PATCH] use libcrypto routines in gnulib, Pádraig Brady, 2013/12/02
Re: [PATCH] use libcrypto routines in gnulib,
Ludovic Courtès <=
Re: [PATCH] use libcrypto routines in gnulib, Nikos Mavrogiannopoulos, 2013/12/03
Re: [PATCH] use libcrypto routines in gnulib, Ludovic Courtès, 2013/12/16