crypto: Add generic 8-bit carry-less multiply routines
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Jul 2023 14:38:28 +0000 (15:38 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 13:56:59 +0000 (13:56 +0000)
commit07f348d77c35b6ff1f99075e20bffbf67e772d8b
treec494a756066e9c2a880d6e5c23897943d7e834da
parent005ad32358f12fe9313a4a01918a55e60d4f39e5
crypto: Add generic 8-bit carry-less multiply routines

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
crypto/clmul.c [new file with mode: 0644]
crypto/meson.build
include/crypto/clmul.h [new file with mode: 0644]