No CRYP in project configurator
Why is there no CRYP (Cryptographics) peripheral enabling/configuration option in project configurator (CubeMX/CubeIDE) for STM32H747 ? I tried v1.15.0 and v1.16.0
It does not show up:

But it exists in register callback list:

And it exists in H7 HAL driver library: https://github.com/STMicroelectronics/stm32h7xx_hal_driver
PS.
The project is already using STM32 Cryptographic library but there are strange problems (long story). I want to see the source code and understand what's going on. Pre-compiled library does not allow it.
I also found this post where somebody has same question but different solution. https://community.st.com/t5/stm32-mcus-security/problem-implementing-cryptographic-library-in-stm32h747/td-p/149901
I want to use peripheral through HAL, no closed source.
