CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/27 07:26:24
Modified files:
lib/libcrypto/des: des_enc.c des_fcrypt.c
Log message:
Rework DES encryption/decryption loops.
Use a slightly unrolled loop, which gets us half way between DES_UNROLL and
no DES_UNROLL. While we're not terribly concerned by DES performance, this
gets us a small gain on aarch64 and a small loss on arm. But above all, we
end up with simpler code.
ok tb@
