kernel: crypto: add SHA512 ARM64 ASM optimized module
authorRobert Marko <robimarko@gmail.com>
Wed, 6 Mar 2024 20:54:07 +0000 (21:54 +0100)
committerRobert Marko <robimarko@gmail.com>
Wed, 6 Mar 2024 21:00:58 +0000 (22:00 +0100)
commit5b1d6d4607e4a062319225dd8930541cd1974ebe
tree67242c56b06cc1831571b69cd962c493cfe8c1ae
parent4443470a575b6fd775ff7c9d5eb40024db003213
kernel: crypto: add SHA512 ARM64 ASM optimized module

Kernel has an ASM optimized version of SHA512 that was ported from
OpenSSL, so lets package it as it provides significant perfomance
improvement compared to the generic implementation.

There is a Cryptographic Extension based version as well, but that relies
on ARMv8.2 ISA which I am not aware any of the OpenWrt supported SoC-s use.

Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/linux/modules/crypto.mk