summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md5/md5_amd64_generic.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide a readable assembly implementation for MD5 on amd64.jsing2025-01-241-0/+237
This appears to be about 5% faster than the current perlasm version on a modern Intel CPU. While here rename md5_block_asm_data_order to md5_block_data_order, for consistency with other hashes. ok tb@