Re: [PATCH -next] crypto: curve25519 - Fix selftests build error

From: Jason A. Donenfeld
Date: Tue Jan 07 2020 - 10:47:05 EST


Thanks for catching this. While the pattern of adding the test here
followed the already-working pattern used by the blake2s
implementation, curve25519's wiring differs in one way: the arch code
is not related to any of the generic machinery. So this seems like an
okay way of fixing this for the time being.

Reviewed-by: Jason A. Donenfeld <Jason@xxxxxxxxx>