Hello Support Team,
i wanted to use the crypto hardware (Cryptolib) of the S32K146, especially the SHA256()-Function for a better performance. For this i have to include : "fsl_crypto.h"
Where can i find this header-file for downloading on the NXP page (this header wasnt included with the other Csec files).
Also, do i require additional headers to use the SHA256()-function ?
Thanks.
Hi @tz9 ,
S32K1xx devices does not have an engine to support SHA256, but you can refer the following community thread: Solved: How to support SHA256 in S32K1 with CSEc? - NXP Community, where you can find a library to be able to implement SHA256 via software.
BR,
IsaulO.