1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-17 15:44:34 +02:00
Jussi Kivilinna 15b8d100c9
g10/plaintext: do_hash: use iobuf_read for higher performance
* g10/plaintext.c (do_hash): Use iobuf_read instead of iobuf_get for
reading data; Use gcry_md_write instead of gcry_md_putc for hash data.
--

This patch reduces iobuf_read per byte processing overhead and speeds
up detached signature verifying.

Detached verifying speed on AMD Ryzen 5800X (4.3GiB file, SHA256):

         gpg process
         user time
 before: 9.410s
 after:  1.913s (4.9x faster)

GnuPG-bug-id: T5826
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
(cherry picked from commit 4e27b9defc608f1fa31ca50f1ed1d5761b73b480)
2022-11-29 11:48:55 +01:00
..
2022-08-29 13:13:45 +02:00
2021-11-13 21:02:22 +01:00
2022-08-29 13:13:45 +02:00
2015-02-04 09:15:34 +01:00
2022-11-25 13:56:01 +01:00
2018-03-08 14:08:51 +09:00
2022-08-29 13:13:45 +02:00
2017-03-07 20:25:54 +09:00
2017-03-07 20:25:54 +09:00
2020-10-28 18:10:01 +01:00
2017-03-07 20:25:54 +09:00
2022-05-05 14:02:02 +02:00
2017-03-07 20:25:54 +09:00
2017-01-23 19:16:55 +01:00
2020-10-28 18:10:01 +01:00
2017-02-21 13:11:46 -05:00
2017-03-07 20:32:09 +09:00
2017-03-07 20:25:54 +09:00
2017-04-28 10:06:33 +09:00
2022-08-29 13:13:45 +02:00
2016-03-08 14:08:49 +01:00
2016-12-06 12:16:56 +01:00