CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/06/28 06:51:08
Modified files: lib/libcrypto/arch/aarch64: Makefile.inc crypto_arch.h Added files: lib/libcrypto/sha: sha1_aarch64.c sha1_aarch64_ce.S Log message: Provide accelerated SHA-1 for aarch64. Provide an assembly implementation of SHA-1 for aarch64 using the ARM Cryptographic Extension (CE). This results in around a 2x speed up for larger block sizes. ok tb@