STM32U585 - TFM Application HKDF Implementation Using PSA Crypto
Hello @stI am taking the reference implementation of the HKDF Algorithm using PSA API in the TFM Application Project and using the following algorithm :PSA_ALG_HKDF(PSA_ALG_SHA_256);I m able to export the output key to the console and am getting an o...