diff options
author | Eric Biggers <ebiggers@kernel.org> | 2025-09-06 14:35:17 -0700 |
---|---|---|
committer | Eric Biggers <ebiggers@kernel.org> | 2025-09-06 14:45:49 -0700 |
commit | 09e7652ddb688488a2954f1168b7f40e037694a4 (patch) | |
tree | 7ed57d06eb4a70126327c48609862f2e99786f20 /scripts/extract-fwblobs | |
parent | 77611cd221477700cacd7061baad7e84ebeadd06 (diff) |
crypto: curve25519 - Remove unused kpp support
Curve25519 has both a library API and a crypto_kpp API. However, the
crypto_kpp API for Curve25519 had no users outside crypto/testmgr.c.
I.e., no non-test code ever passed "curve25519" to crypto_alloc_kpp().
Remove this unused code. We'll instead focus on the Curve25519 library
API (<crypto/curve25519.h>), which is a simpler and easier-to-use API
and is the API that is actually being used.
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> # m68k
Link: https://lore.kernel.org/r/20250906213523.84915-7-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'scripts/extract-fwblobs')
0 files changed, 0 insertions, 0 deletions