Re: [PATCH 1/2] crypto: arm/curve25519 - add arch-specific key generation function

From: Jason A. Donenfeld
Date: Wed Dec 11 2019 - 07:08:02 EST


On Wed, Dec 11, 2019 at 10:38 AM Ard Biesheuvel
<ard.biesheuvel@xxxxxxxxxx> wrote:
> > The x86_64 glue has a specific key
> > generation implementation, but the Arm one does not. However, it can
> > still receive the NEON speedups by calling the ordinary DH function
> > using the base point.
> >
> > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
>
> With the first sentence dropped,
>
> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx>

Herbert - can you pick this up for 5.5-rc2 rather than 5.6?