mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 14:12:23 +01:00
P-256/384/521. New functions: - sp_ecc_make_key_256_nb - sp_ecc_make_key_384_nb - sp_ecc_make_key_521_nb - sp_ecc_secret_gen_256_nb - sp_ecc_secret_gen_384_nb - sp_ecc_secret_gen_521_nb This commit also tweaks the testing for ECDSA testing in test.c. Instead of testing with one of P-256/384/521, we test with all that are available.