Re: [PATCH v3 13/19] crypto: Add generic 64-bit carry-less multiply routine
On Mon, 21 Aug 2023 at 18:19, Richard Henderson wrote: > > Signed-off-by: Richard Henderson Reviewed-by: Ard Biesheuvel > --- > host/include/generic/host/crypto/clmul.h | 15 +++ > include/crypto/clmul.h | 19 +++ > crypto/clmul.c
[PATCH v3 13/19] crypto: Add generic 64-bit carry-less multiply routine
Signed-off-by: Richard Henderson --- host/include/generic/host/crypto/clmul.h | 15 +++ include/crypto/clmul.h | 19 +++ crypto/clmul.c | 18 ++ 3 files changed, 52 insertions(+) create mode 100644 host/inclu