1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Convert curve 448 to use ecp core functions

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott
2023-05-01 22:30:54 +01:00
parent f0806bee66
commit 4fa8334bae
3 changed files with 71 additions and 33 deletions

View File

@ -196,7 +196,7 @@ int mbedtls_ecp_mod_p256k1(mbedtls_mpi *N);
#if defined(MBEDTLS_ECP_DP_CURVE448_ENABLED)
MBEDTLS_STATIC_TESTABLE
int mbedtls_ecp_mod_p448(mbedtls_mpi *N);
int mbedtls_ecp_mod_p448(mbedtls_mpi_uint *N, size_t N_limbs);
#endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */