mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
29bcfee0df
Turns on the following: * SHA256 acceleration on all EFR32 devices (used for SHA256, HMAC-SHA256, ECDSA and DRBG) * ECDSA/ECDH acceleration on EFR32MG21 (used in DTLS and exposed to application through otCryptoEcdsaSign) * AES-CCM acceleration on EFR32MG21 (in case OT is updated to take advantage of mbedTLS' AES-CCM API) * AES-CMAC acceleration on EFR32MG21 (used for PBKDF2) Awaiting new GSDK release: * end-to-end EC-JPAKE acceleration on EFR32MG21 (used in DTLS)