summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha512_amd64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@