Author :
jsing
Date :
2025-05-21 12:11:23
Hash :772bd68a 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@