Re: [PATCH v4 0/4] crypto: LEA block cipher implementation

From: Eric Biggers
Date: Tue Aug 22 2023 - 00:53:59 EST


On Mon, Aug 21, 2023 at 07:50:37AM +0900, Dongsoo Lee wrote:
> Hello.
>
> Is there any further progress on the patch we submitted and the additional fscrypt documentation?
>
> https://lore.kernel.org/linux-fscrypt/20230630064811.22569-1-ebiggers@xxxxxxxxxx/T/#u.
>
> If the LEA cipher is accepted, we would like to add a SIMD implementation for it.

I already applied 'fscrypt: improve the "Encryption modes and usage" section'
(https://lore.kernel.org/r/20230630064811.22569-2-ebiggers@xxxxxxxxxx) for 6.6.

I don't object to the fscrypt support for LEA, but I'm not going to apply it
until the crypto API support is accepted.

- Eric