CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/21 09:33:23
Modified files:
lib/libc/arch/amd64/hash: Makefile.inc
lib/libc/hash : sha512.c
Added files:
lib/libc/arch/amd64/hash: sha512_amd64.c sha512_amd64_generic.S
Log message:
Provide assembly implementation of SHA-512 for amd64 in libc
Provide a generic assembly implementation for SHA-512 - this is
considerably faster than the C version.
Largely borrowed from libcrypto.
With input from naddy@
ok naddy@ tb@
