CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/05/21 06:11:23
Modified files: lib/libcrypto/modes: gcm128.c Log message: Remove GHASH_CHUNK and size_t related code from GCM encrypt/decrypt. This adds significant complexity to the code. On amd64 and aarch64 it results in a minimal slowdown for aligned inputs and a performance improvement for unaligned inputs. ok beck@ joshua@ tb@