2019-05-24 02:34 AM
Hi,
Before I try this out is it possible to use this library to Decrypt AES-GCM 256 on a WB series mcu?
2019-06-20 06:44 AM
Hi,
Yes it is possible to use the CubeExpansion_Crypto_V3.1.0 for your need.
It will give you a SW solution that is fully running on the arm CM4 core of the STM32WB series
In case you would like to go with the embedded HW block AES-256 (that supports GCM and others), for now you will have to use the HAL driver.
The library will be update latter-on to support the build-in HW AES-256.
Hakim.