CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/07 09:09:45
Modified files:
lib/libcrypto/sha: sha1.c
Log message:
Implement SHA1_{Update,Transform,Final}() directly in sha1.c.
Copy the update, transform and final functions from md32_common.h, manually
expanding the macros for SHA1. This will allow for further clean up to
occur.
No change in generated assembly.
