commit | 4fa8334bae7a29e4d4b541cf5f0ebf2ac1b6b7d7 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Mon May 01 22:30:54 2023 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Tue May 16 17:51:48 2023 +0100 |
tree | 9033fbaf0540d5be0cf2347fb56ae8d40de21254 | |
parent | f0806bee669785c5b23f0f1b688c34631a06647f [diff] [blame] |
Convert curve 448 to use ecp core functions Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/ecp_invasive.h b/library/ecp_invasive.h index 68187ac..4cf4f6e 100644 --- a/library/ecp_invasive.h +++ b/library/ecp_invasive.h
@@ -196,7 +196,7 @@ #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 */