2016-11-30 08:27 AM
Hi,
I am currently working with STM32CubeMX V4.17.0 and the firmware package for family STM32F7 V 1.5.1 I need to set up my cube project so that I have access to the HAL routines for The CRYPTO and HASH modules, but cannot find any option to enable these.I would appreciate any assistance with finding these options in the Cube interfaceRegardsRoy2016-12-01 02:06 AM
Hello,
You can use the STM32 cryptographic library package '''' which contains many further security algorithms for encryption, hashing, message authentication, and digital signing.You can use the examples available under this package.The X-Cube-CryptoLib isn't supported in CubeMX. For more details refer to STM32 crypto library User manual (UM1924) Regards