mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-12 06:52:23 +02:00
The PK-type MBEDTLS_PK_ECDSA isn't really used by the library. Especially, when parsing a generic EC key, a PK context of type MBEDTLS_PK_ECKEY will be requested. Hence, to drop in TinyCrypt for the legacy-ECC implementation, the PK type that TinyCrypt implements must be MBEDTLS_PK_ECKEY.