mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 23:27:46 +00:00
The PSA platform now transparently handles HKDF operations when using HMAC-SHA256 keys by exporting and re-importing them as volatile HKDF-SHA256 keys. The export/import logic has been moved into the platform layer. This change is required to support TREL and the PSA API key usage restrictions. Signed-off-by: Łukasz Duda <[email protected]>