Author :
jsing
Date :
2025-04-25 08:19:22
Hash :e4cddd55 Message :Use the OPENSSL_SMALL_FOOTPRINT code in gcm_init_4bit().
A modern compiler will unroll these loops - LLVM produces identical code
(at least on arm64). Drop the manually unrolled version and have code that
is more readable and maintainable.
ok tb@