4553f6c95d
* Add options to mbedtls for hardware acceleration * Disable mbedtls EC curves if hardware acceleration is selected since the hardware will have to define the curves supported * Add a hardware ecdsa example
4 lines
152 B
Text
4 lines
152 B
Text
# Enable Cryptoauthlib hardware acceleration of mbedtls
|
|
CONFIG_ATCA_MBEDTLS_ECDSA=y
|
|
CONFIG_ATCA_MBEDTLS_ECDSA_SIGN=y
|
|
CONFIG_ATCA_MBEDTLS_ECDSA_VERIFY=y
|