CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/28 01:06:12
Modified files:
lib/libcrypto/sha: sha1.c
Log message:
Demacro sha1.
Replace macros with static inline functions and use names that follow
the spec more closely. Unlike SHA256/SHA512, the functions and constants do
not align with the number of words loaded, which means we cannot easily loop
and just end up just unrolling everything.
ok joshua@ tb@
