summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha256_amd64_shani.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide a SHA-256 assembly implementation for amd64 using SHA-NI.jsing2024-11-161-0/+209
This provides a SHA-256 assembly implementation for amd64, which uses the Intel SHA Extensions (aka SHA New Instructions or SHA-NI). This provides a 3-5x performance gain on some Intel CPUs and many AMD CPUs. ok tb@