Author :
jsing
Date :
2025-06-28 12:51:08
Hash :87ed7926 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@