API docs for CryptoLib package en.STM32CubeExpansion_Crypto_v4.0.1
HI, I am trying to port one of ST's security hands on labs for firmware protection that targeted v3.1.3 of the CryptoLib package, to v4.0.1 of the CryptoLib package. It seems like the "legacy" v3.1.3 interfaces for SHA256_Init() / Append() / and Finish() (see screen shot below) have changed since I am getting unresolved symbols for these SHA256 calls when I try and link to the library in the new Crypto package. Would someone know where I can get information about the new interfaces for these functions? I searched the header files in v4.0.1 of the crypto package and was not able to find any files that describe equivalent functions. The ST firmware protection hands on lab that I am trying to port to v4.0.1 Crypto package is described in my earlier post here -
https://community.st.com/s/question/0D53W000018Sf7hSAC/cryptolib-for-stm32go


