Steps to generate publicKeyhash.bin via openssl or any crypto utility
We are using STM32MP157c-DK2 board. Using STM32MP_KeyGen_CLI tool generated public key, private key and publicKeyhash.bin.
As mentioned in STM32 webpage, https://wiki.st.com/stm32mpu/wiki/KeyGen_tool
Hash public key contains the SHA-256 hash of the public key in binary format which generated by Gen tool.
Is there a way or steps to generate same publicKeyhash.bin (without using STM32 key_Gen tool) via openssl or any other crypto utility
