summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha512_amd64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-26/+0
|
* Provide a replacement assembly implementation for SHA-512 on amd64.jsing2024-11-161-0/+26
Replace the perlasm generated SHA-512 assembly with a more readable version and the same C wrapper introduced for SHA-256. As for SHA-256, on a modern CPU the performance is largely the same. ok tb@