STM32H563 MD5 Hash Support
Trying to get MD5 hash acceleration working on the Nucleo-H563Zi.
I can get SHA1 hash engine to work via bootstrapping a project via CubeMX, but for some reason MD5 is not a selectable option for the hashing algorithm in CubeMX. All other algorithms can be configured and work, but MD5 is not an option.
The Datasheet for the STM32H562/3 says that the Crypto engine offers a MD5 hash, but I can't seem to configure it via CubeMX or by updating the generated code in hash.c to select the MD5 algorithm within MX_Hash_Init().
Is MD5 not supported on the H5? There are no MD5 examples in the github example repo despite the datasheet claiming the crypto/hash accelerator supports MD5.
