]> Sergey Matveev's repositories - public-inbox.git/commitdiff
use Net::SSLeay (OpenSSL) for SHA-(1|256) if installed
authorEric Wong <e@80x24.org>
Sun, 29 Jan 2023 10:30:41 +0000 (10:30 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 Jan 2023 06:42:31 +0000 (06:42 +0000)
On my x86-64 machine, OpenSSL SHA-256 is nearly twice as fast as
the Digest::SHA implementation from Perl, most likely due to an
optimized assembly implementation.  SHA-1 is a few percent
faster, too.


No differences found