mbedtls: Add port layer for ECDSA peripheral

This commit is contained in:
Sachin Parekh
2023-03-06 17:31:38 +05:30
parent d345c684ba
commit d2940c5ff3
9 changed files with 388 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
#define NEWLIB_NANO_COMPAT_CAST(int64_t_var) int64_t_var
#endif
#if CONFIG_MBEDTLS_HARDWARE_ECC
#if CONFIG_MBEDTLS_HARDWARE_ECC || CONFIG_MBEDTLS_HARDWARE_ECDSA_VERIFY
/*
* All the following values are in big endian format, as required by the mbedTLS APIs