CRYPT HAL driver of STM32WB not compatible with openssl and STM32 crypto library (bug?)
HelloThe crypto HAL driver ( function CRYP_SetKey in file stm32wbxx_hal_cryp.c ) of the STM32WB accesses the key as "array of uint32_t" (lines 2919 etc): hcryp->Instance->KEYR3 = *(uint32_t *)(hcryp->Init.pKey); hcryp->Instance->KEYR2 = *...