CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/26 06:54:22
Modified files:
lib/libcrypto/sha: sha1.c
Log message:
Rework input and output handling for sha1.
Use be32toh(), htobe32() and crypto_{load,store}_htobe32() as appropriate.
Also use the same while() loop that is used for other hash functions.
ok joshua@ tb@
