]> Git Repo - linux.git/commit
crypto: ecdsa - Register NIST P521 and extend test suite
authorStefan Berger <[email protected]>
Thu, 4 Apr 2024 14:18:54 +0000 (10:18 -0400)
committerHerbert Xu <[email protected]>
Fri, 12 Apr 2024 07:07:52 +0000 (15:07 +0800)
commita7d45ba77d3d20ba029532090da4cbf058d3f36b
tree3eb07d3425101024295c7c2406954f5d8353e3e9
parent703ca5cda1ea04735e48882a7cccff97d57656c3
crypto: ecdsa - Register NIST P521 and extend test suite

Register NIST P521 as an akcipher and extend the testmgr with
NIST P521-specific test vectors.

Add a module alias so the module gets automatically loaded by the crypto
subsystem when the curve is needed.

Tested-by: Lukas Wunner <[email protected]>
Reviewed-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Stefan Berger <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
crypto/ecdsa.c
crypto/testmgr.c
crypto/testmgr.h
This page took 0.054712 seconds and 4 git commands to generate.