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
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
# Enable Cryptoauthlib hardware acceleration of mbedtls
|
|
CONFIG_ATCA_MBEDTLS_ECDSA=y
|
|
CONFIG_ATCA_MBEDTLS_ECDSA_SIGN=y
|
|
CONFIG_ATCA_MBEDTLS_ECDSA_VERIFY=y
|